Searched refs:nz_coefs (Results 1 – 2 of 2) sorted by relevance
260 int nz_coefs = mblock->no_coeff[comp]; in BlockIDCT_intra() local267 if (nz_coefs <= 10) in BlockIDCT_intra()269 bmapr = (nz_coefs - 1); in BlockIDCT_intra()276 (*idctrowVCA_intra[nz_coefs-1])(coeff_in, c_comp, width); in BlockIDCT_intra()353 int nz_coefs, in BlockIDCT() argument364 if (nz_coefs <= 10) in BlockIDCT()366 bmapr = (nz_coefs - 1); in BlockIDCT()372 (*idctrowVCA[nz_coefs-1])(coeff_in, pred, dst, width); in BlockIDCT()
93 void MBlockIDCTAdd(VideoDecData *video, int nz_coefs[]);