Searched refs:ARGB4444ToYRow (Results 1 – 3 of 3) sorted by relevance
/external/libaom/libaom/third_party/libyuv/source/ |
D | convert.cc | 1273 void (*ARGB4444ToYRow)(const uint8* src_argb4444, uint8* dst_y, int pix) = in ARGB4444ToI420() local 1298 ARGB4444ToYRow = ARGB4444ToYRow_Any_NEON; in ARGB4444ToI420() 1300 ARGB4444ToYRow = ARGB4444ToYRow_NEON; in ARGB4444ToI420() 1353 ARGB4444ToYRow(src_argb4444, dst_y, width); in ARGB4444ToI420() 1354 ARGB4444ToYRow(src_argb4444 + src_stride_argb4444, dst_y + dst_stride_y, in ARGB4444ToI420() 1372 ARGB4444ToYRow(src_argb4444, dst_y, width); in ARGB4444ToI420()
|
/external/libyuv/files/source/ |
D | convert.cc | 1497 void (*ARGB4444ToYRow)(const uint8* src_argb4444, uint8* dst_y, int width) = in ARGB4444ToI420() local 1522 ARGB4444ToYRow = ARGB4444ToYRow_Any_NEON; in ARGB4444ToI420() 1524 ARGB4444ToYRow = ARGB4444ToYRow_NEON; in ARGB4444ToI420() 1600 ARGB4444ToYRow(src_argb4444, dst_y, width); in ARGB4444ToI420() 1601 ARGB4444ToYRow(src_argb4444 + src_stride_argb4444, dst_y + dst_stride_y, in ARGB4444ToI420() 1619 ARGB4444ToYRow(src_argb4444, dst_y, width); in ARGB4444ToI420()
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | convert.cc | 1517 void (*ARGB4444ToYRow)(const uint8_t* src_argb4444, uint8_t* dst_y, in ARGB4444ToI420() local 1543 ARGB4444ToYRow = ARGB4444ToYRow_Any_NEON; in ARGB4444ToI420() 1545 ARGB4444ToYRow = ARGB4444ToYRow_NEON; in ARGB4444ToI420() 1621 ARGB4444ToYRow(src_argb4444, dst_y, width); in ARGB4444ToI420() 1622 ARGB4444ToYRow(src_argb4444 + src_stride_argb4444, dst_y + dst_stride_y, in ARGB4444ToI420() 1640 ARGB4444ToYRow(src_argb4444, dst_y, width); in ARGB4444ToI420()
|