Home
last modified time | relevance | path

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

/external/libyuv/files/util/
Dyuvconvert.cc131 int rec_width, rec_height; in ParseOptions() local
135 &rec_width, &rec_height); in ParseOptions()
141 image_width = rec_width; in ParseOptions()
150 dst_width = rec_width; in ParseOptions()
Dpsnr_main.cc215 int rec_width, rec_height; in ParseOptions() local
219 &rec_width, &rec_height); in ParseOptions()
222 if ((org_width == rec_width) && (org_height == rec_height)) { in ParseOptions()
234 image_width = rec_width; in ParseOptions()