Searched defs:htfm_stat (Results 1 - 4 of 4) sorted by path

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

Completed in 41 milliseconds