Home
last modified time | relevance | path

Searched refs:rec_height (Results 1 – 2 of 2) sorted by relevance

/external/libyuv/files/util/
Dyuvconvert.cc130 int rec_width, rec_height; in ParseOptions() local
134 &rec_width, &rec_height); in ParseOptions()
141 image_height = rec_height; in ParseOptions()
150 dst_height = rec_height; in ParseOptions()
Dpsnr_main.cc212 int rec_width, rec_height; in ParseOptions() local
216 &rec_width, &rec_height); in ParseOptions()
219 if ((org_width == rec_width) && (org_height == rec_height)) { in ParseOptions()
232 image_height = rec_height; in ParseOptions()