| /utopia/UTPA2-700.0.x/modules/mfe/drv/mfe/cModel/ |
| H A D | m4v_header.c | 220 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 D | mfe_reg_m4ve.c | 242 …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 D | mfe_reg_264e.c | 108 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 D | bufmng.c | 119 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 D | mfe_common.c | 677 ctx->nHeight = pConfig->nBufHeight; in IntraUpdateInit() 731 pConfig->rcInfo.nHeight = pConfig->nBufHeight; in MfeDrvRateControlInit()
|
| H A D | parset.c | 333 …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 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/drv/mfe_ex/cModel/ |
| H A D | m4v_header.c | 221 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 D | mfe_reg_m4ve.c | 275 …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 D | mfe_reg_264e.c | 158 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 D | bufmng.c | 134 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 D | mfe_common.c | 629 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 D | parset.c | 369 …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 D | madp_mfe.c | 219 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 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() 1363 gMfeConfig.nBufHeight = pappPVR_Info->nBufHeight; 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 | 706 …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 D | mdrv_mfe.c | 914 gpMfeConfig->nBufHeight = pappPVR_Info->nBufHeight; 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 | 317 height = pConfig->nBufHeight; in MHal_MFE_Enable_MIU_Protection()
|
| /utopia/UTPA2-700.0.x/modules/mfe/hal/M7821/mfe/Aeon/ |
| H A D | mhal_mfe.c | 317 height = pConfig->nBufHeight; in MHal_MFE_Enable_MIU_Protection()
|
| /utopia/UTPA2-700.0.x/modules/mfe/hal/maserati/mfe/Aeon/ |
| H A D | mhal_mfe.c | 317 height = pConfig->nBufHeight; in MHal_MFE_Enable_MIU_Protection()
|
| /utopia/UTPA2-700.0.x/modules/mfe/hal/macan/mfe/Aeon/ |
| H A D | mhal_mfe.c | 317 height = pConfig->nBufHeight; in MHal_MFE_Enable_MIU_Protection()
|
| /utopia/UTPA2-700.0.x/modules/mfe/hal/M7621/mfe/Aeon/ |
| H A D | mhal_mfe.c | 317 height = pConfig->nBufHeight; in MHal_MFE_Enable_MIU_Protection()
|