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

/external/chromium_org/third_party/libyuv/util/
H A Dconvert.cc127 int org_width, org_height; local
130 &org_width,
137 image_width = org_width;
H A Dpsnr_main.cc176 int org_width, org_height; local
179 &org_width,
186 if ((org_width == rec_width) && (org_height == rec_height)) {
187 image_width = org_width;
194 image_width = org_width;

Completed in 70 milliseconds