Searched refs:RAWToRGB24Row_NEON (Results 1 – 10 of 10) sorted by relevance
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | row_neon.cc | 784 void RAWToRGB24Row_NEON(const uint8_t* src_raw, uint8_t* dst_rgb24, int width) { in RAWToRGB24Row_NEON() function
|
D | row_neon64.cc | 824 void RAWToRGB24Row_NEON(const uint8_t* src_raw, uint8_t* dst_rgb24, int width) { in RAWToRGB24Row_NEON() function
|
D | row_any.cc | 525 ANY11(RAWToRGB24Row_Any_NEON, RAWToRGB24Row_NEON, 0, 3, 3, 7)
|
D | planar_functions.cc | 1709 RAWToRGB24Row = RAWToRGB24Row_NEON; in RAWToRGB24()
|
/external/libyuv/files/source/ |
D | row_neon.cc | 784 void RAWToRGB24Row_NEON(const uint8_t* src_raw, uint8_t* dst_rgb24, int width) { in RAWToRGB24Row_NEON() function
|
D | row_neon64.cc | 824 void RAWToRGB24Row_NEON(const uint8_t* src_raw, uint8_t* dst_rgb24, int width) { in RAWToRGB24Row_NEON() function
|
D | row_any.cc | 572 ANY11(RAWToRGB24Row_Any_NEON, RAWToRGB24Row_NEON, 0, 3, 3, 7)
|
D | planar_functions.cc | 1897 RAWToRGB24Row = RAWToRGB24Row_NEON; in RAWToRGB24()
|
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/ |
D | row.h | 1621 void RAWToRGB24Row_NEON(const uint8_t* src_raw, uint8_t* dst_rgb24, int width);
|
/external/libyuv/files/include/libyuv/ |
D | row.h | 1908 void RAWToRGB24Row_NEON(const uint8_t* src_raw, uint8_t* dst_rgb24, int width);
|