Home
last modified time | relevance | path

Searched refs:totalCoeff (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
Dh264bsd_deblocking.c336 tmp1 = mb1->totalCoeff[ind1]; in InnerBoundaryStrength()
337 tmp2 = mb1->totalCoeff[ind2]; in InnerBoundaryStrength()
398 if (mb1->totalCoeff[ind1] || mb2->totalCoeff[ind2]) in EdgeBoundaryStrength()
429 tmp1 = mb1->totalCoeff[0]; in EdgeBoundaryStrengthTop()
430 tmp2 = mb2->totalCoeff[10]; in EdgeBoundaryStrengthTop()
431 tmp3 = mb1->totalCoeff[1]; in EdgeBoundaryStrengthTop()
432 tmp4 = mb2->totalCoeff[11]; in EdgeBoundaryStrengthTop()
443 tmp1 = mb1->totalCoeff[4]; in EdgeBoundaryStrengthTop()
444 tmp2 = mb2->totalCoeff[14]; in EdgeBoundaryStrengthTop()
455 tmp3 = mb1->totalCoeff[5]; in EdgeBoundaryStrengthTop()
[all …]
Dh264bsd_macroblock_layer.c533 nc = (OMX_INT)DetermineNc(pMb, 0, pResidual->totalCoeff); in DecodeResidual()
538 &pResidual->totalCoeff[24], in DecodeResidual()
546 &pResidual->totalCoeff[24], in DecodeResidual()
567 nc = (OMX_INT)DetermineNc(pMb,blockIndex,pResidual->totalCoeff); in DecodeResidual()
574 &pResidual->totalCoeff[blockIndex], in DecodeResidual()
582 &pResidual->totalCoeff[blockIndex], in DecodeResidual()
594 &pResidual->totalCoeff[blockIndex], in DecodeResidual()
602 &pResidual->totalCoeff[blockIndex], in DecodeResidual()
624 &pResidual->totalCoeff[25], in DecodeResidual()
630 &pResidual->totalCoeff[25], in DecodeResidual()
[all …]
Dh264bsd_cavlc.c375 static u32 DecodeTotalZeros(u32 bits, u32 totalCoeff, u32 isChromaDC);
538 u32 DecodeTotalZeros(u32 bits, u32 totalCoeff, u32 isChromaDC) in DecodeTotalZeros() argument
547 ASSERT(totalCoeff); in DecodeTotalZeros()
551 ASSERT(totalCoeff < 16); in DecodeTotalZeros()
552 switch (totalCoeff) in DecodeTotalZeros()
619 ASSERT(totalCoeff < 4); in DecodeTotalZeros()
625 if (totalCoeff == 3) in DecodeTotalZeros()
631 else if (totalCoeff == 2) in DecodeTotalZeros()
757 u32 i, tmp, totalCoeff, trailingOnes, suffixLength, levelPrefix; in h264bsdDecodeResidualBlockCavlc() local
785 totalCoeff = TOTAL_COEFF(tmp); in h264bsdDecodeResidualBlockCavlc()
[all …]
Dh264bsd_macroblock_layer.h143 u8 totalCoeff[27]; member
145 i16 totalCoeff[27];
171 u8 totalCoeff[27]; member
173 i16 totalCoeff[27]; member