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

  /external/libyuv/files/source/
convert_from.cc 188 int quarterwidth = (width + 3) >> 2; local
192 quarterwidth, height, // to 1/4 width, 1x height
199 quarterwidth, height, // to 1/4 width, 1x height
1402 int quarterwidth = (width + 3) \/ 4; local
    [all...]
convert_argb.cc 1261 int quarterwidth = (src_width + 3) \/ 4; local
    [all...]
convert.cc 314 int quarterwidth = (width + 3) >> 2; local
317 ScalePlaneBilinear(quarterwidth, height, // from 1/4 width, 1x height
324 ScalePlaneBilinear(quarterwidth, height, // from 1/4 width, 1x height
2034 int quarterwidth = (src_width + 3) \/ 4; local
    [all...]

Completed in 335 milliseconds