Searched refs:vp8_fast_quantize_b_c (Results 1 – 11 of 11) sorted by relevance
/external/libvpx/libvpx/test/ |
D | quantize_test.cc | 173 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/ |
D | vp8_rtcd.h | 80 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/ |
D | vp8_rtcd.h | 80 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/ |
D | vp8_rtcd.h | 80 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/ |
D | vp8_rtcd.h | 87 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/ |
D | vp8_rtcd.h | 92 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/ |
D | vp8_rtcd.h | 93 void vp8_fast_quantize_b_c(struct block *, struct blockd *);
|
/external/libvpx/config/arm-neon/ |
D | vp8_rtcd.h | 105 void vp8_fast_quantize_b_c(struct block *, struct blockd *);
|
/external/libvpx/config/x86_64/ |
D | vp8_rtcd.h | 119 void vp8_fast_quantize_b_c(struct block *, struct blockd *);
|
/external/libvpx/config/x86/ |
D | vp8_rtcd.h | 119 void vp8_fast_quantize_b_c(struct block *, struct blockd *);
|
/external/libvpx/libvpx/vp8/encoder/ |
D | vp8_quantize.c | 19 void vp8_fast_quantize_b_c(BLOCK *b, BLOCKD *d) in vp8_fast_quantize_b_c() function
|