/external/libaom/libaom/third_party/libyuv/source/ |
D | convert_from.cc | 40 int dst_uv_width, int dst_uv_height) { in I420ToI4xx() argument 46 dst_uv_width <= 0 || dst_uv_height <= 0) { in I420ToI4xx() 53 dst_u, dst_stride_u, dst_uv_width, dst_uv_height, in I420ToI4xx() 56 dst_v, dst_stride_v, dst_uv_width, dst_uv_height, in I420ToI4xx() 71 const int dst_uv_width = (Abs(width) + 1) >> 1; in I420ToI422() local 80 dst_uv_width, dst_uv_height); in I420ToI422() 93 const int dst_uv_width = Abs(width); in I420ToI444() local 102 dst_uv_width, dst_uv_height); in I420ToI444() 115 const int dst_uv_width = (Abs(width) + 3) >> 2; in I420ToI411() local 124 dst_uv_width, dst_uv_height); in I420ToI411()
|
D | convert.cc | 41 const int dst_uv_width = SUBSAMPLE(dst_y_width, 1, 1); in I4xxToI420() local 51 dst_u, dst_stride_u, dst_uv_width, dst_uv_height, in I4xxToI420() 54 dst_v, dst_stride_v, dst_uv_width, dst_uv_height, in I4xxToI420()
|
/external/libyuv/files/source/ |
D | convert_from.cc | 47 int dst_uv_width, in I420ToI4xx() argument 53 if (src_y_width == 0 || src_y_height == 0 || dst_uv_width <= 0 || in I420ToI4xx() 62 dst_stride_u, dst_uv_width, dst_uv_height, kFilterBilinear); in I420ToI4xx() 64 dst_stride_v, dst_uv_width, dst_uv_height, kFilterBilinear); in I420ToI4xx() 85 const int dst_uv_width = (Abs(width) + 1) >> 1; in I420ToI422() local 89 dst_v, dst_stride_v, width, height, dst_uv_width, in I420ToI422() 110 const int dst_uv_width = Abs(width); in I420ToI444() local 114 dst_v, dst_stride_v, width, height, dst_uv_width, in I420ToI444()
|
D | convert.cc | 49 const int dst_uv_width = SUBSAMPLE(dst_y_width, 1, 1); in I4xxToI420() local 59 dst_stride_u, dst_uv_width, dst_uv_height, kFilterBilinear); in I4xxToI420() 61 dst_stride_v, dst_uv_width, dst_uv_height, kFilterBilinear); in I4xxToI420()
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | convert_from.cc | 47 int dst_uv_width, in I420ToI4xx() argument 53 if (src_y_width == 0 || src_y_height == 0 || dst_uv_width <= 0 || in I420ToI4xx() 62 dst_stride_u, dst_uv_width, dst_uv_height, kFilterBilinear); in I420ToI4xx() 64 dst_stride_v, dst_uv_width, dst_uv_height, kFilterBilinear); in I420ToI4xx() 129 const int dst_uv_width = (Abs(width) + 1) >> 1; in I420ToI422() local 133 dst_v, dst_stride_v, width, height, dst_uv_width, in I420ToI422() 154 const int dst_uv_width = Abs(width); in I420ToI444() local 158 dst_v, dst_stride_v, width, height, dst_uv_width, in I420ToI444()
|
D | convert.cc | 49 const int dst_uv_width = SUBSAMPLE(dst_y_width, 1, 1); in I4xxToI420() local 59 dst_stride_u, dst_uv_width, dst_uv_height, kFilterBilinear); in I4xxToI420() 61 dst_stride_v, dst_uv_width, dst_uv_height, kFilterBilinear); in I4xxToI420()
|