• Home
  • Raw
  • Download

Lines Matching refs:lambda_q_shift

611     S32 lambda_q_shift,  in hme_init_pred_ctxt_no_encode()  argument
624 ps_pred_ctxt->lambda_q_shift = lambda_q_shift; in hme_init_pred_ctxt_no_encode()
773 S32 lambda_q_shift, in hme_init_pred_ctxt_encode() argument
798 ps_pred_ctxt->lambda_q_shift = lambda_q_shift; in hme_init_pred_ctxt_encode()
1034 S32 rnd = 1 << (ps_pred_ctxt->lambda_q_shift - 1); in compute_mv_cost_explicit()
1035 return ((cost * ps_pred_ctxt->lambda + rnd) >> ps_pred_ctxt->lambda_q_shift); in compute_mv_cost_explicit()
1095 rnd = 1 << (ps_pred_ctxt->lambda_q_shift - 1); in compute_mv_cost_coarse_high_speed()
1096 cost = (cost * ps_pred_ctxt->lambda + rnd) >> ps_pred_ctxt->lambda_q_shift; in compute_mv_cost_coarse_high_speed()
1144 S32 rnd = 1 << (ps_pred_ctxt->lambda_q_shift - 1); in compute_mv_cost_explicit_refine()
1145 return ((cost * ps_pred_ctxt->lambda + rnd) >> ps_pred_ctxt->lambda_q_shift); in compute_mv_cost_explicit_refine()
1300 S32 rnd = 1 << (ps_pred_ctxt->lambda_q_shift); in compute_mv_cost_implicit()
1304 return ((tot_cost + rnd) >> (ps_pred_ctxt->lambda_q_shift + 1)); in compute_mv_cost_implicit()
1403 S32 rnd = 1 << (ps_pred_ctxt->lambda_q_shift - 1); in compute_mv_cost_implicit_high_speed()
1406 return ((tot_cost + rnd) >> (ps_pred_ctxt->lambda_q_shift)); in compute_mv_cost_implicit_high_speed()
1436 S32 rnd = 1 << (ps_pred_ctxt->lambda_q_shift - 1); in compute_mv_cost_implicit_high_speed_modified()
1437 return ((cost * ps_pred_ctxt->lambda + rnd) >> ps_pred_ctxt->lambda_q_shift); in compute_mv_cost_implicit_high_speed_modified()
2204 S32 lambda_q_shift = ps_pred_ctxt->lambda_q_shift; in hme_calc_sad_and_2_best_results() local
2206 S32 rnd = 1 << (lambda_q_shift - 1); in hme_calc_sad_and_2_best_results()
2224 i4_mv_cost >>= lambda_q_shift; in hme_calc_sad_and_2_best_results()
2657 S32 lambda_q_shift = ps_pred_ctxt->lambda_q_shift; in hme_calc_stim_injected_sad_and_2_best_results() local
2659 S32 rnd = 1 << (lambda_q_shift - 1); in hme_calc_stim_injected_sad_and_2_best_results()
2677 i4_mv_cost >>= lambda_q_shift; in hme_calc_stim_injected_sad_and_2_best_results()
2980 S32 lambda_q_shift = ps_pred_ctxt->lambda_q_shift; in hme_calc_sad_and_1_best_result() local
2982 S32 rnd = 1 << (lambda_q_shift - 1); in hme_calc_sad_and_1_best_result()
3000 i4_mv_cost >>= lambda_q_shift; in hme_calc_sad_and_1_best_result()
3233 S32 lambda_q_shift = ps_pred_ctxt->lambda_q_shift; in hme_calc_stim_injected_sad_and_1_best_result() local
3235 S32 rnd = 1 << (lambda_q_shift - 1); in hme_calc_stim_injected_sad_and_1_best_result()
3253 i4_mv_cost >>= lambda_q_shift; in hme_calc_stim_injected_sad_and_1_best_result()