Home
last modified time | relevance | path

Searched refs:H263_Enabled (Results 1 – 5 of 5) sorted by relevance

/external/opencore/codecs_v2/video/m4v_h263/enc/src/
Dmp4enc_api.cpp339 encParams->H263_Enabled = 0; in PVInitVideoEncoder()
372 encParams->H263_Enabled = 2; in PVInitVideoEncoder()
390 encParams->H263_Enabled = 1; in PVInitVideoEncoder()
438 if (!encParams->H263_Enabled) in PVInitVideoEncoder()
455 if (encParams->H263_Enabled) in PVInitVideoEncoder()
562 if (encParams->H263_Enabled && encOption->searchRange > 16) in PVInitVideoEncoder()
682 if (!video->encParams->H263_Enabled) in PVInitVideoEncoder()
733 if (video->encParams->H263_Enabled) /* make it conditional 11/28/05 */ in PVInitVideoEncoder()
863 pVol->shortVideoHeader = pEncParams->H263_Enabled; /*Short Header */ in PVInitVideoEncoder()
1155 if (video->encParams->H263_Enabled) in PVCleanUpVideoEncoder()
[all …]
Drate_control.cpp83 if (video->encParams->H263_Enabled) in RC_Initialize()
452 if (video->encParams->H263_Enabled) in RC_UpdateBXRCParams()
681 if (video->encParams->H263_Enabled && rc->T > video->encParams->maxFrameSize) in targetBitCalculation()
824 …if ((video->encParams->H263_Enabled && rc->Rc > video->encParams->maxFrameSize) || /* For H263/sh… in updateRateControl()
Dfindhalfpel.cpp76 Int h263_mode = video->encParams->H263_Enabled; /* 3/29/01 */ in FindHalfPelMB()
Dmp4lib_int.h216 Bool H263_Enabled; /* H263 Short Header */ member
Dmotion_est.cpp213 if (video->prevBaseVop->padded == 0 && !video->encParams->H263_Enabled) in MotionEstimation()
781 UChar h263_mode = video->encParams->H263_Enabled; in MBMotionSearch()