Searched refs:src_uv_width (Results 1 - 4 of 4) sorted by relevance

/external/libvpx/libvpx/third_party/libyuv/source/
H A Dconvert.cc38 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,
109 const int src_uv_width = SUBSAMPLE(width, 1, 1); local
117 src_uv_width, height);
150 const int src_uv_width = SUBSAMPLE(width, 3, 2); local
158 src_uv_width, height);
31 I4xxToI420(const uint8* src_y, int src_stride_y, const uint8* src_u, int src_stride_u, const uint8* src_v, int src_stride_v, uint8* dst_y, int dst_stride_y, uint8* dst_u, int dst_stride_u, uint8* dst_v, int dst_stride_v, int src_y_width, int src_y_height, int src_uv_width, int src_uv_height) argument
H A Dconvert_from.cc43 const int src_uv_width = SUBSAMPLE(src_y_width, 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,
/external/libyuv/files/source/
H A Dconvert.cc45 int src_uv_width,
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,
126 const int src_uv_width = SUBSAMPLE(width, 1, 1); local
129 dst_v, dst_stride_v, width, height, src_uv_width, height);
31 I4xxToI420(const uint8* src_y, int src_stride_y, const uint8* src_u, int src_stride_u, const uint8* src_v, int src_stride_v, uint8* dst_y, int dst_stride_y, uint8* dst_u, int dst_stride_u, uint8* dst_v, int dst_stride_v, int src_y_width, int src_y_height, int src_uv_width, int src_uv_height) argument
H A Dconvert_from.cc51 const int src_uv_width = SUBSAMPLE(src_y_width, 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,

Completed in 313 milliseconds