Home
last modified time | relevance | path

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

/external/libyuv/files/util/
Dpsnr_main.cc214 int org_width, org_height; in ParseOptions() local
217 &org_width, &org_height); in ParseOptions()
222 if ((org_width == rec_width) && (org_height == rec_height)) { in ParseOptions()
224 image_height = org_height; in ParseOptions()
231 image_height = org_height; in ParseOptions()
Dyuvconvert.cc130 int org_width, org_height; in ParseOptions() local
133 &org_width, &org_height); in ParseOptions()
139 image_height = org_height; in ParseOptions()