HomeSort by relevance Sort by last modified time
    Searched refs:s_mvPred (Results 1 - 4 of 4) sorted by null

  /external/libavc/decoder/
ih264d_process_pslice.c 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
    [all...]
ih264d_mvpred.c     [all...]
ih264d_parse_bslice.c     [all...]
ih264d_parse_islice.c     [all...]

Completed in 181 milliseconds