Searched refs:width_y (Results 1 – 4 of 4) sorted by relevance
28 const unsigned int width_y = img1->d_w; in compute_psnr() local34 for (j = 0; j < width_y; ++j) { in compute_psnr()40 double mse = static_cast<double>(sqrerr) / (width_y * height_y); in compute_psnr()
134 const unsigned int width_y = img1->d_w; in compare_img() local140 width_y) == 0) && in compare_img()
29 const unsigned int width_y = img1->d_w; in compute_psnr() local35 for (j = 0; j < width_y; ++j) { in compute_psnr()40 double mse = static_cast<double>(sqrerr) / (width_y * height_y); in compute_psnr()
1126 const int width_y = aligned_width; in av1_zero_above_context() local1128 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()