| /utopia/UTPA2-700.0.x/modules/mfe/drv/mfe/cModel/ |
| H A D | m4v_header.c | 217 osPutBits(pStream, pConfig->nBufWidth, NUMBITS_VOP_WIDTH, "VOL_Width"); in codeVOLHead() 416 if (pConfig->nBufWidth == 128 && pConfig->nBufHeight == 96) { in codeVOPShortHead() 418 } else if (pConfig->nBufWidth == 176 && pConfig->nBufHeight == 144) { in codeVOPShortHead() 420 } else if (pConfig->nBufWidth == 352 && pConfig->nBufHeight == 288) { in codeVOPShortHead() 422 } else if (pConfig->nBufWidth == 704 && pConfig->nBufHeight == 576) { in codeVOPShortHead() 424 } else if (pConfig->nBufWidth == 1408 && pConfig->nBufHeight == 1152) { in codeVOPShortHead() 482 …| ((pConfig->nBufWidth/4-1) << 10) // Picture Width Indication: Range [0, ... , 511]; Number of pi… in codeVOPShortHead() 513 nTotalMBs = (pConfig->nBufWidth*pConfig->nBufHeight)>>8; in codeNonCodedVOPShortHead()
|
| H A D | bufmng.c | 119 nMbCount = (pConfig->nBufWidth * pConfig->nBufHeight)>>8; in m4veAllocDRAM() 133 …MMAPMalloc((MFE_U32*)&pConfig->dram_ptr, pBufEnd, (pConfig->nBufWidth>>4)*64, &pBufInfo->m_nGNAddr… in m4veAllocDRAM() 136 sizeY = pConfig->nBufWidth * pConfig->nBufHeight; in m4veAllocDRAM() 329 …MMAPMalloc((MFE_U32*)&pConfig->dram_ptr, pBufEnd, (pConfig->nBufWidth>>4)*64, &pBufInfo->m_nGNAddr… in h264AllocDRAM() 332 sizeY = pConfig->nBufWidth * pConfig->nBufHeight; in h264AllocDRAM()
|
| H A D | mfe_reg_m4ve.c | 242 …pInfo->nNumBitsVPMBnum = CeilLog2((pConfig->nBufWidth*pConfig->nBufHeight)>>8); // number of bits … in mfeM4VE_Init() 254 MFE_ASSERT((pConfig->nBufWidth&0xF)==0); in mfeM4VE_Init() 472 mfe_reg.reg_mfe_g_pic_width = pConfig->nBufWidth; in OutputSwCfg1_Mp4()
|
| H A D | mfe_reg_264e.c | 108 int FrameSizeInMbs = (pConfig->nBufWidth>>4) * (pConfig->nBufHeight>>4); in mfeH264_Init() 334 mfe_reg.reg_mfe_g_pic_width = pConfig->nBufWidth; in OutputSwCfg1_H264()
|
| H A D | mfe_common.c | 675 ctx->nWidth = pConfig->nBufWidth; in IntraUpdateInit() 730 pConfig->rcInfo.nWidth = pConfig->nBufWidth; in MfeDrvRateControlInit()
|
| H A D | parset.c | 332 sps->pic_width_in_mbs_minus1 = (pConfig->nBufWidth/16) -1; in GenerateSequenceParameterSet() 348 if((pConfig->nBufHeight!=pConfig->nDispHeight)||(pConfig->nBufWidth!=pConfig->nDispWidth)) { in GenerateSequenceParameterSet()
|
| H A D | mfe_common.h | 329 …int nBufWidth, nBufHeight; // Image buffer resolution (aligned to 16 or 32 byte, depends on nCode… member
|
| /utopia/UTPA2-700.0.x/modules/mfe/api/mfe_ex/ |
| H A D | madp_mfe.c | 219 mfe_fake_row_mode(input_frame,appPVR_Info->nBufWidth,appPVR_Info->nBufHeight); in MAdp_MFE_Proc_nonThread() 723 if((appPVR_Info->nBufHeight*appPVR_Info->nBufWidth) >= (1280*720)) in _MApi_MFE_Init() 731 nFrameSize = appPVR_Info->nBufHeight*appPVR_Info->nBufWidth*3/2; in _MApi_MFE_Init() 733 nFrameSize = (appPVR_Info->nBufHeight>>1)*appPVR_Info->nBufWidth*3/2; in _MApi_MFE_Init() 735 MS_S32 DstSizeY = CEILING_ALIGN(appPVR_Info->nBufHeight,32)*appPVR_Info->nBufWidth; in _MApi_MFE_Init() 736 MS_S32 DstSizeUV = CEILING_ALIGN(appPVR_Info->nBufHeight,64)*appPVR_Info->nBufWidth/2; in _MApi_MFE_Init() 739 … MS_S32 DstSizeY = CEILING_ALIGN(appPVR_Info->nBufHeight/2,32)*appPVR_Info->nBufWidth; in _MApi_MFE_Init() 740 … MS_S32 DstSizeUV = CEILING_ALIGN(appPVR_Info->nBufHeight/2,64)*appPVR_Info->nBufWidth/2; in _MApi_MFE_Init() 747 + (appPVR_Info->nBufWidth >> 4) * 128 + 10 * 1024; in _MApi_MFE_Init() 751 + (appPVR_Info->nBufWidth >> 4) * 64 + 10 * 1024; in _MApi_MFE_Init() [all …]
|
| /utopia/UTPA2-700.0.x/modules/mfe/drv/mfe_ex/cModel/ |
| H A D | m4v_header.c | 218 osPutBits(pStream, pConfig->nBufWidth, NUMBITS_VOP_WIDTH, (MS_S8*)("VOL_Width")); in codeVOLHead() 417 if (pConfig->nBufWidth == 128 && pConfig->nBufHeight == 96) { in codeVOPShortHead() 419 } else if (pConfig->nBufWidth == 176 && pConfig->nBufHeight == 144) { in codeVOPShortHead() 421 } else if (pConfig->nBufWidth == 352 && pConfig->nBufHeight == 288) { in codeVOPShortHead() 423 } else if (pConfig->nBufWidth == 704 && pConfig->nBufHeight == 576) { in codeVOPShortHead() 425 } else if (pConfig->nBufWidth == 1408 && pConfig->nBufHeight == 1152) { in codeVOPShortHead() 483 …| ((pConfig->nBufWidth/4-1) << 10) // Picture Width Indication: Range [0, ... , 511]; Number of pi… in codeVOPShortHead() 514 nTotalMBs = (pConfig->nBufWidth*pConfig->nBufHeight)>>8; in codeNonCodedVOPShortHead()
|
| H A D | bufmng.c | 134 nMbCount = (pConfig->nBufWidth * pConfig->nBufHeight)>>8; in m4veAllocDRAM() 148 …MMAPMalloc(&pConfig->dram_ptr, pBufEnd, (pConfig->nBufWidth>>4)*64, &pBufInfo->m_nGNAddr, 8UL, (co… in m4veAllocDRAM() 151 sizeY = pConfig->nBufWidth * pConfig->nBufHeight; in m4veAllocDRAM() 386 …MMAPMalloc(&pConfig->dram_ptr, pBufEnd, (pConfig->nBufWidth/16)*128, &pBufInfo->m_nGNAddr, 8UL, (c… in h264AllocDRAM() 388 …MMAPMalloc(&pConfig->dram_ptr, pBufEnd, (pConfig->nBufWidth/16)*64, &pBufInfo->m_nGNAddr, 8UL, (co… in h264AllocDRAM() 393 sizeY = pConfig->nBufWidth * pConfig->nBufHeight; in h264AllocDRAM() 404 sizeY = CEILING_ALIGN(interlace_h,32)*pConfig->nBufWidth; in h264AllocDRAM() 405 sizeC = CEILING_ALIGN(interlace_h,64)*pConfig->nBufWidth/2; in h264AllocDRAM()
|
| H A D | mfe_reg_264e.c | 158 MS_S32 FrameSizeInMbs = (pConfig->nBufWidth>>4) * (pConfig->nBufHeight>>4); in mfeH264_Init() 196 if((pConfig->nBufHeight*pConfig->nBufWidth) >= (1280*720)) in mfeH264_Init() 510 mfe_reg->reg_mfe_g_pic_width = pConfig->nBufWidth; in OutputSwCfg1_H264() 630 mfe_reg1->reg_mfe_g_mb_pitch = pConfig->nBufWidth / 16; in OutputSwCfg1_H264() 773 if (pConfig->nBufWidth * pConfig->nBufHeight > 1280 * 736) in OutputSwCfg1_H264() 953 MS_U32 gn_buf_size = (pConfig->nBufWidth / 16) * 128; in OutputSwCfg1_H264()
|
| H A D | mfe_common.c | 627 ctx->nWidth = pConfig->nBufWidth; in IntraUpdateInit() 678 rcInfo.nWidth = pConfig->nBufWidth; in _sw263v_ReinitRateCtrl() 700 pConfig->rcInfo.nWidth = pConfig->nBufWidth; in MfeDrvRateControlInit() 814 MS_S32 PicSizeInMbs = pConfig->nBufWidth*pConfig->nBufHeight/16/16; in MfeDrvCabacStuffingReport()
|
| H A D | parset.c | 368 sps->pic_width_in_mbs_minus1 = (pConfig->nBufWidth/16) -1; in GenerateSequenceParameterSet() 389 if ((pConfig->nBufHeight != ntmpDispHeight) || (pConfig->nBufWidth != pConfig->nDispWidth)) { in GenerateSequenceParameterSet() 416 if (pConfig->nBufWidth != pConfig->nDispWidth) in GenerateSequenceParameterSet()
|
| H A D | mfe_reg_m4ve.c | 275 …pInfo->nNumBitsVPMBnum = CeilLog2((pConfig->nBufWidth*pConfig->nBufHeight)>>8); // number of bits … in mfeM4VE_Init() 287 MS_ASSERT((pConfig->nBufWidth&0xF)==0); in mfeM4VE_Init() 541 mfe_reg->reg_mfe_g_pic_width = pConfig->nBufWidth; in OutputSwCfg1_Mp4()
|
| /utopia/UTPA2-700.0.x/modules/mfe/drv/mfe/ |
| H A D | mdrv_mfe.c | 973 … DMAPutMem(pAddr->miuPointer, pConfig->nBufWidth*pConfig->nBufHeight*3/2, pAddr->miuAddress, 0); in msAPI_MFE_EncodeVOP() 1055 int nTotalMBs = (pConfig->nBufWidth>>4) * (pConfig->nBufHeight>>4); in mdrvLoadTestCasePost() 1240 cur_frame_C.miuAddress = cur_frame.miuAddress + gpMfeConfig->nBufWidth*gpMfeConfig->nBufHeight; in MDrv_MFE_ENC_OneFrame() 1362 gMfeConfig.nBufWidth = pappPVR_Info->nBufWidth; in MDrv_MFE_Ioctl()
|
| H A D | mdrv_mfe_st.h | 159 …int nBufWidth, nBufHeight; // Image buffer resolution (aligned to 16 or 32 byte, depends on nCode… member
|
| /utopia/UTPA2-700.0.x/modules/mfe/api/mfe/ |
| H A D | madp_mfe.c | 705 appPVR_Info.nBufWidth = Width; in MAdp_TSMUX_Init() 979 appPVR_Info.nBufWidth = width/16*16 + (width%16!=0 ? 16:0); in MPEG2TS_Init_Buf_Info() 981 appPVR_Info.width = appPVR_Info.nBufWidth; in MPEG2TS_Init_Buf_Info() 1712 MFE_U32 nFrameSize = appPVR_Info.nBufHeight*appPVR_Info.nBufWidth*3/2; in MAdp_MFE_Init() 1922 appPVR_Info.nBufWidth = gDipVideoWidth/16*16 + (gDipVideoWidth%16!=0 ? 16:0); in MApi_MFE_Initialize() 1924 appPVR_Info.width = appPVR_Info.nBufWidth; in MApi_MFE_Initialize()
|
| /utopia/UTPA2-700.0.x/modules/mfe/drv/mfe_ex/ |
| H A D | mdrv_mfe.c | 669 imi_size = (((pConfig->nBufWidth + 15)>>4)*2 + 6)*256; //Y MB rows, plus 5MB's in MDrv_MFE_Init() 913 gpMfeConfig->nBufWidth = pappPVR_Info->nBufWidth; in MDrv_MFE_Ioctl()
|
| /utopia/UTPA2-700.0.x/projects/tmplib/include/ |
| H A D | drv_mfe_st.h | 262 …MS_S32 nBufWidth, nBufHeight; // Image buffer resolution (aligned to 16 or 32 byte, depends… member
|
| /utopia/UTPA2-700.0.x/mxlib/include/ |
| H A D | drv_mfe_st.h | 280 …MS_S32 nBufWidth, nBufHeight; // Image buffer resolution (aligned to 16 or 32 byte, depe… member
|
| /utopia/UTPA2-700.0.x/modules/mfe/hal/maxim/mfe/Aeon/ |
| H A D | mhal_mfe.c | 316 width = pConfig->nBufWidth; in MHal_MFE_Enable_MIU_Protection()
|
| /utopia/UTPA2-700.0.x/modules/mfe/hal/M7821/mfe/Aeon/ |
| H A D | mhal_mfe.c | 316 width = pConfig->nBufWidth; in MHal_MFE_Enable_MIU_Protection()
|
| /utopia/UTPA2-700.0.x/modules/mfe/hal/maserati/mfe/Aeon/ |
| H A D | mhal_mfe.c | 316 width = pConfig->nBufWidth; in MHal_MFE_Enable_MIU_Protection()
|
| /utopia/UTPA2-700.0.x/modules/mfe/hal/macan/mfe/Aeon/ |
| H A D | mhal_mfe.c | 316 width = pConfig->nBufWidth; in MHal_MFE_Enable_MIU_Protection()
|
| /utopia/UTPA2-700.0.x/modules/mfe/hal/M7621/mfe/Aeon/ |
| H A D | mhal_mfe.c | 316 width = pConfig->nBufWidth; in MHal_MFE_Enable_MIU_Protection()
|