Home
last modified time | relevance | path

Searched refs:RGB24ToYRow (Results 1 – 3 of 3) sorted by relevance

/external/libyuv/files/source/
Dconvert.cc950 void (*RGB24ToYRow)(const uint8* src_rgb24, uint8* dst_y, int width) = in RGB24ToI420() local
974 RGB24ToYRow = RGB24ToYRow_Any_NEON; in RGB24ToI420()
976 RGB24ToYRow = RGB24ToYRow_NEON; in RGB24ToI420()
985 RGB24ToYRow = RGB24ToYRow_Any_MSA; in RGB24ToI420()
987 RGB24ToYRow = RGB24ToYRow_MSA; in RGB24ToI420()
1033 RGB24ToYRow(src_rgb24, dst_y, width); in RGB24ToI420()
1034 RGB24ToYRow(src_rgb24 + src_stride_rgb24, dst_y + dst_stride_y, width); in RGB24ToI420()
1050 RGB24ToYRow(src_rgb24, dst_y, width); in RGB24ToI420()
/external/libvpx/libvpx/third_party/libyuv/source/
Dconvert.cc974 void (*RGB24ToYRow)(const uint8_t* src_rgb24, uint8_t* dst_y, int width) = in RGB24ToI420() local
999 RGB24ToYRow = RGB24ToYRow_Any_NEON; in RGB24ToI420()
1001 RGB24ToYRow = RGB24ToYRow_NEON; in RGB24ToI420()
1010 RGB24ToYRow = RGB24ToYRow_Any_MSA; in RGB24ToI420()
1012 RGB24ToYRow = RGB24ToYRow_MSA; in RGB24ToI420()
1058 RGB24ToYRow(src_rgb24, dst_y, width); in RGB24ToI420()
1059 RGB24ToYRow(src_rgb24 + src_stride_rgb24, dst_y + dst_stride_y, width); in RGB24ToI420()
1075 RGB24ToYRow(src_rgb24, dst_y, width); in RGB24ToI420()
/external/libaom/libaom/third_party/libyuv/source/
Dconvert.cc799 void (*RGB24ToYRow)(const uint8* src_rgb24, uint8* dst_y, int pix) = in RGB24ToI420() local
824 RGB24ToYRow = RGB24ToYRow_Any_NEON; in RGB24ToI420()
826 RGB24ToYRow = RGB24ToYRow_NEON; in RGB24ToI420()
871 RGB24ToYRow(src_rgb24, dst_y, width); in RGB24ToI420()
872 RGB24ToYRow(src_rgb24 + src_stride_rgb24, dst_y + dst_stride_y, width); in RGB24ToI420()
888 RGB24ToYRow(src_rgb24, dst_y, width); in RGB24ToI420()