Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/mfe/drv/mfe/cModel/
H A Dparset.c1045 MFE_U8 get_NALU_1stbyte(H264INFO *pInfo, MFE_U8 vopPredType) in get_NALU_1stbyte() function
1113 Byte1 = get_NALU_1stbyte(pInfo, pConfig->vopPredType); in codeSliceHeader()
H A Dparset.h105 MFE_U8 get_NALU_1stbyte(H264INFO *pInfo, MFE_U8 vopPredType);
H A Dmfe_reg_264e.c221 pInfo->nal_ref_idc = (get_NALU_1stbyte(pInfo, pConfig->vopPredType)>>5)&0x3; in mfeH264_EncodeFrame()
/utopia/UTPA2-700.0.x/modules/mfe/drv/mfe_ex/cModel/
H A Dparset.h107 MS_U8 get_NALU_1stbyte(H264INFO *pInfo, MS_U8 vopPredType);
H A Dparset.c1178 MS_U8 get_NALU_1stbyte(H264INFO *pInfo, MS_U8 vopPredType) in get_NALU_1stbyte() function
1249 Byte1 = get_NALU_1stbyte(pInfo, pConfig->vopPredType); in codeSliceHeader()
H A Dmfe_reg_264e.c336 pInfo->nal_ref_idc = (get_NALU_1stbyte(pInfo, pConfig->vopPredType)>>5)&0x3; in mfeH264_EncodeFrame()