Searched refs:ARGBAttenuateRow_C (Results 1 – 7 of 7) sorted by relevance
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | row_any.cc | 273 YANY(ARGBAttenuateRow_Any_SSSE3, ARGBAttenuateRow_SSSE3, ARGBAttenuateRow_C, 277 YANY(ARGBAttenuateRow_Any_SSE2, ARGBAttenuateRow_SSE2, ARGBAttenuateRow_C, 285 YANY(ARGBAttenuateRow_Any_AVX2, ARGBAttenuateRow_AVX2, ARGBAttenuateRow_C, 293 YANY(ARGBAttenuateRow_Any_NEON, ARGBAttenuateRow_NEON, ARGBAttenuateRow_C,
|
D | planar_functions.cc | 1183 int width) = ARGBAttenuateRow_C; in ARGBAttenuate()
|
D | row_common.cc | 1737 void ARGBAttenuateRow_C(const uint8* src_argb, uint8* dst_argb, int width) { in ARGBAttenuateRow_C() function
|
/external/libyuv/files/include/libyuv/ |
D | row.h | 668 void ARGBAttenuateRow_C(const uint8* src_argb, uint8* dst_argb, int width);
|
/external/libyuv/files/source/ |
D | planar_functions.cc | 1030 int width) = ARGBAttenuateRow_C; in ARGBAttenuate()
|
D | row_common.cc | 879 void ARGBAttenuateRow_C(const uint8* src_argb, uint8* dst_argb, int width) { in ARGBAttenuateRow_C() function
|
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/ |
D | row.h | 1558 void ARGBAttenuateRow_C(const uint8* src_argb, uint8* dst_argb, int width);
|