Home
last modified time | relevance | path

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

/external/libyuv/files/util/
Dpsnr_main.cc211 int org_width, org_height; in ParseOptions() local
214 &org_width, &org_height); in ParseOptions()
219 if ((org_width == rec_width) && (org_height == rec_height)) { in ParseOptions()
221 image_height = org_height; in ParseOptions()
228 image_height = org_height; in ParseOptions()
Dyuvconvert.cc129 int org_width, org_height; in ParseOptions() local
132 &org_width, &org_height); in ParseOptions()
138 image_height = org_height; in ParseOptions()