Searched refs:rec_width (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libyuv/util/
H A Dconvert.cc128 int rec_width, rec_height; local
133 &rec_width,
140 image_width = rec_width;
149 dst_width = rec_width;
H A Dpsnr_main.cc207 int rec_width, rec_height; local
212 &rec_width,
216 if ((org_width == rec_width) && (org_height == rec_height)) {
228 image_width = rec_width;

Completed in 269 milliseconds