Home
last modified time | relevance | path

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

/external/libvpx/config/arm-neon/
Dvp8_rtcd.h96 void vp8_fast_quantize_b_neon(struct block *, struct blockd *);
97 #define vp8_fast_quantize_b vp8_fast_quantize_b_neon
/external/libvpx/config/arm64/
Dvp8_rtcd.h96 void vp8_fast_quantize_b_neon(struct block *, struct blockd *);
97 #define vp8_fast_quantize_b vp8_fast_quantize_b_neon
/external/libvpx/libvpx/vp8/encoder/arm/neon/
Dfastquantizeb_neon.c19 void vp8_fast_quantize_b_neon(BLOCK *b, BLOCKD *d) { in vp8_fast_quantize_b_neon() function
/external/libvpx/libvpx/test/
Dquantize_test.cc193 ::testing::Values(make_tuple(&vp8_fast_quantize_b_neon,