Home
last modified time | relevance | path

Searched refs:I422ToRGB24Row (Results 1 – 3 of 3) sorted by relevance

/external/libyuv/files/source/
Dconvert_from.cc566 void (*I422ToRGB24Row)(const uint8* y_buf, const uint8* u_buf, in I420ToRGB24Matrix() local
581 I422ToRGB24Row = I422ToRGB24Row_Any_SSSE3; in I420ToRGB24Matrix()
583 I422ToRGB24Row = I422ToRGB24Row_SSSE3; in I420ToRGB24Matrix()
589 I422ToRGB24Row = I422ToRGB24Row_Any_AVX2; in I420ToRGB24Matrix()
591 I422ToRGB24Row = I422ToRGB24Row_AVX2; in I420ToRGB24Matrix()
597 I422ToRGB24Row = I422ToRGB24Row_Any_NEON; in I420ToRGB24Matrix()
599 I422ToRGB24Row = I422ToRGB24Row_NEON; in I420ToRGB24Matrix()
605 I422ToRGB24Row = I422ToRGB24Row_Any_MSA; in I420ToRGB24Matrix()
607 I422ToRGB24Row = I422ToRGB24Row_MSA; in I420ToRGB24Matrix()
613 I422ToRGB24Row(src_y, src_u, src_v, dst_rgb24, yuvconstants, width); in I420ToRGB24Matrix()
/external/libvpx/libvpx/third_party/libyuv/source/
Dconvert_from.cc633 void (*I422ToRGB24Row)(const uint8_t* y_buf, const uint8_t* u_buf, in I420ToRGB24Matrix() local
648 I422ToRGB24Row = I422ToRGB24Row_Any_SSSE3; in I420ToRGB24Matrix()
650 I422ToRGB24Row = I422ToRGB24Row_SSSE3; in I420ToRGB24Matrix()
656 I422ToRGB24Row = I422ToRGB24Row_Any_AVX2; in I420ToRGB24Matrix()
658 I422ToRGB24Row = I422ToRGB24Row_AVX2; in I420ToRGB24Matrix()
664 I422ToRGB24Row = I422ToRGB24Row_Any_NEON; in I420ToRGB24Matrix()
666 I422ToRGB24Row = I422ToRGB24Row_NEON; in I420ToRGB24Matrix()
672 I422ToRGB24Row = I422ToRGB24Row_Any_MSA; in I420ToRGB24Matrix()
674 I422ToRGB24Row = I422ToRGB24Row_MSA; in I420ToRGB24Matrix()
680 I422ToRGB24Row(src_y, src_u, src_v, dst_rgb24, yuvconstants, width); in I420ToRGB24Matrix()
/external/libaom/libaom/third_party/libyuv/source/
Dconvert_from.cc719 void (*I422ToRGB24Row)(const uint8* y_buf, in I420ToRGB24() local
736 I422ToRGB24Row = I422ToRGB24Row_Any_SSSE3; in I420ToRGB24()
738 I422ToRGB24Row = I422ToRGB24Row_SSSE3; in I420ToRGB24()
744 I422ToRGB24Row = I422ToRGB24Row_Any_AVX2; in I420ToRGB24()
746 I422ToRGB24Row = I422ToRGB24Row_AVX2; in I420ToRGB24()
752 I422ToRGB24Row = I422ToRGB24Row_Any_NEON; in I420ToRGB24()
754 I422ToRGB24Row = I422ToRGB24Row_NEON; in I420ToRGB24()
760 I422ToRGB24Row(src_y, src_u, src_v, dst_rgb24, width); in I420ToRGB24()