Home | History | Annotate | Download | only in decoder

Lines Matching refs:s_mvPred

1035                     mv_pred_t s_mvPred;
1060 s_mvPred.i2_mv[2] = 0;
1061 s_mvPred.i2_mv[3] = 0;
1066 s_mvPred.i2_mv[0] = 0;
1067 s_mvPred.i2_mv[1] = 0;
1072 s_mvPred.i1_ref_frame[0] = pi1_ref_idx0[u1_blk_no];
1073 s_mvPred.i1_ref_frame[1] = pi1_ref_idx1[u1_blk_no];
1076 &s_mvPred, u1_sub_mb_num, u1_wd,
1092 i1_ref_idx = s_mvPred.i1_ref_frame[u1_lx];
1098 i2_mv_x += s_mvPred.i2_mv[u1_tmp_lx];
1099 i2_mv_y += s_mvPred.i2_mv[u1_tmp_lx + 1];
1100 s_mvPred.i2_mv[u1_tmp_lx] = i2_mv_x;
1101 s_mvPred.i2_mv[u1_tmp_lx + 1] = i2_mv_y;
1118 s_mvPred.u1_col_ref_pic_idx =
1120 s_mvPred.u1_pic_type = ps_ref_frame->u1_pic_type;
1152 ih264d_rep_mv_colz(ps_dec, &s_mvPred, ps_mv_nmb,
1162 mv_pred_t s_mvPred =
1167 ih264d_rep_mv_colz(ps_dec, &s_mvPred, ps_mv_nmb_start, 0,