HomeSort by relevance Sort by last modified time
    Searched refs:newvar (Results 1 - 13 of 13) sorted by null

  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
motion_est.cpp 266 double newvar[16]; local
312 InitHTFM(video, &htfm_stat, newvar, &collect);
467 UpdateHTFM(encvid, newvar, exp_lamda, &htfm_stat);
601 void InitHTFM(VideoEncData *encvid, HTFM_Stat *htfm_stat, double *newvar, int *collect)
625 newvar[i] = 0.0;
687 void UpdateHTFM(AVCEncObject *encvid, double *newvar, double *exp_lamda, HTFM_Stat *htfm_stat)
692 newvar[0] = (double)(htfm_stat->abs_dif_mad_avg) / (htfm_stat->countbreak * 16.);
694 if (newvar[0] < 0.001)
696 newvar[0] = 0.001; /* to prevent floating overflow */
698 exp_lamda[0] = 1 / (newvar[0] * 1.4142136)
    [all...]
avcenc_lib.h 526 void InitHTFM(VideoEncData *encvid, HTFM_Stat *htfm_stat, double *newvar, int *collect);
527 void UpdateHTFM(AVCEncObject *encvid, double *newvar, double *exp_lamda, HTFM_Stat *htfm_stat);
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
motion_est.cpp 170 double newvar[16]; local
232 InitHTFM(video, &htfm_stat, newvar, &collect);
524 UpdateHTFM(video, newvar, exp_lamda, &htfm_stat);
534 void InitHTFM(VideoEncData *video, HTFM_Stat *htfm_stat, double *newvar, Int *collect)
557 newvar[i] = 0.0;
619 void UpdateHTFM(VideoEncData *video, double *newvar, double *exp_lamda, HTFM_Stat *htfm_stat)
624 newvar[0] = (double)(htfm_stat->abs_dif_mad_avg) / (htfm_stat->countbreak * 16.);
626 if (newvar[0] < 0.001)
628 newvar[0] = 0.001; /* to prevent floating overflow */
630 exp_lamda[0] = 1 / (newvar[0] * 1.4142136)
    [all...]
mp4enc_lib.h 119 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);
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.sat4j.pb_2.3.5.v201308161310.jar 
org.sat4j.core_2.3.5.v201308161310.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.sat4j.pb_2.3.5.v20130525.jar 
org.sat4j.core_2.3.5.v20130525.jar 
  /external/chromium_org/third_party/yasm/source/patched-yasm/
configure     [all...]
  /external/chromium_org/third_party/opus/src/
configure     [all...]
  /external/libedit/
configure     [all...]
  /external/libopus/
configure     [all...]
  /external/bison/
configure     [all...]

Completed in 1488 milliseconds