Searched refs:ARGBAttenuateRow_AVX2 (Results 1 – 5 of 5) sorted by relevance
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | row_any.cc | 391 ANY11(ARGBAttenuateRow_Any_AVX2, ARGBAttenuateRow_AVX2, 0, 4, 4, 7)
|
D | row_gcc.cc | 3504 void ARGBAttenuateRow_AVX2(const uint8* src_argb, uint8* dst_argb, int width) { in ARGBAttenuateRow_AVX2() function
|
D | planar_functions.cc | 1285 ARGBAttenuateRow = ARGBAttenuateRow_AVX2; in ARGBAttenuate()
|
D | row_win.cc | 4286 void ARGBAttenuateRow_AVX2(const uint8* src_argb, uint8* dst_argb, int width) { in ARGBAttenuateRow_AVX2() function
|
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/ |
D | row.h | 1678 void ARGBAttenuateRow_AVX2(const uint8* src_argb, uint8* dst_argb, int width);
|