HomeSort by relevance Sort by last modified time
    Searched defs:src_uv_height (Results 1 - 2 of 2) sorted by null

  /external/libvpx/libvpx/third_party/libyuv/source/
convert_from.cc 44 const int src_uv_height = SUBSAMPLE(src_y_height, 1, 1); local
54 ScalePlane(src_u, src_stride_u, src_uv_width, src_uv_height,
57 ScalePlane(src_v, src_stride_v, src_uv_width, src_uv_height,
    [all...]
  /external/libyuv/files/source/
convert_from.cc 52 const int src_uv_height = SUBSAMPLE(src_y_height, 1, 1); local
61 ScalePlane(src_u, src_stride_u, src_uv_width, src_uv_height, dst_u,
63 ScalePlane(src_v, src_stride_v, src_uv_width, src_uv_height, dst_v,
    [all...]

Completed in 66 milliseconds