Searched refs:RAWToYRow_NEON (Results 1 - 10 of 10) sorted by relevance
/external/libvpx/libvpx/third_party/libyuv/source/ |
H A D | row_any.cc | 422 ANY11(RAWToYRow_Any_NEON, RAWToYRow_NEON, 0, 3, 1, 7)
|
H A D | row_neon.cc | 2190 void RAWToYRow_NEON(const uint8* src_raw, uint8* dst_y, int width) { function
|
H A D | row_neon64.cc | 2144 void RAWToYRow_NEON(const uint8* src_raw, uint8* dst_y, int width) { function
|
H A D | convert.cc | 903 RAWToYRow = RAWToYRow_NEON;
|
/external/libyuv/files/source/ |
H A D | row_neon.cc | 2148 void RAWToYRow_NEON(const uint8* src_raw, uint8* dst_y, int width) { function
|
H A D | row_neon64.cc | 2121 void RAWToYRow_NEON(const uint8* src_raw, uint8* dst_y, int width) { function
|
H A D | row_any.cc | 508 ANY11(RAWToYRow_Any_NEON, RAWToYRow_NEON, 0, 3, 1, 7)
|
H A D | convert.cc | 1106 RAWToYRow = RAWToYRow_NEON;
|
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/ |
H A D | row.h | 689 void RAWToYRow_NEON(const uint8* src_raw, uint8* dst_y, int width);
|
/external/libyuv/files/include/libyuv/ |
H A D | row.h | 985 void RAWToYRow_NEON(const uint8* src_raw, uint8* dst_y, int width);
|
Completed in 354 milliseconds