Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/mfe/drv/mfe_ex/cModel/
H A Dmfe_common.c808 MS_U32 bytes_in_picture; in MfeDrvCabacStuffingReport() local
825 bytes_in_picture = (CEILING_ALIGN(bit_count,0x8) / 8); in MfeDrvCabacStuffingReport()
829 if ((MS_U32)min_num_bytes > bytes_in_picture) in MfeDrvCabacStuffingReport()
831 stuffing_bytes = min_num_bytes - bytes_in_picture; in MfeDrvCabacStuffingReport()