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

  /external/libvpx/libvpx/third_party/libyuv/source/
convert.cc 38 int src_uv_width, int src_uv_height) {
44 src_uv_width == 0 || src_uv_height == 0) {
50 ScalePlane(src_u, src_stride_u, src_uv_width, src_uv_height,
53 ScalePlane(src_v, src_stride_v, src_uv_width, src_uv_height,
108 const int src_uv_width = SUBSAMPLE(width, 1, 1); local
116 src_uv_width, height);
149 const int src_uv_width = SUBSAMPLE(width, 3, 2); local
157 src_uv_width, height);
    [all...]
convert_from.cc 43 const int src_uv_width = SUBSAMPLE(src_y_width, 1, 1); local
52 ScalePlane(src_u, src_stride_u, src_uv_width, src_uv_height,
55 ScalePlane(src_v, src_stride_v, src_uv_width, src_uv_height,
    [all...]

Completed in 52 milliseconds