Searched refs:ARGBAttenuateRow_SSE2 (Results 1 – 5 of 5) sorted by relevance
/external/libaom/libaom/third_party/libyuv/source/ |
D | row_any.cc | 385 ANY11(ARGBAttenuateRow_Any_SSE2, ARGBAttenuateRow_SSE2, 0, 4, 4, 3)
|
D | row_gcc.cc | 3404 void ARGBAttenuateRow_SSE2(const uint8* src_argb, uint8* dst_argb, int width) { in ARGBAttenuateRow_SSE2() function
|
D | planar_functions.cc | 1269 ARGBAttenuateRow = ARGBAttenuateRow_SSE2; in ARGBAttenuate()
|
D | row_win.cc | 4193 void ARGBAttenuateRow_SSE2(const uint8* src_argb, uint8* dst_argb, int width) { in ARGBAttenuateRow_SSE2() function
|
/external/libaom/libaom/third_party/libyuv/include/libyuv/ |
D | row.h | 1677 void ARGBAttenuateRow_SSE2(const uint8* src_argb, uint8* dst_argb, int width);
|