Searched refs:I422ToABGRRow (Results 1 – 4 of 4) sorted by relevance
/external/chromium_org/third_party/libyuv/source/ |
D | convert_from.cc | 599 void (*I422ToABGRRow)(const uint8* y_buf, in I420ToABGR() local 606 I422ToABGRRow = I422ToABGRRow_Any_SSSE3; in I420ToABGR() 608 I422ToABGRRow = I422ToABGRRow_Unaligned_SSSE3; in I420ToABGR() 610 I422ToABGRRow = I422ToABGRRow_SSSE3; in I420ToABGR() 616 I422ToABGRRow = I422ToABGRRow_Any_NEON; in I420ToABGR() 618 I422ToABGRRow = I422ToABGRRow_NEON; in I420ToABGR() 624 I422ToABGRRow(src_y, src_u, src_v, dst_abgr, width); in I420ToABGR()
|
D | planar_functions.cc | 852 void (*I422ToABGRRow)(const uint8* y_buf, in I422ToABGR() local 879 I422ToABGRRow = I422ToABGRRow_Any_NEON; in I422ToABGR() 881 I422ToABGRRow = I422ToABGRRow_NEON; in I422ToABGR() 886 I422ToABGRRow = I422ToABGRRow_Any_SSSE3; in I422ToABGR() 888 I422ToABGRRow = I422ToABGRRow_Unaligned_SSSE3; in I422ToABGR() 890 I422ToABGRRow = I422ToABGRRow_SSSE3; in I422ToABGR() 897 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()
|