Home
last modified time | relevance | path

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

/external/libvpx/libvpx/test/
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()
Dencode_test_driver.cc134 const unsigned int width_y = img1->d_w; in compare_img() local
140 width_y) == 0) && in compare_img()
/external/libaom/libaom/test/
Dutil.h29 const unsigned int width_y = img1->d_w; in compute_psnr() local
35 for (j = 0; j < width_y; ++j) { in compute_psnr()
40 double mse = static_cast<double>(sqrerr) / (width_y * height_y); in compute_psnr()
/external/libaom/libaom/av1/common/
Donyxc_int.h1126 const int width_y = aligned_width; in av1_zero_above_context() local
1128 const int width_uv = width_y >> seq_params->subsampling_x; in av1_zero_above_context()
1130 av1_zero_array(cm->above_context[0][tile_row] + offset_y, width_y); in av1_zero_above_context()