Home | History | Annotate | Download | only in decoder

Lines Matching refs:s_mvPred

92         mv_pred_t s_mvPred;
93 mv_pred_t *ps_mv_pred = &s_mvPred;
181 s_mvPred.i2_mv[2] = -1;
182 s_mvPred.i2_mv[3] = -1;
183 s_mvPred.i1_ref_frame[0] = 0;
186 s_mvPred.u1_col_ref_pic_idx = ps_ref_frame->u1_mv_buf_id;
187 s_mvPred.u1_pic_type = ps_ref_frame->u1_pic_type;
191 ps_mv_ntop_start, &s_mvPred, 0, 4, 0, 1,
202 ih264d_fill_pred_info (s_mvPred.i2_mv,4,4,0,PRED_L0,ps_pred_pkd,ps_ref_frame->u1_pic_buf_id,
214 u1_colz = ((ABS(s_mvPred.i2_mv[0]) <= 1)
215 && (ABS(s_mvPred.i2_mv[1]) <= 1))
218 ih264d_rep_mv_colz(ps_dec, &s_mvPred, ps_mv_nmb_start, 0,
240 s_mvPred.i1_ref_frame[0] = i1_ref_idx;
247 &s_mvPred, u1_sub_mb_num, u1_wd, 0, 1,
251 i2_mv_x += s_mvPred.i2_mv[0];
252 i2_mv_y += s_mvPred.i2_mv[1];
253 s_mvPred.i2_mv[0] = i2_mv_x;
254 s_mvPred.i2_mv[1] = i2_mv_y;
275 ih264d_fill_pred_info (s_mvPred.i2_mv,u1_wd,u1_ht,u1_sub_mb_num,PRED_L0,ps_pred_pkd,
286 s_mvPred.u1_col_ref_pic_idx = ps_ref_frame->u1_mv_buf_id;
287 s_mvPred.u1_pic_type = ps_ref_frame->u1_pic_type;
302 ih264d_rep_mv_colz(ps_dec, &s_mvPred, ps_mv_nmb,
312 ih264d_rep_mv_colz(ps_dec, &s_mvPred, ps_mv_nmb_start, 0,