Searched refs:RGB24ToUVRow (Results 1 – 3 of 3) sorted by relevance
/external/libyuv/files/source/ |
D | convert.cc | 948 void (*RGB24ToUVRow)(const uint8* src_rgb24, int src_stride_rgb24, in RGB24ToI420() local 973 RGB24ToUVRow = RGB24ToUVRow_Any_NEON; in RGB24ToI420() 978 RGB24ToUVRow = RGB24ToUVRow_NEON; in RGB24ToI420() 984 RGB24ToUVRow = RGB24ToUVRow_Any_MSA; in RGB24ToI420() 988 RGB24ToUVRow = RGB24ToUVRow_MSA; in RGB24ToI420() 1032 RGB24ToUVRow(src_rgb24, src_stride_rgb24, dst_u, dst_v, width); in RGB24ToI420() 1049 RGB24ToUVRow(src_rgb24, 0, dst_u, dst_v, width); in RGB24ToI420()
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | convert.cc | 971 void (*RGB24ToUVRow)(const uint8_t* src_rgb24, int src_stride_rgb24, in RGB24ToI420() local 998 RGB24ToUVRow = RGB24ToUVRow_Any_NEON; in RGB24ToI420() 1003 RGB24ToUVRow = RGB24ToUVRow_NEON; in RGB24ToI420() 1009 RGB24ToUVRow = RGB24ToUVRow_Any_MSA; in RGB24ToI420() 1013 RGB24ToUVRow = RGB24ToUVRow_MSA; in RGB24ToI420() 1057 RGB24ToUVRow(src_rgb24, src_stride_rgb24, dst_u, dst_v, width); in RGB24ToI420() 1074 RGB24ToUVRow(src_rgb24, 0, dst_u, dst_v, width); in RGB24ToI420()
|
/external/libaom/libaom/third_party/libyuv/source/ |
D | convert.cc | 797 void (*RGB24ToUVRow)(const uint8* src_rgb24, int src_stride_rgb24, in RGB24ToI420() local 823 RGB24ToUVRow = RGB24ToUVRow_Any_NEON; in RGB24ToI420() 828 RGB24ToUVRow = RGB24ToUVRow_NEON; in RGB24ToI420() 870 RGB24ToUVRow(src_rgb24, src_stride_rgb24, dst_u, dst_v, width); in RGB24ToI420() 887 RGB24ToUVRow(src_rgb24, 0, dst_u, dst_v, width); in RGB24ToI420()
|