OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:codedBlockPattern
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_macroblock_layer.c
90
mbStorage_t *pMb, mbType_e mbType, u32
codedBlockPattern
);
213
pMbLayer->
codedBlockPattern
= value;
217
pMbLayer->
codedBlockPattern
= CbpIntra16x16(pMbLayer->mbType);
220
if ( pMbLayer->
codedBlockPattern
||
229
pMbLayer->mbType, pMbLayer->
codedBlockPattern
);
509
mbStorage_t *pMb, mbType_e mbType, u32
codedBlockPattern
)
561
blockCoded =
codedBlockPattern
& 0x1;
562
codedBlockPattern
>>= 1;
617
blockCoded =
codedBlockPattern
& 0x3;
657
blockCoded =
codedBlockPattern
& 0x2
[
all
...]
h264bsd_macroblock_layer.h
154
u32
codedBlockPattern
;
Completed in 284 milliseconds