Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/mfe/drv/mfe_ex/cModel/
H A Dmfe_common.c809 MS_U32 bin_count,bit_count; in MfeDrvCabacStuffingReport() local
823 bit_count = (((MS_U32)tmp_high)<<16) | ((MS_U32)tmp_low); in MfeDrvCabacStuffingReport()
825 bytes_in_picture = (CEILING_ALIGN(bit_count,0x8) / 8); in MfeDrvCabacStuffingReport()