Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/mfe/drv/mfe_ex/cModel/
H A Dmfe_common.c812 MS_S32 stuffing_bytes=0; in MfeDrvCabacStuffingReport() local
831 stuffing_bytes = min_num_bytes - bytes_in_picture; in MfeDrvCabacStuffingReport()
832 stuffing_bytes = 3*((stuffing_bytes+2)/3); in MfeDrvCabacStuffingReport()
833 …printk(DRV_L3, "CABAC stuffing bytes = %6d (according to Clause 7.4.2.10)\n", (int)stuffing_bytes); in MfeDrvCabacStuffingReport()
836 return stuffing_bytes; in MfeDrvCabacStuffingReport()
/utopia/UTPA2-700.0.x/modules/mfe/api/mfe_ex/
H A Dmadp_mfe.c272 if(bitsinfo.stuffing_bytes!=0) { in MAdp_MFE_Proc_nonThread()
276 … ms_dprintf(ADP_L3, "CABAC stuffing byte 0x%x\n", (unsigned int)bitsinfo.stuffing_bytes); in MAdp_MFE_Proc_nonThread()
277 for(i=0;i<bitsinfo.stuffing_bytes/3;i++) { in MAdp_MFE_Proc_nonThread()
282 for(i=0;i<bitsinfo.stuffing_bytes%3;i++) { in MAdp_MFE_Proc_nonThread()
287 Vsize += bitsinfo.stuffing_bytes; in MAdp_MFE_Proc_nonThread()
/utopia/UTPA2-700.0.x/projects/tmplib/include/
H A Ddrv_mfe_st.h172 MS_S32 stuffing_bytes; //CABAC stuffing byte member
/utopia/UTPA2-700.0.x/mxlib/include/
H A Ddrv_mfe_st.h183 MS_S32 stuffing_bytes; //CABAC stuffing byte member
/utopia/UTPA2-700.0.x/modules/mfe/drv/mfe_ex/
H A Dmdrv_mfe.c489 pConfig->bitsframe[wbits_index].stuffing_bytes = MfeDrvCabacStuffingReport(pConfig); in copybits2file()
/utopia/UTPA2-700.0.x/projects/build/
H A Dpreprocess.txt27251 MS_S32 stuffing_bytes;