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

  /external/libyuv/files/util/
convert.cc 129 int org_width, org_height; local
132 &org_width, &org_height);
138 image_height = org_height;
psnr_main.cc 211 int org_width, org_height; local
214 &org_width, &org_height);
219 if ((org_width == rec_width) && (org_height == rec_height)) {
221 image_height = org_height;
228 image_height = org_height;

Completed in 37 milliseconds