Searched refs:u1_tmp_lx (Results 1 – 3 of 3) sorted by relevance
928 UWORD8 u1_lx, u1_lx_start, u1_lxend, u1_tmp_lx; in ih264d_mv_pred_ref_tfr_nby2_bmb() local1094 u1_tmp_lx = (u1_lx << 1); in ih264d_mv_pred_ref_tfr_nby2_bmb()1096 i2_mv_x = ps_mv_nmb->i2_mv[u1_tmp_lx]; in ih264d_mv_pred_ref_tfr_nby2_bmb()1097 i2_mv_y = ps_mv_nmb->i2_mv[u1_tmp_lx + 1]; in ih264d_mv_pred_ref_tfr_nby2_bmb()1099 i2_mv_x += s_mvPred.i2_mv[u1_tmp_lx]; in ih264d_mv_pred_ref_tfr_nby2_bmb()1100 i2_mv_y += s_mvPred.i2_mv[u1_tmp_lx + 1]; in ih264d_mv_pred_ref_tfr_nby2_bmb()1101 s_mvPred.i2_mv[u1_tmp_lx] = i2_mv_x; in ih264d_mv_pred_ref_tfr_nby2_bmb()1102 s_mvPred.i2_mv[u1_tmp_lx + 1] = i2_mv_y; in ih264d_mv_pred_ref_tfr_nby2_bmb()
276 UWORD8 u1_lx, u1_lx_start, u1_lxend, u1_tmp_lx; in isvcd_mv_pred_ref_tfr_nby2_ebmb() local488 u1_tmp_lx = (u1_lx << 1); in isvcd_mv_pred_ref_tfr_nby2_ebmb()504 i2_mv_x = ps_mv_nmb->i2_mv[u1_tmp_lx]; in isvcd_mv_pred_ref_tfr_nby2_ebmb()505 i2_mv_y = ps_mv_nmb->i2_mv[u1_tmp_lx + 1]; in isvcd_mv_pred_ref_tfr_nby2_ebmb()507 i2_mv_x += s_mvPred.i2_mv[u1_tmp_lx]; in isvcd_mv_pred_ref_tfr_nby2_ebmb()508 i2_mv_y += s_mvPred.i2_mv[u1_tmp_lx + 1]; in isvcd_mv_pred_ref_tfr_nby2_ebmb()510 s_mvPred.i2_mv[u1_tmp_lx] = i2_mv_x; in isvcd_mv_pred_ref_tfr_nby2_ebmb()511 s_mvPred.i2_mv[u1_tmp_lx + 1] = i2_mv_y; in isvcd_mv_pred_ref_tfr_nby2_ebmb()515 i2_mv_x = s_mvPred.i2_mv[u1_tmp_lx]; in isvcd_mv_pred_ref_tfr_nby2_ebmb()516 i2_mv_y = s_mvPred.i2_mv[u1_tmp_lx + 1]; in isvcd_mv_pred_ref_tfr_nby2_ebmb()
83 UWORD8 u1_tmp_lx = (u1_lx << 1); in isvcd_retrive_infer_mode_mv() local88 ps_mvpred->i2_mv[u1_tmp_lx] = ps_motion_pred->i2_mv[u1_tmp_lx]; in isvcd_retrive_infer_mode_mv()89 ps_mvpred->i2_mv[u1_tmp_lx + 1] = ps_motion_pred->i2_mv[u1_tmp_lx + 1]; in isvcd_retrive_infer_mode_mv()