Searched refs:ARGB1555ToYRow (Results 1 – 3 of 3) sorted by relevance
/external/libyuv/files/source/ |
D | convert.cc | 1356 void (*ARGB1555ToYRow)(const uint8* src_argb1555, uint8* dst_y, int width) = in ARGB1555ToI420() local 1381 ARGB1555ToYRow = ARGB1555ToYRow_Any_NEON; in ARGB1555ToI420() 1383 ARGB1555ToYRow = ARGB1555ToYRow_NEON; in ARGB1555ToI420() 1392 ARGB1555ToYRow = ARGB1555ToYRow_Any_MSA; in ARGB1555ToI420() 1394 ARGB1555ToYRow = ARGB1555ToYRow_MSA; in ARGB1555ToI420() 1447 ARGB1555ToYRow(src_argb1555, dst_y, width); in ARGB1555ToI420() 1448 ARGB1555ToYRow(src_argb1555 + src_stride_argb1555, dst_y + dst_stride_y, in ARGB1555ToI420() 1466 ARGB1555ToYRow(src_argb1555, dst_y, width); in ARGB1555ToI420()
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | convert.cc | 1375 void (*ARGB1555ToYRow)(const uint8_t* src_argb1555, uint8_t* dst_y, in ARGB1555ToI420() local 1401 ARGB1555ToYRow = ARGB1555ToYRow_Any_NEON; in ARGB1555ToI420() 1403 ARGB1555ToYRow = ARGB1555ToYRow_NEON; in ARGB1555ToI420() 1412 ARGB1555ToYRow = ARGB1555ToYRow_Any_MSA; in ARGB1555ToI420() 1414 ARGB1555ToYRow = ARGB1555ToYRow_MSA; in ARGB1555ToI420() 1467 ARGB1555ToYRow(src_argb1555, dst_y, width); in ARGB1555ToI420() 1468 ARGB1555ToYRow(src_argb1555 + src_stride_argb1555, dst_y + dst_stride_y, in ARGB1555ToI420() 1486 ARGB1555ToYRow(src_argb1555, dst_y, width); in ARGB1555ToI420()
|
/external/libaom/libaom/third_party/libyuv/source/ |
D | convert.cc | 1149 void (*ARGB1555ToYRow)(const uint8* src_argb1555, uint8* dst_y, int pix) = in ARGB1555ToI420() local 1174 ARGB1555ToYRow = ARGB1555ToYRow_Any_NEON; in ARGB1555ToI420() 1176 ARGB1555ToYRow = ARGB1555ToYRow_NEON; in ARGB1555ToI420() 1229 ARGB1555ToYRow(src_argb1555, dst_y, width); in ARGB1555ToI420() 1230 ARGB1555ToYRow(src_argb1555 + src_stride_argb1555, dst_y + dst_stride_y, in ARGB1555ToI420() 1248 ARGB1555ToYRow(src_argb1555, dst_y, width); in ARGB1555ToI420()
|