Home
last modified time | relevance | path

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

/external/libvpx/generic/
Dvp8_rtcd.h89 void vp8_fast_quantize_b_pair_c(struct block *b1, struct block *b2, struct blockd *d1, struct block…
90 #define vp8_fast_quantize_b_pair vp8_fast_quantize_b_pair_c
/external/libvpx/mips/
Dvp8_rtcd.h89 void vp8_fast_quantize_b_pair_c(struct block *b1, struct block *b2, struct blockd *d1, struct block…
90 #define vp8_fast_quantize_b_pair vp8_fast_quantize_b_pair_c
/external/libvpx/mips-dspr2/
Dvp8_rtcd.h96 void vp8_fast_quantize_b_pair_c(struct block *b1, struct block *b2, struct blockd *d1, struct block…
97 #define vp8_fast_quantize_b_pair vp8_fast_quantize_b_pair_c
/external/libvpx/armv7a/
Dvp8_rtcd.h102 void vp8_fast_quantize_b_pair_c(struct block *b1, struct block *b2, struct blockd *d1, struct block…
103 #define vp8_fast_quantize_b_pair vp8_fast_quantize_b_pair_c
/external/libvpx/x86/
Dvp8_rtcd.h127 void vp8_fast_quantize_b_pair_c(struct block *b1, struct block *b2, struct blockd *d1, struct block…
128 #define vp8_fast_quantize_b_pair vp8_fast_quantize_b_pair_c
/external/libvpx/armv7a-neon/
Dvp8_rtcd.h116 void vp8_fast_quantize_b_pair_c(struct block *b1, struct block *b2, struct blockd *d1, struct block…
/external/libvpx/libvpx/vp8/encoder/
Dquantize.c311 void vp8_fast_quantize_b_pair_c(BLOCK *b1, BLOCK *b2, BLOCKD *d1, BLOCKD *d2) in vp8_fast_quantize_b_pair_c() function