Searched refs:SplitUVRow_C (Results 1 – 6 of 6) sorted by relevance
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | planar_functions.cc | 243 int width) = SplitUVRow_C; in SplitUVPlane() 2620 int width) = SplitUVRow_C; in YUY2ToNV12() 2718 int width) = SplitUVRow_C; in UYVYToNV12()
|
D | row_common.cc | 1788 void SplitUVRow_C(const uint8* src_uv, uint8* dst_u, uint8* dst_v, int width) { in SplitUVRow_C() function
|
/external/libyuv/files/source/ |
D | planar_functions.cc | 274 int width) = SplitUVRow_C; in SplitUVPlane() 3126 int width) = SplitUVRow_C; in YUY2ToNV12() 3234 int width) = SplitUVRow_C; in UYVYToNV12()
|
D | row_common.cc | 1740 void SplitUVRow_C(const uint8* src_uv, uint8* dst_u, uint8* dst_v, int width) { in SplitUVRow_C() function
|
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/ |
D | row.h | 834 void SplitUVRow_C(const uint8* src_uv, uint8* dst_u, uint8* dst_v, int width);
|
/external/libyuv/files/include/libyuv/ |
D | row.h | 1369 void SplitUVRow_C(const uint8* src_uv, uint8* dst_u, uint8* dst_v, int width);
|