Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
Dh264bsd_macroblock_layer.c515 u32 blockCoded; in DecodeResidual() local
561 blockCoded = codedBlockPattern & 0x1; in DecodeResidual()
563 if (blockCoded) in DecodeResidual()
617 blockCoded = codedBlockPattern & 0x3; in DecodeResidual()
618 if (blockCoded) in DecodeResidual()
657 blockCoded = codedBlockPattern & 0x2; in DecodeResidual()
658 if (blockCoded) in DecodeResidual()
707 u32 blockCoded; in DecodeResidual() local
735 blockCoded = codedBlockPattern & 0x1; in DecodeResidual()
737 if (blockCoded) in DecodeResidual()
[all …]