Searched refs:vp8_fast_quantize_b_c (Results 1 – 7 of 7) sorted by relevance
/external/libvpx/libvpx/test/ |
D | quantize_test.cc | 174 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/ |
D | vp8_rtcd.h | 81 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/ |
D | vp8_rtcd.h | 95 void vp8_fast_quantize_b_c(struct block *, struct blockd *);
|
/external/libvpx/config/arm64/ |
D | vp8_rtcd.h | 95 void vp8_fast_quantize_b_c(struct block *, struct blockd *);
|
/external/libvpx/config/x86/ |
D | vp8_rtcd.h | 110 void vp8_fast_quantize_b_c(struct block *, struct blockd *);
|
/external/libvpx/config/x86_64/ |
D | vp8_rtcd.h | 110 void vp8_fast_quantize_b_c(struct block *, struct blockd *);
|
/external/libvpx/libvpx/vp8/encoder/ |
D | vp8_quantize.c | 18 void vp8_fast_quantize_b_c(BLOCK *b, BLOCKD *d) { in vp8_fast_quantize_b_c() function
|