Searched refs:RAWToYRow (Results 1 – 3 of 3) sorted by relevance
/external/libyuv/files/source/ |
D | convert.cc | 1080 void (*RAWToYRow)(const uint8* src_raw, uint8* dst_y, int width) = in RAWToI420() local 1104 RAWToYRow = RAWToYRow_Any_NEON; in RAWToI420() 1106 RAWToYRow = RAWToYRow_NEON; in RAWToI420() 1115 RAWToYRow = RAWToYRow_Any_MSA; in RAWToI420() 1117 RAWToYRow = RAWToYRow_MSA; in RAWToI420() 1163 RAWToYRow(src_raw, dst_y, width); in RAWToI420() 1164 RAWToYRow(src_raw + src_stride_raw, dst_y + dst_stride_y, width); in RAWToI420() 1180 RAWToYRow(src_raw, dst_y, width); in RAWToI420()
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | convert.cc | 1105 void (*RAWToYRow)(const uint8_t* src_raw, uint8_t* dst_y, int width) = in RAWToI420() local 1130 RAWToYRow = RAWToYRow_Any_NEON; in RAWToI420() 1132 RAWToYRow = RAWToYRow_NEON; in RAWToI420() 1141 RAWToYRow = RAWToYRow_Any_MSA; in RAWToI420() 1143 RAWToYRow = RAWToYRow_MSA; in RAWToI420() 1189 RAWToYRow(src_raw, dst_y, width); in RAWToI420() 1190 RAWToYRow(src_raw + src_stride_raw, dst_y + dst_stride_y, width); in RAWToI420() 1206 RAWToYRow(src_raw, dst_y, width); in RAWToI420()
|
/external/libaom/libaom/third_party/libyuv/source/ |
D | convert.cc | 913 void (*RAWToYRow)(const uint8* src_raw, uint8* dst_y, int pix) = in RAWToI420() local 938 RAWToYRow = RAWToYRow_Any_NEON; in RAWToI420() 940 RAWToYRow = RAWToYRow_NEON; in RAWToI420() 985 RAWToYRow(src_raw, dst_y, width); in RAWToI420() 986 RAWToYRow(src_raw + src_stride_raw, dst_y + dst_stride_y, width); in RAWToI420() 1002 RAWToYRow(src_raw, dst_y, width); in RAWToI420()
|