Searched defs:TotalCoeff (Results 1 - 5 of 5) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
H A DarmVCM4P10_DecodeCoeffsToPair.c86 int CoeffToken, TotalCoeff, TrailingOnes; local
98 TotalCoeff = armVCM4P10_CAVLCTotalCoeff[CoeffToken];
99 *pNumCoeff = (OMX_U8)TotalCoeff;
101 DEBUG_PRINTF_2("TotalCoeff = %d, TrailingOnes = %d\n", TotalCoeff, TrailingOnes);
103 if (TotalCoeff == 0)
110 for (i=TotalCoeff-1; i>=TotalCoeff-TrailingOnes; i--)
127 if (TotalCoeff>10 && TrailingOnes<3)
162 if (i==TotalCoeff
[all...]
/frameworks/av/media/libstagefright/codecs/avc/enc/src/
H A Dvlc_encode.cpp125 AVCEnc_Status ce_TotalCoeffTrailingOnes(AVCEncBitstream *stream, int TrailingOnes, int TotalCoeff, int nC) argument
161 if (TotalCoeff)
163 code = ((TotalCoeff - 1) << 2) | (TrailingOnes);
186 len = totCoeffTrailOne[vlcnum][TrailingOnes][TotalCoeff][0];
187 code = totCoeffTrailOne[vlcnum][TrailingOnes][TotalCoeff][1];
194 AVCEnc_Status ce_TotalCoeffTrailingOnesChromaDC(AVCEncBitstream *stream, int TrailingOnes, int TotalCoeff) argument
207 len = totCoeffTrailOneChrom[TrailingOnes][TotalCoeff][0];
208 code = totCoeffTrailOneChrom[TrailingOnes][TotalCoeff][1];
215 AVCEnc_Status ce_TotalZeros(AVCEncBitstream *stream, int total_zeros, int TotalCoeff) argument
257 len = lenTotalZeros[TotalCoeff
266 ce_TotalZerosChromaDC(AVCEncBitstream *stream, int total_zeros, int TotalCoeff) argument
[all...]
H A Dresidual.cpp156 int TotalCoeff; local
167 TotalCoeff = currMB->nz_coeff[bindx];
173 TotalCoeff = cindx; /* special case */
181 TotalCoeff = currMB->nz_coeff[bindx];
190 TotalCoeff = cindx - 8; /* special case */
196 TotalCoeff = cindx; /* special case */
207 TotalCoeff = currMB->nz_coeff[bindx];
217 i = TotalCoeff - 1;
248 status = ce_TotalCoeffTrailingOnes(stream, TrailingOnes, TotalCoeff, nC);
253 status = ce_TotalCoeffTrailingOnesChromaDC(stream, TrailingOnes, TotalCoeff);
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
H A DarmVCM4P10_DecodeCoeffsToPair_s.s63 TotalCoeff RN 5 label
80 TotalCoeff RN 5 label
97 TotalCoeff RN 5 label
135 ;// Decode Symbol = TotalCoeff*4 + TrailingOnes
138 MOVS TotalCoeff, Symbol, LSR #2
139 STRB TotalCoeff, [pNumCoeff]
140 M_PRINTF "TotalCoeff=%d\n", TotalCoeff
168 SUBS Count, TotalCoeff, TrailingOnes ;// Number of levels to read
172 CMP TotalCoeff, #1
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
H A DarmVCM4P10_DecodeCoeffsToPair_s.s63 TotalCoeff RN 5 label
80 TotalCoeff RN 5 label
97 TotalCoeff RN 5 label
135 ;// Decode Symbol = TotalCoeff*4 + TrailingOnes
138 MOVS TotalCoeff, Symbol, LSR #2
139 STRB TotalCoeff, [pNumCoeff]
140 M_PRINTF "TotalCoeff=%d\n", TotalCoeff
168 SUBS Count, TotalCoeff, TrailingOnes ;// Number of levels to read
172 CMP TotalCoeff, #1
[all...]

Completed in 87 milliseconds