Searched refs:distortion_y (Results 1 - 1 of 1) sorted by relevance
/external/libvpx/libvpx/vp9/encoder/ |
H A D | vp9_rdopt.c | 2434 int64_t distortion_y = 0, distortion_uv = 0; local 2716 super_block_yrd(cpi, x, rate_y, &distortion_y, &skippable_y, psse, 2727 *distortion += distortion_y; 3136 int64_t distortion2 = 0, distortion_y = 0, distortion_uv = 0; local 3314 super_block_yrd(cpi, x, &rate_y, &distortion_y, &skippable, 3335 distortion2 = distortion_y + distortion_uv; 3813 int64_t distortion2 = 0, distortion_y = 0, distortion_uv = 0; local 3920 &distortion_y, best_rd) >= best_rd) 3924 distortion2 += distortion_y;
|
Completed in 64 milliseconds