Home
last modified time | relevance | path

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

/external/libavc/encoder/
Dih264e_cavlc.c727 UWORD32 u4_cbp_luma = u4_cbp & 0xF, u4_cbp_chroma = u4_cbp >> 4; in ih264e_encode_residue() local
860 if (u4_cbp_chroma & 3) in ih264e_encode_residue()
879 if (u4_cbp_chroma & 0x2) in ih264e_encode_residue()
907 if (u4_cbp_chroma & 0x2) in ih264e_encode_residue()