Searched refs:vp8_fast_quantize_b_pair_c (Results 1 – 7 of 7) sorted by relevance
/external/libvpx/generic/ |
D | vp8_rtcd.h | 89 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/ |
D | vp8_rtcd.h | 89 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/ |
D | vp8_rtcd.h | 96 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/ |
D | vp8_rtcd.h | 102 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/ |
D | vp8_rtcd.h | 127 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/ |
D | vp8_rtcd.h | 116 void vp8_fast_quantize_b_pair_c(struct block *b1, struct block *b2, struct blockd *d1, struct block…
|
/external/libvpx/libvpx/vp8/encoder/ |
D | quantize.c | 311 void vp8_fast_quantize_b_pair_c(BLOCK *b1, BLOCK *b2, BLOCKD *d1, BLOCKD *d2) in vp8_fast_quantize_b_pair_c() function
|