Lines Matching refs:blockd
15 struct blockd;
102 void vp8_dequantize_b_c(struct blockd*, short *DQC);
103 void vp8_dequantize_b_mmx(struct blockd*, short *DQC);
106 int vp8_diamond_search_sad_c(struct macroblock *x, struct block *b, struct blockd *d, union int_mv …
107 int vp8_diamond_search_sadx4(struct macroblock *x, struct block *b, struct blockd *d, union int_mv …
110 void vp8_fast_quantize_b_c(struct block *, struct blockd *);
111 void vp8_fast_quantize_b_sse2(struct block *, struct blockd *);
112 void vp8_fast_quantize_b_ssse3(struct block *, struct blockd *);
126 int vp8_full_search_sad_c(struct macroblock *x, struct block *b, struct blockd *d, union int_mv *re…
127 int vp8_full_search_sadx3(struct macroblock *x, struct block *b, struct blockd *d, union int_mv *re…
170 int vp8_refining_search_sad_c(struct macroblock *x, struct block *b, struct blockd *d, union int_mv…
171 int vp8_refining_search_sadx4(struct macroblock *x, struct block *b, struct blockd *d, union int_mv…
174 void vp8_regular_quantize_b_c(struct block *, struct blockd *);
175 void vp8_regular_quantize_b_sse2(struct block *, struct blockd *);