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

  /external/libyuv/files/util/
convert.cc 130 int rec_width, rec_height; local
134 &rec_width, &rec_height);
141 image_height = rec_height;
150 dst_height = rec_height;
psnr_main.cc 212 int rec_width, rec_height; local
216 &rec_width, &rec_height);
219 if ((org_width == rec_width) && (org_height == rec_height)) {
232 image_height = rec_height;

Completed in 60 milliseconds