Home
last modified time | relevance | path

Searched refs:bin_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
818 bin_count = (((MS_U32)tmp_high)<<16) | ((MS_U32)tmp_low); in MfeDrvCabacStuffingReport()
828 min_num_bytes = ((96 * bin_count) - (RawMbBits * PicSizeInMbs *3) + 1023) / 1024; in MfeDrvCabacStuffingReport()