Searched defs:nz_coefs (Results 1 - 1 of 1) sorted by relevance
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/ |
H A D | block_idct.cpp | 128 // 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
|
Completed in 80 milliseconds