HomeSort by relevance Sort by last modified time
    Searched full:qstep (Results 1 - 4 of 4) sorted by null

  /frameworks/base/media/libstagefright/codecs/avc/enc/src/
rate_control.cpp 30 int Qstep2QP(double Qstep);
411 OsclFloat Qstep, prev_QP = 0.625;
483 Qstep = (int)(prev_RD / curr_RD + 0.5);
490 Qstep = (int)(prev_QP * (sqrt(prev_RD / curr_RD) + prev_RD / curr_RD) / 2.0 + 0.9); /* Quadratic and linear approximation */
492 Qstep = (int)(prev_QP * (sqrt(prev_RD / curr_RD) + pow(prev_RD / curr_RD, 1.0 / 3.0)) / 2.0 + 0.9);
501 rateCtrl->Qc = Qstep2QP(Qstep);
    [all...]
  /external/quake/quake/src/QW/client/
main.cpp 49 qstep(JNIEnv *env, jobject thiz) { function
63 {"step", "()V", (void*)qstep },
  /external/quake/quake/src/WinQuake/
masterMain.cpp 62 qstep(JNIEnv *env, jobject thiz, jint width, jint height) { function
79 {"step", "(II)Z", (void*)qstep },
  /external/libvpx/vp8/encoder/
onyx_if.c     [all...]

Completed in 522 milliseconds