Searched refs:I400ToARGBRow_AVX2 (Results 1 – 5 of 5) sorted by relevance
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | row_any.cc | 270 ANY11(I400ToARGBRow_Any_AVX2, I400ToARGBRow_AVX2, 0, 1, 4, 15)
|
D | convert_argb.cc | 298 I400ToARGBRow = I400ToARGBRow_AVX2; in I400ToARGB()
|
D | row_gcc.cc | 2250 void I400ToARGBRow_AVX2(const uint8* y_buf, uint8* dst_argb, int width) { in I400ToARGBRow_AVX2() function
|
D | row_win.cc | 2988 void I400ToARGBRow_AVX2(const uint8* y_buf, in I400ToARGBRow_AVX2() function
|
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/ |
D | row.h | 1359 void I400ToARGBRow_AVX2(const uint8* src_y, uint8* dst_argb, int width);
|