Home | History | Annotate | Download | only in src

Lines Matching refs:c_comp

226     PIXEL *c_comp;
237 c_comp = currVop->yChan + offset;
241 BlockIDCT_intra(mblock, c_comp, 0, width);
242 BlockIDCT_intra(mblock, c_comp + 8, 1, width);
243 BlockIDCT_intra(mblock, c_comp + (width << 3), 2, width);
244 BlockIDCT_intra(mblock, c_comp + (width << 3) + 8, 3, width);
251 MacroBlock *mblock, PIXEL *c_comp, int comp, int width)
276 (*idctrowVCA_intra[nz_coefs-1])(coeff_in, c_comp, width);
299 (*(idctrowVCA2_intra[(int)bitmaprow]))(coeff_in, c_comp, width);
303 idctrow_intra(coeff_in, c_comp, width);
308 idct_intra(coeff_in, c_comp, width);
312 idctref_intra(coeff_in, c_comp, width);