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

  /external/libvpx/libvpx/third_party/libyuv/source/
convert.cc 38 int src_uv_width, int src_uv_height) {
43 if (src_uv_width == 0 || src_uv_height == 0) {
51 ScalePlane(src_u, src_stride_u, src_uv_width, src_uv_height,
54 ScalePlane(src_v, src_stride_v, src_uv_width, src_uv_height,
    [all...]
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...]
convert.cc 46 int src_uv_height) {
51 if (src_uv_width == 0 || src_uv_height == 0) {
58 ScalePlane(src_u, src_stride_u, src_uv_width, src_uv_height, dst_u,
60 ScalePlane(src_v, src_stride_v, src_uv_width, src_uv_height, dst_v,
    [all...]

Completed in 314 milliseconds