Home
last modified time | relevance | path

Searched refs:ARGBColorMatrixRow (Results 1 – 2 of 2) sorted by relevance

/external/libvpx/libvpx/third_party/libyuv/source/
Dplanar_functions.cc1644 void (*ARGBColorMatrixRow)(const uint8* src_argb, uint8* dst_argb, in ARGBColorMatrix() local
1663 ARGBColorMatrixRow = ARGBColorMatrixRow_SSSE3; in ARGBColorMatrix()
1668 ARGBColorMatrixRow = ARGBColorMatrixRow_NEON; in ARGBColorMatrix()
1672 ARGBColorMatrixRow(src_argb, dst_argb, matrix_argb, width); in ARGBColorMatrix()
/external/libyuv/files/source/
Dplanar_functions.cc1950 void (*ARGBColorMatrixRow)(const uint8* src_argb, uint8* dst_argb, in ARGBColorMatrix() local
1969 ARGBColorMatrixRow = ARGBColorMatrixRow_SSSE3; in ARGBColorMatrix()
1974 ARGBColorMatrixRow = ARGBColorMatrixRow_NEON; in ARGBColorMatrix()
1978 ARGBColorMatrixRow(src_argb, dst_argb, matrix_argb, width); in ARGBColorMatrix()