Home
last modified time | relevance | path

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

/external/libyuv/files/source/
Dconvert_from_argb.cc107 ARGBToYRow = ARGBToYRow_DSPR2; in ARGBToI444()
204 ARGBToYRow = ARGBToYRow_DSPR2; in ARGBToI422()
351 ARGBToYRow = ARGBToYRow_DSPR2; in ARGBToNV12()
502 ARGBToYRow = ARGBToYRow_DSPR2; in ARGBToNV21()
650 ARGBToYRow = ARGBToYRow_DSPR2; in ARGBToYUY2()
794 ARGBToYRow = ARGBToYRow_DSPR2; in ARGBToUYVY()
887 ARGBToYRow = ARGBToYRow_DSPR2; in ARGBToI400()
Drow_dspr2.cc1411 void ARGBToYRow_DSPR2(const uint8* src_argb0, uint8* dst_y, int width) { in ARGBToYRow_DSPR2() function
Drow_any.cc586 ANY11(ARGBToYRow_Any_DSPR2, ARGBToYRow_DSPR2, 0, 4, 1, 7)
Dconvert.cc586 ARGBToYRow = ARGBToYRow_DSPR2; in ARGBToI420()
/external/libyuv/files/include/libyuv/
Drow.h1007 void ARGBToYRow_DSPR2(const uint8* src_argb, uint8* dst_y, int width);