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

  /external/libvpx/libvpx/test/
vp9_avg_test.cc 291 make_tuple(16, &vp9_int_pro_row_neon, &vp9_int_pro_row_c),
292 make_tuple(32, &vp9_int_pro_row_neon, &vp9_int_pro_row_c),
293 make_tuple(64, &vp9_int_pro_row_neon, &vp9_int_pro_row_c)));
  /external/libvpx/config/arm-neon/
vp9_rtcd.h 93 void vp9_int_pro_row_neon(int16_t *hbuf, uint8_t const *ref, const int ref_stride, const int height);
94 #define vp9_int_pro_row vp9_int_pro_row_neon
  /external/libvpx/config/arm64/
vp9_rtcd.h 93 void vp9_int_pro_row_neon(int16_t *hbuf, uint8_t const *ref, const int ref_stride, const int height);
94 #define vp9_int_pro_row vp9_int_pro_row_neon
  /external/libvpx/libvpx/vp9/encoder/arm/neon/
vp9_avg_neon.c 53 void vp9_int_pro_row_neon(int16_t hbuf[16], uint8_t const *ref, function

Completed in 253 milliseconds