Searched refs:vp8_fast_quantize_b_neon (Results 1 - 4 of 4) sorted by relevance

/external/libvpx/libvpx/vp8/encoder/arm/neon/
H A Dfastquantizeb_neon.c21 void vp8_fast_quantize_b_neon(BLOCK *b, BLOCKD *d) { function
/external/libvpx/libvpx/test/
H A Dquantize_test.cc192 ::testing::Values(make_tuple(&vp8_fast_quantize_b_neon,
/external/libvpx/config/arm64/
H A Dvp8_rtcd.h102 void vp8_fast_quantize_b_neon(struct block *, struct blockd *);
103 #define vp8_fast_quantize_b vp8_fast_quantize_b_neon
/external/libvpx/config/arm-neon/
H A Dvp8_rtcd.h114 void vp8_fast_quantize_b_neon(struct block *, struct blockd *);
115 #define vp8_fast_quantize_b vp8_fast_quantize_b_neon

Completed in 153 milliseconds