OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:totalCoeff
(Results
1 - 4
of
4
) sorted by null
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_macroblock_layer.c
533
nc = (OMX_INT)DetermineNc(pMb, 0, pResidual->
totalCoeff
);
538
&pResidual->
totalCoeff
[24],
546
&pResidual->
totalCoeff
[24],
567
nc = (OMX_INT)DetermineNc(pMb,blockIndex,pResidual->
totalCoeff
);
574
&pResidual->
totalCoeff
[blockIndex],
582
&pResidual->
totalCoeff
[blockIndex],
594
&pResidual->
totalCoeff
[blockIndex],
602
&pResidual->
totalCoeff
[blockIndex],
624
&pResidual->
totalCoeff
[25],
630
&pResidual->
totalCoeff
[25]
[
all
...]
h264bsd_deblocking.c
336
tmp1 = mb1->
totalCoeff
[ind1];
337
tmp2 = mb1->
totalCoeff
[ind2];
363
InnerBoundaryStrength but without checking
totalCoeff
.
398
if (mb1->
totalCoeff
[ind1] || mb2->
totalCoeff
[ind2])
429
tmp1 = mb1->
totalCoeff
[0];
430
tmp2 = mb2->
totalCoeff
[10];
431
tmp3 = mb1->
totalCoeff
[1];
432
tmp4 = mb2->
totalCoeff
[11];
443
tmp1 = mb1->
totalCoeff
[4]
[
all
...]
h264bsd_macroblock_layer.h
143
u8
totalCoeff
[27];
145
i16
totalCoeff
[27];
171
u8
totalCoeff
[27];
173
i16
totalCoeff
[27];
h264bsd_cavlc.c
375
static u32 DecodeTotalZeros(u32 bits, u32
totalCoeff
, u32 isChromaDC);
529
u32
totalCoeff
total number of coefficients for the block
538
u32 DecodeTotalZeros(u32 bits, u32
totalCoeff
, u32 isChromaDC)
547
ASSERT(
totalCoeff
);
551
ASSERT(
totalCoeff
< 16);
552
switch (
totalCoeff
)
619
ASSERT(
totalCoeff
< 4);
625
if (
totalCoeff
== 3)
631
else if (
totalCoeff
== 2)
757
u32 i, tmp,
totalCoeff
, trailingOnes, suffixLength, levelPrefix
[
all
...]
Completed in 405 milliseconds