Home
last modified time | relevance | path

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

/frameworks/av/media/codecs/m4v_h263/enc/src/
Dsad_halfpel.cpp344 HTFM_Stat *htfm_stat = (HTFM_Stat*) extra_info; in SAD_MB_HP_HTFM_Collectxhyh() local
345 Int *abs_dif_mad_avg = &(htfm_stat->abs_dif_mad_avg); in SAD_MB_HP_HTFM_Collectxhyh()
346 UInt *countbreak = &(htfm_stat->countbreak); in SAD_MB_HP_HTFM_Collectxhyh()
347 Int *offsetRef = htfm_stat->offsetRef; in SAD_MB_HP_HTFM_Collectxhyh()
423 HTFM_Stat *htfm_stat = (HTFM_Stat*) extra_info; in SAD_MB_HP_HTFM_Collectyh() local
424 Int *abs_dif_mad_avg = &(htfm_stat->abs_dif_mad_avg); in SAD_MB_HP_HTFM_Collectyh()
425 UInt *countbreak = &(htfm_stat->countbreak); in SAD_MB_HP_HTFM_Collectyh()
426 Int *offsetRef = htfm_stat->offsetRef; in SAD_MB_HP_HTFM_Collectyh()
501 HTFM_Stat *htfm_stat = (HTFM_Stat*) extra_info; in SAD_MB_HP_HTFM_Collectxh() local
502 Int *abs_dif_mad_avg = &(htfm_stat->abs_dif_mad_avg); in SAD_MB_HP_HTFM_Collectxh()
[all …]
Dmotion_est.cpp105 void HTFMPrepareCurMB(VideoEncData *video, HTFM_Stat *htfm_stat, UChar *cur);
169 HTFM_Stat htfm_stat; in MotionEstimation() local
232 InitHTFM(video, &htfm_stat, newvar, &collect); in MotionEstimation()
280 HTFMPrepareCurMB(video, &htfm_stat, cur); in MotionEstimation()
524 UpdateHTFM(video, newvar, exp_lamda, &htfm_stat); in MotionEstimation()
534 void InitHTFM(VideoEncData *video, HTFM_Stat *htfm_stat, double *newvar, Int *collect) in InitHTFM() argument
552 htfm_stat->countbreak = 0; in InitHTFM()
553 htfm_stat->abs_dif_mad_avg = 0; in InitHTFM()
565 video->sad_extra_info = (void*)(htfm_stat); in InitHTFM()
566 offset = htfm_stat->offsetArray; in InitHTFM()
[all …]
Dsad.cpp115 HTFM_Stat *htfm_stat = (HTFM_Stat*) extra_info; in SAD_MB_HTFM_Collect() local
116 Int *abs_dif_mad_avg = &(htfm_stat->abs_dif_mad_avg); in SAD_MB_HTFM_Collect()
117 UInt *countbreak = &(htfm_stat->countbreak); in SAD_MB_HTFM_Collect()
118 Int *offsetRef = htfm_stat->offsetRef; in SAD_MB_HTFM_Collect()
Dmp4enc_lib.h119 void InitHTFM(VideoEncData *video, HTFM_Stat *htfm_stat, double *newvar, Int *collect);
120 void UpdateHTFM(VideoEncData *video, double *newvar, double *exp_lamda, HTFM_Stat *htfm_stat);
Dmp4lib_int.h364 HTFM_Stat htfm_stat; /* For statistics collection */ member