Home
last modified time | relevance | path

Searched refs:width_y (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/libvpx/test/
H A Dutil.h28 const unsigned int width_y = img1->d_w; in compute_psnr() local
34 for (j = 0; j < width_y; ++j) { in compute_psnr()
40 double mse = static_cast<double>(sqrerr) / (width_y * height_y); in compute_psnr()
H A Dencode_test_driver.cc135 const unsigned int width_y = img1->d_w; in compare_img() local
141 width_y) == 0) && in compare_img()
/aosp_15_r20/external/libaom/test/
H A Dutil.h36 const unsigned int width_y = img1->d_w; in compute_psnr() local
42 for (j = 0; j < width_y; ++j) { in compute_psnr()
47 double mse = static_cast<double>(sqrerr) / (width_y * height_y); in compute_psnr()
/aosp_15_r20/external/webrtc/common_video/libyuv/
H A Dwebrtc_libyuv.cc274 int width_y = test_buffer.width(); in I420WeightedPSNR() local
278 test_buffer.StrideY(), width_y, height_y); in I420WeightedPSNR()
279 uint64_t num_samples_y = (uint64_t)width_y * (uint64_t)height_y; in I420WeightedPSNR()
283 int width_uv = (width_y + 1) >> 1; in I420WeightedPSNR()
/aosp_15_r20/external/libaom/av1/common/
H A Dav1_common_int.h1595 const int width_y = aligned_width; in av1_zero_above_context() local
1597 const int width_uv = width_y >> seq_params->subsampling_x; in av1_zero_above_context()
1600 av1_zero_array(above_contexts->entropy[0][tile_row] + offset_y, width_y); in av1_zero_above_context()
/aosp_15_r20/hardware/google/graphics/zuma/libhwc2.1/libresource/
DExynosResourceManagerModule.cpp302 int32_t width_y = pixel_align(width + kSramSBWCRotWidthAlign, kSramSBWCRotWidthAlign); in calculateHWResourceAmount() local
305 SRAMtotal += getSramAmount(TDM_ATTR_ROT_90, SBWC_Y, findWidthIndex(width_y)); in calculateHWResourceAmount()