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

  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
armVCM4P10_DecodeCoeffsToPair.c 71 int CoeffToken, TotalCoeff, TrailingOnes;
83 TotalCoeff = armVCM4P10_CAVLCTotalCoeff[CoeffToken];
84 *pNumCoeff = (OMX_U8)TotalCoeff;
86 DEBUG_PRINTF_2("TotalCoeff = %d, TrailingOnes = %d\n", TotalCoeff, TrailingOnes);
88 if (TotalCoeff == 0)
95 for (i=TotalCoeff-1; i>=TotalCoeff-TrailingOnes; i--)
112 if (TotalCoeff>10 && TrailingOnes<3)
147 if (i==TotalCoeff-1-TrailingOnes && TrailingOnes<3
    [all...]
  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
vlc_encode.cpp 125 AVCEnc_Status ce_TotalCoeffTrailingOnes(AVCEncBitstream *stream, int TrailingOnes, int TotalCoeff, int nC)
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)
207 len = totCoeffTrailOneChrom[TrailingOnes][TotalCoeff][0];
208 code = totCoeffTrailOneChrom[TrailingOnes][TotalCoeff][1];
215 AVCEnc_Status ce_TotalZeros(AVCEncBitstream *stream, int total_zeros, int TotalCoeff)
257 len = lenTotalZeros[TotalCoeff-1][total_zeros]
    [all...]
residual.cpp 156 int TotalCoeff;
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...]
avcenc_lib.h     [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
armVCM4P10_DecodeCoeffsToPair_s.s 49 TotalCoeff RN 5
66 TotalCoeff RN 5
83 TotalCoeff RN 5
121 ;// Decode Symbol = TotalCoeff*4 + TrailingOnes
124 MOVS TotalCoeff, Symbol, LSR #2
125 STRB TotalCoeff, [pNumCoeff]
126 M_PRINTF "TotalCoeff=%d\n", TotalCoeff
154 SUBS Count, TotalCoeff, TrailingOnes ;// Number of levels to read
158 CMP TotalCoeff, #1
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
armVCM4P10_DecodeCoeffsToPair_s.s 49 TotalCoeff RN 5
66 TotalCoeff RN 5
83 TotalCoeff RN 5
121 ;// Decode Symbol = TotalCoeff*4 + TrailingOnes
124 MOVS TotalCoeff, Symbol, LSR #2
125 STRB TotalCoeff, [pNumCoeff]
126 M_PRINTF "TotalCoeff=%d\n", TotalCoeff
154 SUBS Count, TotalCoeff, TrailingOnes ;// Number of levels to read
158 CMP TotalCoeff, #1
    [all...]

Completed in 1664 milliseconds