Home
last modified time | relevance | path

Searched refs:vp8_fast_quantize_b_c (Results 1 – 7 of 7) sorted by relevance

/external/libvpx/libvpx/test/
Dquantize_test.cc174 make_tuple(&vp8_fast_quantize_b_sse2, &vp8_fast_quantize_b_c),
181 &vp8_fast_quantize_b_c)));
194 &vp8_fast_quantize_b_c)));
201 make_tuple(&vp8_fast_quantize_b_msa, &vp8_fast_quantize_b_c),
209 make_tuple(&vp8_fast_quantize_b_mmi, &vp8_fast_quantize_b_c),
/external/libvpx/config/generic/
Dvp8_rtcd.h81 void vp8_fast_quantize_b_c(struct block *, struct blockd *);
82 #define vp8_fast_quantize_b vp8_fast_quantize_b_c
/external/libvpx/config/arm-neon/
Dvp8_rtcd.h95 void vp8_fast_quantize_b_c(struct block *, struct blockd *);
/external/libvpx/config/arm64/
Dvp8_rtcd.h95 void vp8_fast_quantize_b_c(struct block *, struct blockd *);
/external/libvpx/config/x86/
Dvp8_rtcd.h110 void vp8_fast_quantize_b_c(struct block *, struct blockd *);
/external/libvpx/config/x86_64/
Dvp8_rtcd.h110 void vp8_fast_quantize_b_c(struct block *, struct blockd *);
/external/libvpx/libvpx/vp8/encoder/
Dvp8_quantize.c18 void vp8_fast_quantize_b_c(BLOCK *b, BLOCKD *d) { in vp8_fast_quantize_b_c() function