/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...] |