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

  /external/libvpx/libvpx/test/
vp9_avg_test.cc 297 make_tuple(16, &vp9_int_pro_col_neon, &vp9_int_pro_col_c),
298 make_tuple(32, &vp9_int_pro_col_neon, &vp9_int_pro_col_c),
299 make_tuple(64, &vp9_int_pro_col_neon, &vp9_int_pro_col_c)));
  /external/libvpx/config/arm-neon/
vp9_rtcd.h 89 int16_t vp9_int_pro_col_neon(uint8_t const *ref, const int width);
90 #define vp9_int_pro_col vp9_int_pro_col_neon
  /external/libvpx/config/arm64/
vp9_rtcd.h 89 int16_t vp9_int_pro_col_neon(uint8_t const *ref, const int width);
90 #define vp9_int_pro_col vp9_int_pro_col_neon
  /external/libvpx/libvpx/vp9/encoder/arm/neon/
vp9_avg_neon.c 106 int16_t vp9_int_pro_col_neon(uint8_t const *ref, const int width) { function

Completed in 1106 milliseconds