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

/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
H A Dblock_idct.cpp128 // mapping from nz_coefs to functions to be used
260 int nz_coefs = mblock->no_coeff[comp]; local
267 if (nz_coefs <= 10)
269 bmapr = (nz_coefs - 1);
276 (*idctrowVCA_intra[nz_coefs-1])(coeff_in, c_comp, width);
353 int nz_coefs,
364 if (nz_coefs <= 10)
366 bmapr = (nz_coefs - 1);
372 (*idctrowVCA[nz_coefs-1])(coeff_in, pred, dst, width);
348 BlockIDCT( uint8 *dst, uint8 *pred, int16 *coeff_in, int width, int nz_coefs, uint8 *bitmapcol, uint8 bitmaprow ) argument
H A Dmp4dec_lib.h93 void MBlockIDCTAdd(VideoDecData *video, int nz_coefs[]);

Completed in 68 milliseconds