HomeSort by relevance Sort by last modified time
    Searched refs:ScaleRowDown4_AVX2 (Results 1 - 9 of 9) sorted by null

  /external/libvpx/libvpx/third_party/libyuv/source/
scale_any.cc 85 SDANY(ScaleRowDown4_Any_AVX2, ScaleRowDown4_AVX2, ScaleRowDown4_C, 4, 1, 15)
scale.cc 199 ScaleRowDown4 = filtering ? ScaleRowDown4Box_AVX2 : ScaleRowDown4_AVX2;
    [all...]
scale_win.cc 402 void ScaleRowDown4_AVX2(const uint8* src_ptr, ptrdiff_t src_stride,
    [all...]
  /external/libyuv/files/source/
scale_any.cc 106 SDANY(ScaleRowDown4_Any_AVX2, ScaleRowDown4_AVX2, ScaleRowDown4_C, 4, 1, 15)
scale_gcc.cc 373 void ScaleRowDown4_AVX2(const uint8* src_ptr, ptrdiff_t src_stride,
    [all...]
scale.cc 199 ScaleRowDown4 = filtering ? ScaleRowDown4Box_AVX2 : ScaleRowDown4_AVX2;
    [all...]
scale_win.cc 401 void ScaleRowDown4_AVX2(const uint8* src_ptr, ptrdiff_t src_stride,
    [all...]
  /external/libvpx/libvpx/third_party/libyuv/include/libyuv/
scale_row.h 233 void ScaleRowDown4_AVX2(const uint8* src_ptr, ptrdiff_t src_stride,
  /external/libyuv/files/include/libyuv/
scale_row.h 254 void ScaleRowDown4_AVX2(const uint8* src_ptr, ptrdiff_t src_stride,

Completed in 106 milliseconds