Searched refs:I422ToABGRRow (Results 1 – 4 of 4) sorted by relevance
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | convert_from.cc | 599 void (*I422ToABGRRow)(const uint8* y_buf, in I420ToABGR() local 616 I422ToABGRRow = I422ToABGRRow_Any_SSSE3; in I420ToABGR() 618 I422ToABGRRow = I422ToABGRRow_SSSE3; in I420ToABGR() 624 I422ToABGRRow = I422ToABGRRow_Any_AVX2; in I420ToABGR() 626 I422ToABGRRow = I422ToABGRRow_AVX2; in I420ToABGR() 632 I422ToABGRRow = I422ToABGRRow_Any_NEON; in I420ToABGR() 634 I422ToABGRRow = I422ToABGRRow_NEON; in I420ToABGR() 640 I422ToABGRRow(src_y, src_u, src_v, dst_abgr, width); in I420ToABGR()
|
D | planar_functions.cc | 866 void (*I422ToABGRRow)(const uint8* y_buf, in I422ToABGR() local 893 I422ToABGRRow = I422ToABGRRow_Any_NEON; in I422ToABGR() 895 I422ToABGRRow = I422ToABGRRow_NEON; in I422ToABGR() 901 I422ToABGRRow = I422ToABGRRow_Any_SSSE3; in I422ToABGR() 903 I422ToABGRRow = I422ToABGRRow_SSSE3; in I422ToABGR() 909 I422ToABGRRow = I422ToABGRRow_Any_AVX2; in I422ToABGR() 911 I422ToABGRRow = I422ToABGRRow_AVX2; in I422ToABGR() 917 I422ToABGRRow(src_y, src_u, src_v, dst_abgr, width); in I422ToABGR()
|
/external/libyuv/files/source/ |
D | convert_from.cc | 807 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()
|
D | planar_functions.cc | 501 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()
|