Searched defs:width_uv (Results 1 - 1 of 1) sorted by relevance

/external/libvpx/vp8/encoder/
H A Dssim.c21 static int width_uv; variable
190 *(img12_sum_block + y2 / 2 * width_uv + x2 / 2) = img2_block + img1_block;
194 mean = *(img12_sum_block + y2 * width_uv + x2);
195 mean += *(img12_sum_block + y2 * width_uv + x2 + 4);
196 mean += *(img12_sum_block + (y2 + 4) * width_uv + x2);
197 mean += *(img12_sum_block + (y2 + 4) * width_uv + x2 + 4);
230 *(img12_sum_block + y2 / 2 * width_uv + x2 / 2) = img2_block + img1_block;
234 mean = *(img12_sum_block + y2 * width_uv + x2);
235 mean += *(img12_sum_block + y2 * width_uv + x2 + 4);
236 mean += *(img12_sum_block + (y2 + 4) * width_uv
[all...]

Completed in 172 milliseconds