Searched refs:vp8_fast_quantize_b_c (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/external/libvpx/test/ |
H A D | quantize_test.cc | 188 make_tuple(&vp8_fast_quantize_b_sse2, &vp8_fast_quantize_b_c), 196 &vp8_fast_quantize_b_c))); 209 &vp8_fast_quantize_b_c))); 216 make_tuple(&vp8_fast_quantize_b_msa, &vp8_fast_quantize_b_c), 224 make_tuple(&vp8_fast_quantize_b_mmi, &vp8_fast_quantize_b_c),
|
/aosp_15_r20/external/libvpx/config/generic/ |
H A D | vp8_rtcd.h | 91 void vp8_fast_quantize_b_c(struct block *, struct blockd *); 92 #define vp8_fast_quantize_b vp8_fast_quantize_b_c
|
/aosp_15_r20/external/libvpx/config/arm-neon/ |
H A D | vp8_rtcd.h | 105 void vp8_fast_quantize_b_c(struct block *, struct blockd *);
|
/aosp_15_r20/external/libvpx/config/arm64/ |
H A D | vp8_rtcd.h | 105 void vp8_fast_quantize_b_c(struct block *, struct blockd *);
|
/aosp_15_r20/external/libvpx/config/x86_64/ |
H A D | vp8_rtcd.h | 111 void vp8_fast_quantize_b_c(struct block *, struct blockd *);
|
/aosp_15_r20/external/libvpx/config/x86/ |
H A D | vp8_rtcd.h | 111 void vp8_fast_quantize_b_c(struct block *, struct blockd *);
|
/aosp_15_r20/external/libvpx/vp8/encoder/ |
H A D | vp8_quantize.c | 21 void vp8_fast_quantize_b_c(BLOCK *b, BLOCKD *d) { in vp8_fast_quantize_b_c() function
|