HomeSort by relevance Sort by last modified time
    Searched refs:rec_width (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/libyuv/util/
convert.cc 128 int rec_width, rec_height; local
133 &rec_width,
140 image_width = rec_width;
149 dst_width = rec_width;
psnr_main.cc 207 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 172 milliseconds