Searched refs:UYVYToYRow_NEON (Results 1 – 18 of 18) sorted by relevance
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | row_neon.cc | 956 void UYVYToYRow_NEON(const uint8_t* src_uyvy, uint8_t* dst_y, int width) { in UYVYToYRow_NEON() function
|
D | row_neon64.cc | 1011 void UYVYToYRow_NEON(const uint8_t* src_uyvy, uint8_t* dst_y, int width) { in UYVYToYRow_NEON() function
|
D | row_any.cc | 616 ANY11(UYVYToYRow_Any_NEON, UYVYToYRow_NEON, 1, 4, 1, 15)
|
D | convert.cc | 571 UYVYToYRow = UYVYToYRow_NEON; in UYVYToI420()
|
D | planar_functions.cc | 808 UYVYToYRow = UYVYToYRow_NEON; in UYVYToI422()
|
/external/libaom/libaom/third_party/libyuv/source/ |
D | row_any.cc | 364 ANY11(UYVYToYRow_Any_NEON, UYVYToYRow_NEON, 0, 2, 1, 15)
|
D | row_neon.cc | 1136 void UYVYToYRow_NEON(const uint8* src_uyvy, uint8* dst_y, int pix) { in UYVYToYRow_NEON() function
|
D | row_neon64.cc | 1138 void UYVYToYRow_NEON(const uint8* src_uyvy, uint8* dst_y, int pix) { in UYVYToYRow_NEON() function
|
D | convert.cc | 492 UYVYToYRow = UYVYToYRow_NEON; in UYVYToI420()
|
D | planar_functions.cc | 408 UYVYToYRow = UYVYToYRow_NEON; in UYVYToI422()
|
/external/libyuv/files/source/ |
D | row_neon.cc | 972 void UYVYToYRow_NEON(const uint8* src_uyvy, uint8* dst_y, int width) { in UYVYToYRow_NEON() function
|
D | row_neon64.cc | 982 void UYVYToYRow_NEON(const uint8* src_uyvy, uint8* dst_y, int width) { in UYVYToYRow_NEON() function
|
D | row_any.cc | 532 ANY11(UYVYToYRow_Any_NEON, UYVYToYRow_NEON, 1, 4, 1, 15)
|
D | convert.cc | 488 UYVYToYRow = UYVYToYRow_NEON; in UYVYToI420()
|
D | planar_functions.cc | 611 UYVYToYRow = UYVYToYRow_NEON; in UYVYToI422()
|
/external/libaom/libaom/third_party/libyuv/include/libyuv/ |
D | row.h | 1607 void UYVYToYRow_NEON(const uint8* src_uyvy, uint8* dst_y, int pix);
|
/external/libyuv/files/include/libyuv/ |
D | row.h | 2648 void UYVYToYRow_NEON(const uint8* src_uyvy, uint8* dst_y, int width);
|
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/ |
D | row.h | 2863 void UYVYToYRow_NEON(const uint8_t* src_uyvy, uint8_t* dst_y, int width);
|