/frameworks/av/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 | 50 qstep(JNIEnv *env, jobject thiz) { function 64 {"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 },
|
/gdk/samples/quake/jni/ |
masterMain.cpp | 84 qstep(JNIEnv *env, jobject thiz, jint width, jint height) { function 209 {"step", "(II)Z", (void*)qstep },
|
/external/libvpx/vp8/encoder/ |
onyx_if.c | [all...] |