Home
last modified time | relevance | path

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

/external/libvpx/libvpx/test/
Dquantize_test.cc175 make_tuple(&vp8_regular_quantize_b_sse2, &vp8_regular_quantize_b_c)));
188 &vp8_regular_quantize_b_c)));
202 make_tuple(&vp8_regular_quantize_b_msa, &vp8_regular_quantize_b_c)));
210 make_tuple(&vp8_regular_quantize_b_mmi, &vp8_regular_quantize_b_c)));
/external/libvpx/config/generic/
Dvp8_rtcd.h120 void vp8_regular_quantize_b_c(struct block *, struct blockd *);
121 #define vp8_regular_quantize_b vp8_regular_quantize_b_c
/external/libvpx/config/arm64/
Dvp8_rtcd.h143 void vp8_regular_quantize_b_c(struct block *, struct blockd *);
144 #define vp8_regular_quantize_b vp8_regular_quantize_b_c
/external/libvpx/config/arm-neon/
Dvp8_rtcd.h143 void vp8_regular_quantize_b_c(struct block *, struct blockd *);
144 #define vp8_regular_quantize_b vp8_regular_quantize_b_c
/external/libvpx/config/x86/
Dvp8_rtcd.h174 void vp8_regular_quantize_b_c(struct block *, struct blockd *);
/external/libvpx/config/x86_64/
Dvp8_rtcd.h174 void vp8_regular_quantize_b_c(struct block *, struct blockd *);
/external/libvpx/libvpx/vp8/encoder/
Dvp8_quantize.c48 void vp8_regular_quantize_b_c(BLOCK *b, BLOCKD *d) { in vp8_regular_quantize_b_c() function