Home | History | Annotate | Download | only in encoder

Lines Matching defs:frm_qstep

557     WORD32 frm_qstep = ps_ctxt->i4_frame_qstep;
598 intra_cost_ol = ps_cur_ipe_ctb->i4_best64x64_intra_cost - frm_qstep * 256;
600 intra_noise_cl_est = (frm_qstep * frm_qstep_multiplier) + (intra_cost_ol >> 4);
602 intra_noise_cl_est = MIN(intra_noise_cl_est, (frm_qstep * 16)) * 16;
610 intra_cost_ol = ps_cur_ipe_ctb->ai4_best32x32_intra_cost[i4_32x32_id] - frm_qstep * 64;
612 intra_noise_cl_est = (frm_qstep * frm_qstep_multiplier) + (intra_cost_ol >> 4);
614 intra_noise_cl_est = MIN(intra_noise_cl_est, (frm_qstep * 16)) * 4;
624 frm_qstep * 16;
626 intra_noise_cl_est = (frm_qstep * frm_qstep_multiplier) + (intra_cost_ol >> 4);
628 intra_noise_cl_est = MIN(intra_noise_cl_est, (frm_qstep * 16));
637 ps_cur_ipe_ctb->ai4_best8x8_intra_cost[(u1_x_off >> 3) + u1_y_off] - frm_qstep * 4;
639 intra_noise_cl_est = (frm_qstep * frm_qstep_multiplier) + (intra_cost_ol >> 4);
641 intra_noise_cl_est = MIN(intra_noise_cl_est, (frm_qstep * 16)) >> 2;
743 -3.346 * log((float)frm_qstep) + 15.925;*/