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

  /external/libvpx/libvpx/third_party/libyuv/source/
convert_to_argb.cc 267 int quarterwidth = (src_width + 3) / 4; local
270 quarterwidth * crop_y + crop_x / 4;
272 quarterwidth * (abs_src_height + crop_y) + crop_x / 4;
274 src_u, quarterwidth,
275 src_v, quarterwidth,
convert_to_i420.cc 292 int quarterwidth = (src_width + 3) / 4; local
295 quarterwidth * crop_y + crop_x / 4;
297 quarterwidth * (abs_src_height + crop_y) + crop_x / 4;
299 src_u, quarterwidth,
300 src_v, quarterwidth,
convert_from.cc 1325 int quarterwidth = (width + 3) \/ 4; local
    [all...]
  /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 665 milliseconds