Home | History | Annotate | Download | only in encoder

Lines Matching refs:CLIP

1353         /* Step 4: Clip the bits allocated based on
1369 CLIP(
1538 /*This clip is added to prevent the change in qp close to scene cuts i.e even though the buffer
1687 /* Clip the frame qp within Min and Max QP */
3250 CLIP(f_weigh_factor, 1.0f, 1.0f / MULT_FACTOR_SATD);
3252 CLIP(min_scd_qscale, max_scd_q_scale, 1);
3332 CLIP(min_error_q_scale, (WORD32)(max_scd_q_scale + 0.5), (WORD32)(min_scd_qscale + .5));
3935 CLIP(i4_num_temporal_layers, 3, 0);
4104 CLIP(f_hme_sad_per_pixel, ps_rate_control_api->f_max_hme_sad_per_pixel, 0.01f);