Home
last modified time | relevance | path

Searched refs:i2_max (Results 1 – 4 of 4) sorted by relevance

/external/libhevc/encoder/
Dhme_common_utils.c63 S16 i2_max, i2_min; in median4_s16() local
65 i2_max = MAX(i2_n1, i2_n2); in median4_s16()
66 i2_max = MAX(i2_max, i2_n3); in median4_s16()
67 i2_max = MAX(i2_max, i2_n4); in median4_s16()
73 return ((S16)((i2_n1 + i2_n2 + i2_n3 + i2_n4 - i2_max - i2_min) >> 1)); in median4_s16()
Dihevce_coarse_me_pass.c1044 S16 i2_max; in ihevce_coarse_me_frame_init() local
1048 i2_max = ps_thrd0_ctxt->ps_curr_descr->aps_layers[layer_id]->i2_max_mv_x; in ihevce_coarse_me_frame_init()
1049 i2_max = MAX(i2_max, ps_thrd0_ctxt->ps_curr_descr->aps_layers[layer_id]->i2_max_mv_y); in ihevce_coarse_me_frame_init()
1063 s_coarse_prms.i4_max_iters = i2_max >> log_start_step; in ihevce_coarse_me_frame_init()
Dihevce_me_pass.c1396 S16 i2_max; in ihevce_me_frame_init() local
1400 i2_max = ps_ctxt->ps_curr_descr->aps_layers[layer_id]->i2_max_mv_x; in ihevce_me_frame_init()
1401 i2_max = MAX(i2_max, ps_ctxt->ps_curr_descr->aps_layers[layer_id]->i2_max_mv_y); in ihevce_me_frame_init()
Dhme_interface.c4561 S16 i2_max; in hme_coarse_process_frm() local
4574 i2_max = ps_ctxt->ps_curr_descr->aps_layers[layer_id]->i2_max_mv_x; in hme_coarse_process_frm()
4575 i2_max = MAX(i2_max, ps_ctxt->ps_curr_descr->aps_layers[layer_id]->i2_max_mv_y); in hme_coarse_process_frm()
4589 s_coarse_prms.i4_max_iters = i2_max >> log_start_step; in hme_coarse_process_frm()