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

  /external/libavc/decoder/
ih264d_mvpred.h 99 mv_pred_t *ps_mv_nmb,
107 mv_pred_t *ps_mv_nmb,
114 mv_pred_t *ps_mv_nmb,
125 mv_pred_t *ps_mv_nmb,
136 mv_pred_t *ps_mv_nmb,
ih264d_mvpred.c 146 mv_pred_t *ps_mv_nmb,
175 ps_mv_pred[LEFT] = (ps_mv_nmb - 1);
184 ps_mv_nmb :
212 ps_mv_pred[TOP] = ps_mv_nmb - 4;
337 mv_pred_t *ps_mv_nmb,
356 ps_mv_pred[LEFT] = (ps_mv_nmb - 1);
362 ps_mv_pred[LEFT] = (ps_mv_nmb - 13);
370 ps_mv_ntop = ps_mv_nmb - 4;
414 ps_mv_pred[TOP_R] = (ps_mv_nmb - 17);
460 mv_pred_t *ps_mv_nmb,
    [all...]
ih264d_process_pslice.c 76 mv_pred_t *ps_mv_nmb, *ps_mv_nmb_start, *ps_mv_ntop, *ps_mv_ntop_start; local
233 ps_mv_nmb = ps_mv_nmb_start + u1_sub_mb_num;
246 ps_dec->pf_mvpred(ps_dec, ps_cur_mb_info, ps_mv_nmb, ps_mv_ntop,
249 i2_mv_x = ps_mv_nmb->i2_mv[0];
250 i2_mv_y = ps_mv_nmb->i2_mv[1];
302 ih264d_rep_mv_colz(ps_dec, &s_mvPred, ps_mv_nmb,
    [all...]
ih264d_parse_bslice.c 890 mv_pred_t *ps_mv_nmb, *ps_mv_nmb_start, *ps_mv_ntop, *ps_mv_ntop_start; local
    [all...]
ih264d_structs.h     [all...]

Completed in 119 milliseconds