Searched refs:dst_uv_height (Results 1 – 6 of 6) sorted by relevance
/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() 72 const int dst_uv_height = Abs(height); in I420ToI422() local 80 dst_uv_width, dst_uv_height); in I420ToI422() 94 const int dst_uv_height = Abs(height); in I420ToI444() local 102 dst_uv_width, dst_uv_height); in I420ToI444() 116 const int dst_uv_height = Abs(height); in I420ToI411() local 124 dst_uv_width, dst_uv_height); in I420ToI411()
|
D | convert.cc | 42 const int dst_uv_height = SUBSAMPLE(dst_y_height, 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/libvpx/libvpx/third_party/libyuv/source/ |
D | convert_from.cc | 48 int dst_uv_height) { in I420ToI4xx() argument 54 dst_uv_height <= 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() 130 const int dst_uv_height = Abs(height); in I420ToI422() local 134 dst_uv_height); in I420ToI422() 155 const int dst_uv_height = Abs(height); in I420ToI444() local 159 dst_uv_height); in I420ToI444()
|
D | convert.cc | 50 const int dst_uv_height = SUBSAMPLE(dst_y_height, 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/libyuv/files/source/ |
D | convert_from.cc | 48 int dst_uv_height) { in I420ToI4xx() argument 54 dst_uv_height <= 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() 130 const int dst_uv_height = Abs(height); in I420ToI422() local 134 dst_uv_height); in I420ToI422() 155 const int dst_uv_height = Abs(height); in I420ToI444() local 159 dst_uv_height); in I420ToI444()
|
D | convert.cc | 50 const int dst_uv_height = SUBSAMPLE(dst_y_height, 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()
|