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

Lines Matching refs:blockd

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);
333 void vp8_fast_quantize_b_pair_c(struct block *b1, struct block *b2, struct blockd *d1, struct blockd *d2);
334 void vp8_fast_quantize_b_pair_neon(struct block *b1, struct block *b2, struct blockd *d1, struct blockd *d2);
358 void vp8_subtract_b_c(struct block *be, struct blockd *bd, int pitch);
359 void vp8_subtract_b_armv6(struct block *be, struct blockd *bd, int pitch);
360 void vp8_subtract_b_neon(struct block *be, struct blockd *bd, int pitch);
373 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);
376 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);
379 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);