HomeSort by relevance Sort by last modified time
    Searched defs:TotalCoeff (Results 1 - 4 of 4) 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/
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...]
  /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 84 milliseconds