Searched refs:i2_max (Results 1 – 4 of 4) sorted by relevance
63 S16 i2_max, i2_min; in median4_s16() local65 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()
1044 S16 i2_max; in ihevce_coarse_me_frame_init() local1048 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()
1396 S16 i2_max; in ihevce_me_frame_init() local1400 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()
4561 S16 i2_max; in hme_coarse_process_frm() local4574 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()