Searched defs:src_ayuv (Results 1 – 4 of 4) sorted by relevance
/external/libyuv/files/source/ |
D | row_neon.cc | 2791 void AYUVToUVRow_NEON(const uint8_t* src_ayuv, in AYUVToUVRow_NEON() 2822 void AYUVToVURow_NEON(const uint8_t* src_ayuv, in AYUVToVURow_NEON() 2855 void AYUVToYRow_NEON(const uint8_t* src_ayuv, uint8_t* dst_y, int width) { in AYUVToYRow_NEON()
|
D | row_neon64.cc | 2901 void AYUVToUVRow_NEON(const uint8_t* src_ayuv, in AYUVToUVRow_NEON() 2929 void AYUVToVURow_NEON(const uint8_t* src_ayuv, in AYUVToVURow_NEON() 2958 void AYUVToYRow_NEON(const uint8_t* src_ayuv, uint8_t* dst_y, int width) { in AYUVToYRow_NEON()
|
D | convert.cc | 885 int AYUVToNV12(const uint8_t* src_ayuv, in AYUVToNV12() 954 int AYUVToNV21(const uint8_t* src_ayuv, in AYUVToNV21()
|
D | row_common.cc | 3259 void AYUVToUVRow_C(const uint8_t* src_ayuv, in AYUVToUVRow_C() 3286 void AYUVToVURow_C(const uint8_t* src_ayuv, in AYUVToVURow_C() 3313 void AYUVToYRow_C(const uint8_t* src_ayuv, uint8_t* dst_y, int width) { in AYUVToYRow_C()
|