Searched refs:HalfRow_C (Results 1 – 3 of 3) sorted by relevance
/external/libyuv/files/source/ |
D | convert.cc | 118 static void HalfRow_C(const uint8* src_uv, int src_uv_stride, in HalfRow_C() function 150 uint8* dst_uv, int pix) = HalfRow_C; in I422ToI420()
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | row_common.cc | 1889 void HalfRow_C(const uint8* src_uv, int src_uv_stride, in HalfRow_C() function 1918 HalfRow_C(src_ptr, (int)(src_stride), dst_ptr, width); in InterpolateRow_C()
|
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/ |
D | row.h | 1483 void HalfRow_C(const uint8* src_uv, int src_uv_stride,
|