Home
last modified time | relevance | path

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

/external/libvpx/test/
Dquantize_test.cc189 make_tuple(&vp8_regular_quantize_b_sse2, &vp8_regular_quantize_b_c)));
203 &vp8_regular_quantize_b_c)));
217 make_tuple(&vp8_regular_quantize_b_msa, &vp8_regular_quantize_b_c)));
225 make_tuple(&vp8_regular_quantize_b_mmi, &vp8_regular_quantize_b_c)));
232 &vp8_regular_quantize_b_c)));
/external/libvpx/config/generic/
Dvp8_rtcd.h117 void vp8_regular_quantize_b_c(struct block *, struct blockd *);
118 #define vp8_regular_quantize_b vp8_regular_quantize_b_c
/external/libvpx/config/arm-neon/
Dvp8_rtcd.h140 void vp8_regular_quantize_b_c(struct block *, struct blockd *);
141 #define vp8_regular_quantize_b vp8_regular_quantize_b_c
/external/libvpx/config/arm64/
Dvp8_rtcd.h140 void vp8_regular_quantize_b_c(struct block *, struct blockd *);
141 #define vp8_regular_quantize_b vp8_regular_quantize_b_c
/external/libvpx/config/x86_64/
Dvp8_rtcd.h170 void vp8_regular_quantize_b_c(struct block *, struct blockd *);
/external/libvpx/config/x86/
Dvp8_rtcd.h170 void vp8_regular_quantize_b_c(struct block *, struct blockd *);
/external/libvpx/vp8/encoder/
Dvp8_quantize.c48 void vp8_regular_quantize_b_c(BLOCK *b, BLOCKD *d) { in vp8_regular_quantize_b_c() function