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 127 int org_width, org_height; local
131 &org_height);
138 image_height = org_height;
psnr_main.cc 206 int org_width, org_height; local
210 &org_height);
216 if ((org_width == rec_width) && (org_height == rec_height)) {
218 image_height = org_height;
225 image_height = org_height;

Completed in 84 milliseconds