Home | History | Annotate | Download | only in armv7a-neon

Lines Matching full:blockd

10 #include "vp8/common/blockd.h"
12 struct blockd;
23 void vp8_dequantize_b_c(struct blockd*, short *dqc);
24 void vp8_dequantize_b_v6(struct blockd*, short *dqc);
25 void vp8_dequantize_b_neon(struct blockd*, short *dqc);
317 void vp8_regular_quantize_b_c(struct block *, struct blockd *);
320 void vp8_fast_quantize_b_c(struct block *, struct blockd *);
321 void vp8_fast_quantize_b_armv6(struct block *, struct blockd *);
322 void vp8_fast_quantize_b_neon(struct block *, struct blockd *);
325 void vp8_regular_quantize_b_pair_c(struct block *b1, struct block *b2, struct blockd *d1, struct blockd *d2);
328 void vp8_fast_quantize_b_pair_c(struct block *b1, struct block *b2, struct blockd *d1, struct blockd *d2);
329 void vp8_fast_quantize_b_pair_neon(struct block *b1, struct block *b2, struct blockd *d1, struct blockd *d2);
353 void vp8_subtract_b_c(struct block *be, struct blockd *bd, int pitch);
354 void vp8_subtract_b_armv6(struct block *be, struct blockd *bd, int pitch);
355 void vp8_subtract_b_neon(struct block *be, struct blockd *bd, int pitch);
368 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 *mvcost[2], union int_mv *center_mv);
371 int vp8_refining_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 *mvcost[2], union int_mv *center_mv);
374 int vp8_diamond_search_sad_c(struct macroblock *x, struct block *b, struct blockd *d, union int_mv *ref_mv, union int_mv *best_mv, int search_param, int sad_per_bit, int *num00, struct variance_vtable *fn_ptr, int *mvcost[2], union int_mv *center_mv);