HomeSort by relevance Sort by last modified time
    Searched full:predict_nnz (Results 1 - 4 of 4) sorted by null

  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
residual.cpp 241 nC = predict_nnz(video, bindx & 3, bindx >> 2);
  /frameworks/av/media/libstagefright/codecs/avc/common/src/
mb_access.cpp 68 OSCL_EXPORT_REF int predict_nnz(AVCCommonObj *video, int i, int j) function
  /frameworks/av/media/libstagefright/codecs/avc/common/include/
avclib_common.h 383 OSCL_IMPORT_REF int predict_nnz(AVCCommonObj *video, int i, int j);
avcint_common.h 596 uint8 nz_coeff[NUM_BLKS_IN_MB]; /* [blk_y][blk_x], Chroma is [4..5][0...3], see predict_nnz() function */
    [all...]

Completed in 157 milliseconds