Searched refs:nC (Results 1 - 5 of 5) sorted by relevance

/frameworks/av/media/libstagefright/codecs/avc/enc/src/
H A Dresidual.cpp149 int i, maxNumCoeff, nC; local
218 nC = 1;
222 if (nC && (level[i] == 1 || level[i] == -1))
228 nC = 0;
241 nC = predict_nnz(video, bindx & 3, bindx >> 2);
245 nC = predict_nnz_chroma(video, bindx & 3, bindx >> 2);
248 status = ce_TotalCoeffTrailingOnes(stream, TrailingOnes, TotalCoeff, nC);
252 nC = -1; /* Chroma DC level */
264 nC = TrailingOnes;
266 while (nC)
[all...]
H A Dvlc_encode.cpp125 AVCEnc_Status ce_TotalCoeffTrailingOnes(AVCEncBitstream *stream, int TrailingOnes, int TotalCoeff, int nC) argument
159 if (nC >= 8)
173 if (nC < 2)
177 else if (nC < 4)
H A Davcenc_lib.h973 \param "nC" "Context for number of nonzero coefficient (prediction context)."
976 AVCEnc_Status ce_TotalCoeffTrailingOnes(AVCEncBitstream *stream, int TrailingOnes, int TotalCoeff, int nC);
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
H A DarmVCM4P10_DecodeCoeffsToPair_s.s52 nC RN 4 ;// number of coeffs or 17 for chroma label
128 M_LDR nC, pNC
131 LDR pVLDTable, [pVLDTable, nC, LSL #2] ;// Find VLD table
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
H A DarmVCM4P10_DecodeCoeffsToPair_s.s52 nC RN 4 ;// number of coeffs or 17 for chroma label
128 M_LDR nC, pNC
131 LDR pVLDTable, [pVLDTable, nC, LSL #2] ;// Find VLD table

Completed in 8058 milliseconds