Home
last modified time | relevance | path

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

/external/libavc/encoder/
Dih264e_me.c903 WORD32 rows_above, rows_below, columns_left, columns_right; in ih264e_compute_me_single_reflist() local
908 rows_below = (ps_proc->i4_ht_mbs - ps_proc->i4_mb_y) * MB_SIZE; in ih264e_compute_me_single_reflist()
919 ps_me_ctxt->i4_srch_range_s = MIN(rows_below, DEFAULT_MAX_SRCH_RANGE_Y >> 1); in ih264e_compute_me_single_reflist()
1810 WORD32 rows_above, rows_below, columns_left, columns_right; in ih264e_compute_me_multi_reflist() local
1815 rows_below = (ps_proc->i4_ht_mbs - ps_proc->i4_mb_y) * MB_SIZE; in ih264e_compute_me_multi_reflist()
1826 ps_me_ctxt->i4_srch_range_s = MIN(rows_below, DEFAULT_MAX_SRCH_RANGE_Y >> 1); in ih264e_compute_me_multi_reflist()