Home
last modified time | relevance | path

Searched refs:nz_coefs (Results 1 – 2 of 2) sorted by relevance

/external/opencore/codecs_v2/video/m4v_h263/dec/src/
Dblock_idct.cpp261 int nz_coefs = mblock->no_coeff[comp]; in BlockIDCT_intra() local
268 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() argument
365 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()
Dmp4dec_lib.h94 void MBlockIDCTAdd(VideoDecData *video, int nz_coefs[]);