Home
last modified time | relevance | path

Searched refs:ARGBToYRow (Results 1 – 5 of 5) sorted by relevance

/external/libvpx/libvpx/third_party/libyuv/source/
Dconvert_from_argb.cc31 void (*ARGBToYRow)(const uint8* src_argb, uint8* dst_y, int pix) = in ARGBToI444() local
70 ARGBToYRow = ARGBToYRow_Any_SSSE3; in ARGBToI444()
72 ARGBToYRow = ARGBToYRow_SSSE3; in ARGBToI444()
78 ARGBToYRow = ARGBToYRow_Any_AVX2; in ARGBToI444()
80 ARGBToYRow = ARGBToYRow_AVX2; in ARGBToI444()
86 ARGBToYRow = ARGBToYRow_Any_NEON; in ARGBToI444()
88 ARGBToYRow = ARGBToYRow_NEON; in ARGBToI444()
95 ARGBToYRow(src_argb, dst_y, width); in ARGBToI444()
114 void (*ARGBToYRow)(const uint8* src_argb, uint8* dst_y, int pix) = in ARGBToI422() local
151 ARGBToYRow = ARGBToYRow_Any_SSSE3; in ARGBToI422()
[all …]
Dconvert.cc524 void (*ARGBToYRow)(const uint8* src_argb, uint8* dst_y, int pix) = in ARGBToI420() local
540 ARGBToYRow = ARGBToYRow_Any_SSSE3; in ARGBToI420()
543 ARGBToYRow = ARGBToYRow_SSSE3; in ARGBToI420()
550 ARGBToYRow = ARGBToYRow_Any_AVX2; in ARGBToI420()
553 ARGBToYRow = ARGBToYRow_AVX2; in ARGBToI420()
559 ARGBToYRow = ARGBToYRow_Any_NEON; in ARGBToI420()
561 ARGBToYRow = ARGBToYRow_NEON; in ARGBToI420()
576 ARGBToYRow(src_argb, dst_y, width); in ARGBToI420()
577 ARGBToYRow(src_argb + src_stride_argb, dst_y + dst_stride_y, width); in ARGBToI420()
585 ARGBToYRow(src_argb, dst_y, width); in ARGBToI420()
[all …]
/external/libyuv/files/source/
Dconvert.cc942 void (*ARGBToYRow)(const uint8* src_argb, uint8* dst_y, int pix); in ARGBToI420() local
946 ARGBToYRow = ARGBToYRow_C; in ARGBToI420()
952 ARGBToYRow = ARGBToYRow_Any_SSSE3; in ARGBToI420()
956 ARGBToYRow = ARGBToYRow_Unaligned_SSSE3; in ARGBToI420()
960 ARGBToYRow = ARGBToYRow_SSSE3; in ARGBToI420()
969 ARGBToYRow(src_argb, dst_y, width); in ARGBToI420()
970 ARGBToYRow(src_argb + src_stride_argb, dst_y + dst_stride_y, width); in ARGBToI420()
978 ARGBToYRow(src_argb, dst_y, width); in ARGBToI420()
1187 void (*ARGBToYRow)(const uint8* src_argb, uint8* dst_y, int pix); in RGB24ToI420() local
1191 ARGBToYRow = ARGBToYRow_C; in RGB24ToI420()
[all …]
Dformat_conversion.cc374 void (*ARGBToYRow)(const uint8* src_argb, uint8* dst_y, int pix) = in BayerToI420() local
384 ARGBToYRow = ARGBToYRow_SSSE3; in BayerToI420()
419 ARGBToYRow(row, dst_y, width); in BayerToI420()
420 ARGBToYRow(row + kMaxStride, dst_y + dst_stride_y, width); in BayerToI420()
429 ARGBToYRow(row, dst_y, width); in BayerToI420()
Dplanar_functions.cc362 void (*ARGBToYRow)(const uint8* src_argb, uint8* dst_y, int pix) = in ARGBToI400() local
369 ARGBToYRow = ARGBToYRow_SSSE3; in ARGBToI400()
374 ARGBToYRow(src_argb, dst_y, width); in ARGBToI400()
397 void (*ARGBToYRow)(const uint8* src_argb, uint8* dst_y, int pix) = in ARGBToI422() local
405 ARGBToYRow = ARGBToYRow_Any_SSSE3; in ARGBToI422()
409 ARGBToYRow = ARGBToYRow_Unaligned_SSSE3; in ARGBToI422()
413 ARGBToYRow = ARGBToYRow_SSSE3; in ARGBToI422()
422 ARGBToYRow(src_argb, dst_y, width); in ARGBToI422()