Home
last modified time | relevance | path

Searched defs:nC (Results 1 – 4 of 4) sorted by relevance

/external/opencore/codecs_v2/video/avc_h264/dec/src/
Dresidual.cpp177 int nC, maxNumCoeff = 16; in residual() local
350 AVCDec_Status residual_block_cavlc(AVCDecObject *decvid, int nC, int maxNumCoeff, in residual_block_cavlc()
Dvlc.cpp272 …atus ce_TotalCoeffTrailingOnes(AVCDecBitstream *stream, int *TrailingOnes, int *TotalCoeff, int nC) in ce_TotalCoeffTrailingOnes()
/external/opencore/codecs_v2/video/avc_h264/enc/src/
Dresidual.cpp150 int i, maxNumCoeff, nC; in enc_residual_block() local
Dvlc_encode.cpp125 …Status ce_TotalCoeffTrailingOnes(AVCEncBitstream *stream, int TrailingOnes, int TotalCoeff, int nC) in ce_TotalCoeffTrailingOnes()