Home
last modified time | relevance | path

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

/external/libhevc/decoder/
Dihevcd_mv_pred.c378 WORD32 part_wd; in ihevcd_mv_pred() local
420 part_wd = (ps_pu->b4_wd + 1) << 2; in ihevcd_mv_pred()
520 x_b0 = (part_pos_x + part_wd); in ihevcd_mv_pred()
521 x_b1 = (part_pos_x + part_wd - 1); in ihevcd_mv_pred()
678 x_col = part_pos_x + part_wd; in ihevcd_mv_pred()
693 x_col = part_pos_x + (part_wd >> 1); in ihevcd_mv_pred()
Dihevcd_mv_merge.c469 WORD32 part_wd, in ihevcd_mv_merge() argument
576 nbr_x = part_pos_x + part_wd - 1; in ihevcd_mv_merge()
628 nbr_x = part_pos_x + part_wd; in ihevcd_mv_merge()
776 x_col = part_pos_x + part_wd; in ihevcd_mv_merge()
792 x_col = part_pos_x + (part_wd >> 1); in ihevcd_mv_merge()
Dihevcd_mv_merge.h88 WORD32 part_wd,