Searched refs:nz_coefs (Results 1 – 2 of 2) sorted by relevance
261 int nz_coefs = mblock->no_coeff[comp]; in BlockIDCT_intra() local268 if (nz_coefs <= 10) in BlockIDCT_intra()270 bmapr = (nz_coefs - 1); in BlockIDCT_intra()277 (*idctrowVCA_intra[nz_coefs-1])(coeff_in, c_comp, width); in BlockIDCT_intra()354 int nz_coefs, in BlockIDCT() argument365 if (nz_coefs <= 10) in BlockIDCT()367 bmapr = (nz_coefs - 1); in BlockIDCT()373 (*idctrowVCA[nz_coefs-1])(coeff_in, pred, dst, width); in BlockIDCT()
94 void MBlockIDCTAdd(VideoDecData *video, int nz_coefs[]);