Searched refs:ihevce_scale_mv (Results 1 – 3 of 3) sorted by relevance
/external/libhevc/encoder/ |
D | ihevce_common_utils.h | 180 void ihevce_scale_mv(mv_t *ps_mv, WORD32 i4_poc_to, WORD32 i4_poc_from, WORD32 i4_curr_poc);
|
D | ihevce_mv_pred.c | 384 ihevce_scale_mv(&ps_mv[l_x], cur_ref_poc, nbr_ref_poc, cur_poc); in ihevce_mv_pred() 593 ihevce_scale_mv(&ps_mv[l_x], cur_ref_poc, nbr_ref_poc, cur_poc); in ihevce_mv_pred()
|
D | ihevce_common_utils.c | 608 void ihevce_scale_mv(mv_t *ps_mv, WORD32 i4_poc_to, WORD32 i4_poc_from, WORD32 i4_curr_poc) in ihevce_scale_mv() function
|