Home | History | Annotate | Download | only in src

Lines Matching refs:VideoEncData

75     void MBMotionSearch(VideoEncData *video, UChar *cur, UChar *best_cand[],
78 Int fullsearch(VideoEncData *video, Vol *currVol, UChar *ref, UChar *cur,
80 Int fullsearchBlk(VideoEncData *video, Vol *currVol, UChar *cent, UChar *cur,
83 VideoEncData *video, Int type_pred);
91 void PrepareCurMB(VideoEncData *video, UChar *cur);
105 void HTFMPrepareCurMB(VideoEncData *video, HTFM_Stat *htfm_stat, UChar *cur);
136 void MotionEstimation(VideoEncData *video)
534 void InitHTFM(VideoEncData *video, HTFM_Stat *htfm_stat, double *newvar, Int *collect)
619 void UpdateHTFM(VideoEncData *video, double *newvar, double *exp_lamda, HTFM_Stat *htfm_stat)
674 void HTFMPrepareCurMB(VideoEncData *video, HTFM_Stat *htfm_stat, UChar *cur)
739 void PrepareCurMB(VideoEncData *video, UChar *cur)
770 void MBMotionSearch(VideoEncData *video, UChar *cur, UChar *best_cand[],
1175 Input/Output: VideoEncData, current Vol, previou Vop, pointer to the left corner of
1179 Int fullsearch(VideoEncData *video, Vol *currVol, UChar *prev, UChar *cur,
1263 Input/Output: VideoEncData, MB coordinate, pointer to the initial MV on the
1266 Int fullsearchBlk(VideoEncData *video, Vol *currVol, UChar *cent, UChar *cur,
1353 VideoEncData *video, Int type_pred)