HomeSort by relevance Sort by last modified time
    Searched refs:nz_coefs (Results 1 - 2 of 2) sorted by null

  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
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);
mp4dec_lib.h 93 void MBlockIDCTAdd(VideoDecData *video, int nz_coefs[]);

Completed in 459 milliseconds