Searched refs:src_bgra0 (Results 1 – 7 of 7) sorted by relevance
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | row_gcc.cc | 1553 void BGRAToUVRow_SSSE3(const uint8_t* src_bgra0, in BGRAToUVRow_SSSE3() argument 1605 : "+r"(src_bgra0), // %0 in BGRAToUVRow_SSSE3()
|
D | convert.cc | 712 void (*BGRAToUVRow)(const uint8_t* src_bgra0, int src_stride_bgra, in BGRAToI420()
|
/external/libaom/libaom/third_party/libyuv/source/ |
D | row_gcc.cc | 1163 void BGRAToUVRow_SSSE3(const uint8* src_bgra0, int src_stride_bgra, in BGRAToUVRow_SSSE3() argument 1211 : "+r"(src_bgra0), // %0 in BGRAToUVRow_SSSE3()
|
D | convert.cc | 598 void (*BGRAToUVRow)(const uint8* src_bgra0, int src_stride_bgra, in BGRAToI420()
|
/external/libyuv/files/source/ |
D | row_gcc.cc | 1233 void BGRAToUVRow_SSSE3(const uint8* src_bgra0, in BGRAToUVRow_SSSE3() argument 1285 : "+r"(src_bgra0), // %0 in BGRAToUVRow_SSSE3()
|
D | convert.cc | 644 void (*BGRAToUVRow)(const uint8* src_bgra0, int src_stride_bgra, uint8* dst_u, in BGRAToI420()
|
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/ |
D | row.h | 1026 void BGRAToUVRow_SSSE3(const uint8_t* src_bgra0,
|