Home
last modified time | relevance | path

Searched refs:I422ToABGRRow (Results 1 – 4 of 4) sorted by relevance

/external/libvpx/libvpx/third_party/libyuv/source/
Dconvert_from.cc597 void (*I422ToABGRRow)(const uint8* y_buf, in I420ToABGR() local
614 I422ToABGRRow = I422ToABGRRow_Any_SSSE3; in I420ToABGR()
616 I422ToABGRRow = I422ToABGRRow_Unaligned_SSSE3; in I420ToABGR()
618 I422ToABGRRow = I422ToABGRRow_SSSE3; in I420ToABGR()
624 I422ToABGRRow = I422ToABGRRow_Any_NEON; in I420ToABGR()
626 I422ToABGRRow = I422ToABGRRow_NEON; in I420ToABGR()
632 I422ToABGRRow(src_y, src_u, src_v, dst_abgr, width); in I420ToABGR()
Dplanar_functions.cc856 void (*I422ToABGRRow)(const uint8* y_buf, in I422ToABGR() local
883 I422ToABGRRow = I422ToABGRRow_Any_NEON; in I422ToABGR()
885 I422ToABGRRow = I422ToABGRRow_NEON; in I422ToABGR()
890 I422ToABGRRow = I422ToABGRRow_Any_SSSE3; in I422ToABGR()
892 I422ToABGRRow = I422ToABGRRow_Unaligned_SSSE3; in I422ToABGR()
894 I422ToABGRRow = I422ToABGRRow_SSSE3; in I422ToABGR()
901 I422ToABGRRow(src_y, src_u, src_v, dst_abgr, width); in I422ToABGR()
/external/libyuv/files/source/
Dplanar_functions.cc501 void (*I422ToABGRRow)(const uint8* y_buf, in I422ToABGR() local
508 I422ToABGRRow = I422ToABGRRow_Any_NEON; in I422ToABGR()
510 I422ToABGRRow = I422ToABGRRow_NEON; in I422ToABGR()
515 I422ToABGRRow = I422ToABGRRow_Any_SSSE3; in I422ToABGR()
517 I422ToABGRRow = I422ToABGRRow_Unaligned_SSSE3; in I422ToABGR()
519 I422ToABGRRow = I422ToABGRRow_SSSE3; in I422ToABGR()
526 I422ToABGRRow(src_y, src_u, src_v, dst_abgr, width); in I422ToABGR()
Dconvert_from.cc807 void (*I422ToABGRRow)(const uint8* y_buf, in I420ToABGR() local
814 I422ToABGRRow = I422ToABGRRow_Any_NEON; in I420ToABGR()
816 I422ToABGRRow = I422ToABGRRow_NEON; in I420ToABGR()
821 I422ToABGRRow = I422ToABGRRow_Any_SSSE3; in I420ToABGR()
823 I422ToABGRRow = I422ToABGRRow_Unaligned_SSSE3; in I420ToABGR()
825 I422ToABGRRow = I422ToABGRRow_SSSE3; in I420ToABGR()
832 I422ToABGRRow(src_y, src_u, src_v, dst_abgr, width); in I420ToABGR()