/external/libvpx/generic/ |
vp8_rtcd.h | 14 struct blockd; 28 void vp8_dequantize_b_c(struct blockd*, short *dqc); 238 void vp8_regular_quantize_b_c(struct block *, struct blockd *); 241 void vp8_fast_quantize_b_c(struct block *, struct blockd *); 244 void vp8_regular_quantize_b_pair_c(struct block *b1, struct block *b2, struct blockd *d1, struct blockd *d2); 247 void vp8_fast_quantize_b_pair_c(struct block *b1, struct block *b2, struct blockd *d1, struct blockd *d2); 268 void vp8_subtract_b_c(struct block *be, struct blockd *bd, int pitch); 277 int vp8_full_search_sad_c(struct macroblock *x, struct block *b, struct blockd *d, union int_mv *ref_mv, int sad_per_bit, int distance, struct variance_vtable *fn_ptr, int *mvco (…) [all...] |
/external/libvpx/mips/ |
vp8_rtcd.h | 14 struct blockd; 28 void vp8_dequantize_b_c(struct blockd*, short *dqc); 238 void vp8_regular_quantize_b_c(struct block *, struct blockd *); 241 void vp8_fast_quantize_b_c(struct block *, struct blockd *); 244 void vp8_regular_quantize_b_pair_c(struct block *b1, struct block *b2, struct blockd *d1, struct blockd *d2); 247 void vp8_fast_quantize_b_pair_c(struct block *b1, struct block *b2, struct blockd *d1, struct blockd *d2); 268 void vp8_subtract_b_c(struct block *be, struct blockd *bd, int pitch); 277 int vp8_full_search_sad_c(struct macroblock *x, struct block *b, struct blockd *d, union int_mv *ref_mv, int sad_per_bit, int distance, struct variance_vtable *fn_ptr, int *mvco (…) [all...] |
/external/libvpx/mips-dspr2/ |
vp8_rtcd.h | 14 struct blockd; 28 void vp8_dequantize_b_c(struct blockd*, short *dqc); 256 void vp8_regular_quantize_b_c(struct block *, struct blockd *); 259 void vp8_fast_quantize_b_c(struct block *, struct blockd *); 262 void vp8_regular_quantize_b_pair_c(struct block *b1, struct block *b2, struct blockd *d1, struct blockd *d2); 265 void vp8_fast_quantize_b_pair_c(struct block *b1, struct block *b2, struct blockd *d1, struct blockd *d2); 286 void vp8_subtract_b_c(struct block *be, struct blockd *bd, int pitch); 295 int vp8_full_search_sad_c(struct macroblock *x, struct block *b, struct blockd *d, union int_mv *ref_mv, int sad_per_bit, int distance, struct variance_vtable *fn_ptr, int *mvco (…) [all...] |
/external/libvpx/armv7a/ |
vp8_rtcd.h | 14 struct blockd; 28 void vp8_dequantize_b_c(struct blockd*, short *dqc); 29 void vp8_dequantize_b_v6(struct blockd*, short *dqc); 277 void vp8_regular_quantize_b_c(struct block *, struct blockd *); 280 void vp8_fast_quantize_b_c(struct block *, struct blockd *); 281 void vp8_fast_quantize_b_armv6(struct block *, struct blockd *); 284 void vp8_regular_quantize_b_pair_c(struct block *b1, struct block *b2, struct blockd *d1, struct blockd *d2); 287 void vp8_fast_quantize_b_pair_c(struct block *b1, struct block *b2, struct blockd *d1, struct blockd *d2) [all...] |
/external/libvpx/armv7a-neon/ |
vp8_rtcd.h | 14 struct blockd; 28 void vp8_dequantize_b_c(struct blockd*, short *dqc); 29 void vp8_dequantize_b_v6(struct blockd*, short *dqc); 30 void vp8_dequantize_b_neon(struct blockd*, short *dqc); 322 void vp8_regular_quantize_b_c(struct block *, struct blockd *); 325 void vp8_fast_quantize_b_c(struct block *, struct blockd *); 326 void vp8_fast_quantize_b_armv6(struct block *, struct blockd *); 327 void vp8_fast_quantize_b_neon(struct block *, struct blockd *); 330 void vp8_regular_quantize_b_pair_c(struct block *b1, struct block *b2, struct blockd *d1, struct blockd *d2) [all...] |
/external/libvpx/libvpx/vp8/common/ |
blockd.h | 192 typedef struct blockd struct 203 } BLOCKD; 220 BLOCKD block[25];
|
rtcd_defs.sh | 7 struct blockd; 31 prototype void vp8_dequantize_b "struct blockd*, short *dqc" 453 prototype void vp8_regular_quantize_b "struct block *, struct blockd *" 458 prototype void vp8_fast_quantize_b "struct block *, struct blockd *" 462 prototype void vp8_regular_quantize_b_pair "struct block *b1, struct block *b2, struct blockd *d1, struct blockd *d2" 465 prototype void vp8_fast_quantize_b_pair "struct block *b1, struct block *b2, struct blockd *d1, struct blockd *d2" 492 prototype void vp8_subtract_b "struct block *be, struct blockd *bd, int pitch" 507 prototype int vp8_full_search_sad "struct macroblock *x, struct block *b, struct blockd *d, union int_mv *ref_mv, int sad_per_bit, int distance, struct variance_vtable *fn_ptr, int *mvco (…) [all...] |
/external/libvpx/libvpx/vp8/ |
vp8_common.mk | 17 VP8_COMMON_SRCS-yes += common/blockd.c 33 VP8_COMMON_SRCS-yes += common/blockd.h
|