Home
last modified time | relevance | path

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

/external/libvpx/libvpx/test/
Dquantize_test.cc173 make_tuple(&vp8_fast_quantize_b_sse2, &vp8_fast_quantize_b_c),
180 &vp8_fast_quantize_b_c)));
193 &vp8_fast_quantize_b_c)));
200 make_tuple(&vp8_fast_quantize_b_msa, &vp8_fast_quantize_b_c),
/external/libvpx/config/generic/
Dvp8_rtcd.h80 void vp8_fast_quantize_b_c(struct block *, struct blockd *);
81 #define vp8_fast_quantize_b vp8_fast_quantize_b_c
/external/libvpx/config/mips64/
Dvp8_rtcd.h80 void vp8_fast_quantize_b_c(struct block *, struct blockd *);
81 #define vp8_fast_quantize_b vp8_fast_quantize_b_c
/external/libvpx/config/mips32/
Dvp8_rtcd.h80 void vp8_fast_quantize_b_c(struct block *, struct blockd *);
81 #define vp8_fast_quantize_b vp8_fast_quantize_b_c
/external/libvpx/config/mips32-dspr2/
Dvp8_rtcd.h87 void vp8_fast_quantize_b_c(struct block *, struct blockd *);
88 #define vp8_fast_quantize_b vp8_fast_quantize_b_c
/external/libvpx/config/arm/
Dvp8_rtcd.h92 void vp8_fast_quantize_b_c(struct block *, struct blockd *);
93 #define vp8_fast_quantize_b vp8_fast_quantize_b_c
/external/libvpx/config/arm64/
Dvp8_rtcd.h93 void vp8_fast_quantize_b_c(struct block *, struct blockd *);
/external/libvpx/config/arm-neon/
Dvp8_rtcd.h105 void vp8_fast_quantize_b_c(struct block *, struct blockd *);
/external/libvpx/config/x86_64/
Dvp8_rtcd.h119 void vp8_fast_quantize_b_c(struct block *, struct blockd *);
/external/libvpx/config/x86/
Dvp8_rtcd.h119 void vp8_fast_quantize_b_c(struct block *, struct blockd *);
/external/libvpx/libvpx/vp8/encoder/
Dvp8_quantize.c19 void vp8_fast_quantize_b_c(BLOCK *b, BLOCKD *d) in vp8_fast_quantize_b_c() function