Home
last modified time | relevance | path

Searched refs:nBufHeight (Results 1 – 25 of 29) sorted by relevance

12

/utopia/UTPA2-700.0.x/modules/mfe/drv/mfe/cModel/
H A Dm4v_header.c220 osPutBits(pStream, pConfig->nBufHeight, NUMBITS_VOP_HEIGHT, "VOL_Height"); 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()
484 …| (pConfig->nBufHeight/4); // Picture Height Indication: Range [1, ... , 288]; Number of lines =… in codeVOPShortHead()
513 nTotalMBs = (pConfig->nBufWidth*pConfig->nBufHeight)>>8; in codeNonCodedVOPShortHead()
H A Dmfe_reg_m4ve.c242 …pInfo->nNumBitsVPMBnum = CeilLog2((pConfig->nBufWidth*pConfig->nBufHeight)>>8); // number of bits … in mfeM4VE_Init()
255 MFE_ASSERT((pConfig->nBufHeight&0xF)==0); in mfeM4VE_Init()
265 if (pConfig->nBufHeight<=400) in mfeM4VE_Init()
267 else if (pConfig->nBufHeight<=800) in mfeM4VE_Init()
269 else if (pConfig->nBufHeight<=1152) in mfeM4VE_Init()
473 mfe_reg.reg_mfe_g_pic_height = pConfig->nBufHeight; in OutputSwCfg1_Mp4()
H A Dmfe_reg_264e.c108 int FrameSizeInMbs = (pConfig->nBufWidth>>4) * (pConfig->nBufHeight>>4); in mfeH264_Init()
117 MFE_ASSERT((pConfig->nBufHeight&0x1F)==0); in mfeH264_Init()
335 …_pic_height = (pInfo->PicInterlace==FIELD_CODING) ? (pConfig->nBufHeight>>1) : pConfig->nBufHeight; in OutputSwCfg1_H264()
H A Dbufmng.c119 nMbCount = (pConfig->nBufWidth * pConfig->nBufHeight)>>8; in m4veAllocDRAM()
136 sizeY = pConfig->nBufWidth * pConfig->nBufHeight; in m4veAllocDRAM()
332 sizeY = pConfig->nBufWidth * pConfig->nBufHeight; in h264AllocDRAM()
H A Dmfe_common.c677 ctx->nHeight = pConfig->nBufHeight; in IntraUpdateInit()
731 pConfig->rcInfo.nHeight = pConfig->nBufHeight; in MfeDrvRateControlInit()
H A Dparset.c333 …sps->pic_height_in_map_units_minus1 = ((pConfig->nBufHeight/16)/ (2 - sps->frame_mbs_only_flag)) -… in GenerateSequenceParameterSet()
348 if((pConfig->nBufHeight!=pConfig->nDispHeight)||(pConfig->nBufWidth!=pConfig->nDispWidth)) { in GenerateSequenceParameterSet()
H A Dmfe_common.h329 …int nBufWidth, nBufHeight; // Image buffer resolution (aligned to 16 or 32 byte, depends on nCode… member
/utopia/UTPA2-700.0.x/modules/mfe/drv/mfe_ex/cModel/
H A Dm4v_header.c221 osPutBits(pStream, pConfig->nBufHeight, NUMBITS_VOP_HEIGHT, (MS_S8*)("VOL_Height")); 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()
485 …| (pConfig->nBufHeight/4); // Picture Height Indication: Range [1, ... , 288]; Number of lines =… in codeVOPShortHead()
514 nTotalMBs = (pConfig->nBufWidth*pConfig->nBufHeight)>>8; in codeNonCodedVOPShortHead()
H A Dmfe_reg_m4ve.c275 …pInfo->nNumBitsVPMBnum = CeilLog2((pConfig->nBufWidth*pConfig->nBufHeight)>>8); // number of bits … in mfeM4VE_Init()
288 MS_ASSERT((pConfig->nBufHeight&0xF)==0); in mfeM4VE_Init()
298 if (pConfig->nBufHeight<=400) in mfeM4VE_Init()
300 else if (pConfig->nBufHeight<=800) in mfeM4VE_Init()
302 else if (pConfig->nBufHeight<=1152) in mfeM4VE_Init()
542 mfe_reg->reg_mfe_g_pic_height = pConfig->nBufHeight; in OutputSwCfg1_Mp4()
H A Dmfe_reg_264e.c158 MS_S32 FrameSizeInMbs = (pConfig->nBufWidth>>4) * (pConfig->nBufHeight>>4); in mfeH264_Init()
174 MS_ASSERT((pConfig->nBufHeight&0x1F)==0); in mfeH264_Init()
196 if((pConfig->nBufHeight*pConfig->nBufWidth) >= (1280*720)) in mfeH264_Init()
511 …_pic_height = (pInfo->PicInterlace==FIELD_CODING) ? (pConfig->nBufHeight>>1) : pConfig->nBufHeight; in OutputSwCfg1_H264()
773 if (pConfig->nBufWidth * pConfig->nBufHeight > 1280 * 736) in OutputSwCfg1_H264()
H A Dbufmng.c134 nMbCount = (pConfig->nBufWidth * pConfig->nBufHeight)>>8; in m4veAllocDRAM()
151 sizeY = pConfig->nBufWidth * pConfig->nBufHeight; in m4veAllocDRAM()
393 sizeY = pConfig->nBufWidth * pConfig->nBufHeight; in h264AllocDRAM()
400 MS_S32 interlace_h = pConfig->nBufHeight; in h264AllocDRAM()
H A Dmfe_common.c629 ctx->nHeight = pConfig->nBufHeight; in IntraUpdateInit()
679 rcInfo.nHeight= pConfig->nBufHeight; in _sw263v_ReinitRateCtrl()
701 pConfig->rcInfo.nHeight = pConfig->nBufHeight; in MfeDrvRateControlInit()
814 MS_S32 PicSizeInMbs = pConfig->nBufWidth*pConfig->nBufHeight/16/16; in MfeDrvCabacStuffingReport()
H A Dparset.c369 …sps->pic_height_in_map_units_minus1 = ((pConfig->nBufHeight/16)/ (2 - sps->frame_mbs_only_flag)) -… in GenerateSequenceParameterSet()
389 if ((pConfig->nBufHeight != ntmpDispHeight) || (pConfig->nBufWidth != pConfig->nDispWidth)) { in GenerateSequenceParameterSet()
420 if (pConfig->nBufHeight != ntmpDispHeight) in GenerateSequenceParameterSet()
/utopia/UTPA2-700.0.x/modules/mfe/api/mfe_ex/
H A Dmadp_mfe.c219 mfe_fake_row_mode(input_frame,appPVR_Info->nBufWidth,appPVR_Info->nBufHeight); in MAdp_MFE_Proc_nonThread()
687 if(appPVR_Info->nBufHeight % 32 != 0){ in _MApi_MFE_Init()
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()
755 nFrameSize = appPVR_Info->nBufHeight*appPVR_Info->nBufWidth*3/2; in _MApi_MFE_Init()
[all …]
/utopia/UTPA2-700.0.x/modules/mfe/drv/mfe/
H A Dmdrv_mfe.c973 … 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()
1363 gMfeConfig.nBufHeight = pappPVR_Info->nBufHeight; in MDrv_MFE_Ioctl()
H A Dmdrv_mfe_st.h159 …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 Dmadp_mfe.c706 …appPVR_Info.nBufHeight = Height; // Image buffer resolution (aligned to 16 or 32 byte, dep… in MAdp_TSMUX_Init()
980 appPVR_Info.nBufHeight= height/16*16 + (height%16!=0 ? 16:0); in MPEG2TS_Init_Buf_Info()
982 appPVR_Info.height = appPVR_Info.nBufHeight; in MPEG2TS_Init_Buf_Info()
1712 MFE_U32 nFrameSize = appPVR_Info.nBufHeight*appPVR_Info.nBufWidth*3/2; in MAdp_MFE_Init()
1923 appPVR_Info.nBufHeight= gDipVideoHeight/16*16 + (gDipVideoHeight%16!=0 ? 16:0); in MApi_MFE_Initialize()
1925 appPVR_Info.height = appPVR_Info.nBufHeight; in MApi_MFE_Initialize()
/utopia/UTPA2-700.0.x/modules/mfe/drv/mfe_ex/
H A Dmdrv_mfe.c914 gpMfeConfig->nBufHeight = pappPVR_Info->nBufHeight; in MDrv_MFE_Ioctl()
/utopia/UTPA2-700.0.x/projects/tmplib/include/
H A Ddrv_mfe_st.h262 …MS_S32 nBufWidth, nBufHeight; // Image buffer resolution (aligned to 16 or 32 byte, depends… member
/utopia/UTPA2-700.0.x/mxlib/include/
H A Ddrv_mfe_st.h280 …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 Dmhal_mfe.c317 height = pConfig->nBufHeight; in MHal_MFE_Enable_MIU_Protection()
/utopia/UTPA2-700.0.x/modules/mfe/hal/M7821/mfe/Aeon/
H A Dmhal_mfe.c317 height = pConfig->nBufHeight; in MHal_MFE_Enable_MIU_Protection()
/utopia/UTPA2-700.0.x/modules/mfe/hal/maserati/mfe/Aeon/
H A Dmhal_mfe.c317 height = pConfig->nBufHeight; in MHal_MFE_Enable_MIU_Protection()
/utopia/UTPA2-700.0.x/modules/mfe/hal/macan/mfe/Aeon/
H A Dmhal_mfe.c317 height = pConfig->nBufHeight; in MHal_MFE_Enable_MIU_Protection()
/utopia/UTPA2-700.0.x/modules/mfe/hal/M7621/mfe/Aeon/
H A Dmhal_mfe.c317 height = pConfig->nBufHeight; in MHal_MFE_Enable_MIU_Protection()

12