Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/codecs/avc/enc/src/
Dslice.cpp604 int CBP_chrom; in InterpretMBType() local
617 CBP_chrom = (currMB->CBP & 0x30); in InterpretMBType()
627 mb_type += (CBP_chrom >> 2) + currMB->i16Mode; in InterpretMBType()