Home
last modified time | relevance | path

Searched refs:i4_step (Results 1 – 8 of 8) sorted by relevance

/external/libhevc/encoder/
Dhme_search_algo.c210 S32 i4_blk_wd, i4_blk_ht, i4_step, i4_candt, i4_iter; in hme_pred_search_square_stepn() local
297 i4_step = ps_search_prms->i4_start_step; in hme_pred_search_square_stepn()
320 i4_grid_mask &= hme_clamp_grid_by_mvrange(&s_search_node, i4_step, ps_range_prms); in hme_pred_search_square_stepn()
328 s_result_prms.i4_step = i4_step; in hme_pred_search_square_stepn()
329 s_err_prms.i4_step = i4_step; in hme_pred_search_square_stepn()
354 i4_step = 0; /* No further refinment */ in hme_pred_search_square_stepn()
355 s_result_prms.i4_step = i4_step; in hme_pred_search_square_stepn()
356 s_err_prms.i4_step = i4_step; in hme_pred_search_square_stepn()
387 s_search_node.s_mv.i2_mvx += (i4_step * gai1_grid_id_to_x[i4_min_id]); in hme_pred_search_square_stepn()
388 s_search_node.s_mv.i2_mvy += (i4_step * gai1_grid_id_to_y[i4_min_id]); in hme_pred_search_square_stepn()
[all …]
Dihevce_me_instr_set_router.c351 s_grid.grd_sz_y_x = ((ps_prms->i4_step << 16) | ps_prms->i4_step); in hme_evalsad_grid_pu_MxM()
Dhme_err_compute.c417 s_grid.grd_sz_y_x = ((ps_prms->i4_step << 16) | ps_prms->i4_step); in hme_evalsad_grid_pu_16x16()
444 S32 step = ps_prms->i4_step; in hme_evalsad_grid_npu_MxN()
1452 S32 i4_step = ps_result_prms->i4_step; in hme_update_results_grid_pu_bestn_xtreme_speed() local
1519 ps_search_node_grid->s_mv.i2_mvx += (S16)(i4_step * gai1_grid_id_to_x[i4_grid_pt]); in hme_update_results_grid_pu_bestn_xtreme_speed()
1520 ps_search_node_grid->s_mv.i2_mvy += (S16)(i4_step * gai1_grid_id_to_y[i4_grid_pt]); in hme_update_results_grid_pu_bestn_xtreme_speed()
1565 S32 i4_step = ps_result_prms->i4_step; in hme_update_results_grid_pu_bestn() local
1609 ps_search_node_grid->s_mv.i2_mvx += (S16)(i4_step * gai1_grid_id_to_x[i4_grid_pt]); in hme_update_results_grid_pu_bestn()
1610 ps_search_node_grid->s_mv.i2_mvy += (S16)(i4_step * gai1_grid_id_to_y[i4_grid_pt]); in hme_update_results_grid_pu_bestn()
1696 S32 i4_step = ps_result_prms->i4_step; in hme_update_results_grid_pu_bestn_no_encode() local
1747 ps_search_node_grid->s_mv.i2_mvx += (S16)(i4_step * gai1_grid_id_to_x[i4_grid_pt]); in hme_update_results_grid_pu_bestn_no_encode()
[all …]
Dhme_utils.h375 S32 hme_clamp_grid_by_mvrange(search_node_t *ps_search_node, S32 i4_step, range_prms_t *ps_mvrange);
Dhme_utils.c1075 S32 hme_clamp_grid_by_mvrange(search_node_t *ps_search_node, S32 i4_step, range_prms_t *ps_mvrange) in hme_clamp_grid_by_mvrange() argument
1078 if(ps_search_node->s_mv.i2_mvx + i4_step >= ps_mvrange->i2_max_x) in hme_clamp_grid_by_mvrange()
1082 if(ps_search_node->s_mv.i2_mvx - i4_step < ps_mvrange->i2_min_x) in hme_clamp_grid_by_mvrange()
1086 if(ps_search_node->s_mv.i2_mvy + i4_step >= ps_mvrange->i2_max_y) in hme_clamp_grid_by_mvrange()
1090 if(ps_search_node->s_mv.i2_mvy - i4_step < ps_mvrange->i2_min_y) in hme_clamp_grid_by_mvrange()
5416 s_err_prms.i4_step = 1; in ihevce_16x16block_temporal_noise_detect()
Dhme_defs.h2037 S32 i4_step; member
2167 S32 i4_step; member
Dhme_refine.c837 s_err_prms.i4_step = 1; in hme_pick_eval_merge_candts()
/external/libhevc/encoder/arm/
Dihevce_me_neon.c418 S32 x_off = ps_prms->i4_step; in hme_evalsad_grid_npu_MxN_neon()
419 S32 y_off = ps_prms->i4_step * ps_prms->i4_ref_stride; in hme_evalsad_grid_npu_MxN_neon()