Home
last modified time | relevance | path

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

/aosp_15_r20/external/libvpx/test/
H A Dquantize_test.cc188 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 Dvp8_rtcd.h91 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 Dvp8_rtcd.h105 void vp8_fast_quantize_b_c(struct block *, struct blockd *);
/aosp_15_r20/external/libvpx/config/arm64/
H A Dvp8_rtcd.h105 void vp8_fast_quantize_b_c(struct block *, struct blockd *);
/aosp_15_r20/external/libvpx/config/x86_64/
H A Dvp8_rtcd.h111 void vp8_fast_quantize_b_c(struct block *, struct blockd *);
/aosp_15_r20/external/libvpx/config/x86/
H A Dvp8_rtcd.h111 void vp8_fast_quantize_b_c(struct block *, struct blockd *);
/aosp_15_r20/external/libvpx/vp8/encoder/
H A Dvp8_quantize.c21 void vp8_fast_quantize_b_c(BLOCK *b, BLOCKD *d) { in vp8_fast_quantize_b_c() function