Searched refs:RGB24ToYRow_NEON (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/source/
H A Drow_any.cc252 YANY(RGB24ToYRow_Any_NEON, RGB24ToYRow_NEON, 3, 1, 8)
H A Drow_neon.cc2420 void RGB24ToYRow_NEON(const uint8* src_rgb24, uint8* dst_y, int pix) { function
H A Drow_neon64.cc2562 void RGB24ToYRow_NEON(const uint8* src_rgb24, uint8* dst_y, int pix) { function
H A Dconvert.cc984 RGB24ToYRow = RGB24ToYRow_NEON;
/external/chromium_org/third_party/libyuv/source/
H A Drow_any.cc248 YANY(RGB24ToYRow_Any_NEON, RGB24ToYRow_NEON, 3, 1, 8)
H A Drow_neon.cc2421 void RGB24ToYRow_NEON(const uint8* src_rgb24, uint8* dst_y, int pix) { function
H A Dconvert.cc985 RGB24ToYRow = RGB24ToYRow_NEON;
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/include/libyuv/
H A Drow.h692 void RGB24ToYRow_NEON(const uint8* src_rgb24, uint8* dst_y, int pix);
/external/chromium_org/third_party/libyuv/include/libyuv/
H A Drow.h600 void RGB24ToYRow_NEON(const uint8* src_rgb24, uint8* dst_y, int pix);

Completed in 143 milliseconds