Home
last modified time | relevance | path

Searched refs:u4_cbp_luma (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
770 if (u4_cbp_luma & 1) in ih264e_encode_residue()
794 if (u4_cbp_luma & 2) in ih264e_encode_residue()
816 if (u4_cbp_luma & 0x4) in ih264e_encode_residue()
838 if (u4_cbp_luma & 0x8) in ih264e_encode_residue()