Searched refs:hme_get_range (Results 1 – 7 of 7) sorted by relevance
1026 hme_get_range(mvdx1) + hme_get_range(mvdy1) + (mvdx1 > 0) + (mvdy1 > 0) + ref_bits + 2; in compute_mv_cost_explicit()1031 hme_get_range(mvdx2) + hme_get_range(mvdy2) + (mvdx2 > 0) + (mvdy2 > 0) + ref_bits + 2; in compute_mv_cost_explicit()1092 cost = (2 * hme_get_range(ABS(mvx)) - 1) + (2 * hme_get_range(ABS(mvy)) - 1) + i4_search_idx; in compute_mv_cost_coarse_high_speed()1141 cost = hme_get_range(mvdx1) + hme_get_range(mvdy1) + (mvdx1 > 0) + (mvdy1 > 0) + ref_bits + 2; in compute_mv_cost_explicit_refine()1290 cost = 2 * hme_get_range(mvdx1) + 2 * hme_get_range(mvdy1) + 2 * (mvdx1 > 0) + in compute_mv_cost_implicit()1295 cost = 2 * hme_get_range(mvdx2) + 2 * hme_get_range(mvdy2) + 2 * (mvdx2 > 0) + in compute_mv_cost_implicit()1394 hme_get_range(mvdx1) + hme_get_range(mvdy1) + (mvdx1 > 0) + (mvdy1 > 0) + ref_bits + 2; in compute_mv_cost_implicit_high_speed()1399 hme_get_range(mvdx2) + hme_get_range(mvdy2) + (mvdx2 > 0) + (mvdy2 > 0) + ref_bits + 2; in compute_mv_cost_implicit_high_speed()1433 cost = hme_get_range(mvdx1) + hme_get_range(mvdy1) + (mvdx1 > 0) + (mvdy1 > 0) + ref_bits + 2; in compute_mv_cost_implicit_high_speed_modified()2219 i4_mv_cost = hme_get_range(mvdx1) + hme_get_range(mvdy1) + (mvdx1 > 0) + in hme_calc_sad_and_2_best_results()[all …]
82 static INLINE S32 hme_get_range(U32 u4_num) in hme_get_range() function
344 CU_SIZE_T e_cu_size = (CU_SIZE_T)(hme_get_range(ps_prms->i4_blk_wd) - 4); in hme_evalsad_grid_pu_MxM()
503 (2 * hme_get_range(ABS(mvx)) - 1) + (2 * hme_get_range(ABS(mvy)) - 1) + i1_ref_idx; in hme_combine_4x4_sads_and_compute_cost_high_speed()
237 i4_range = (hme_get_range(i4_val - 1)) + 1; in hme_init_histogram()
10377 i4_satd = pf_err_compute[hme_get_range(u1_cu_size) - 4]( in ihevce_determine_tu_tree_distribution()
543 i4_mv_cost = hme_get_range(mvdx1) + hme_get_range(mvdy1) + (mvdx1 > 0) + (mvdy1 > 0) + in hme_calc_sad_and_1_best_result_neon()