Lines Matching refs:block
22 void vp8_subtract_b_c(BLOCK *be, BLOCKD *bd, int pitch)
98 BLOCK *b = &x->block[0];
124 x->short_fdct8x4(&x->block[i].src_diff[0],
125 &x->block[i].coeff[0], 16);
136 x->short_fdct8x4(&x->block[i].src_diff[0],
137 &x->block[i].coeff[0], 32);
140 /* build dc block from 16 y dc values */
143 /* do 2nd order transform on the dc block */
144 x->short_walsh4x4(&x->block[24].src_diff[0],
145 &x->block[24].coeff[0], 8);
156 x->short_fdct8x4(&x->block[i].src_diff[0],
157 &x->block[i].coeff[0], 32);
160 /* build dc block from 16 y dc values */
166 x->short_fdct8x4(&x->block[i].src_diff[0],
167 &x->block[i].coeff[0], 16);
170 /* do 2nd order transform on the dc block */
172 x->short_walsh4x4(&x->block[24].src_diff[0],
173 &x->block[24].coeff[0], 8);
184 x->short_fdct8x4(&x->block[i].src_diff[0],
185 &x->block[i].coeff[0], 32);
188 /* build dc block from 16 y dc values */
192 x->short_walsh4x4(&x->block[24].src_diff[0],
193 &x->block[24].coeff[0], 8);
227 BLOCK *b;
258 b = &mb->block[ib];
259 d = &mb->e_mbd.block[ib];
473 BLOCKD *bd = &x->block[24];
635 BLOCK *b = &x->block[0];