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

  /external/libhevc/decoder/
ihevcd_parse_slice.h 41 IHEVCD_ERROR_T ihevcd_parse_mvd(codec_t *ps_codec, mv_t *ps_mv);
ihevcd_mv_pred.h 52 void ihevcd_scale_mv(mv_t *ps_mv,
ihevcd_mv_pred.c 103 void ihevcd_scale_mv(mv_t *ps_mv,
122 mvx = ps_mv->i2_mvx;
123 mvy = ps_mv->i2_mvy;
130 ps_mv->i2_mvx = CLIP_S16(mvx);
131 ps_mv->i2_mvy = CLIP_S16(mvy);
164 void ihevcd_scale_collocated_mv(mv_t *ps_mv,
182 mvx = ps_mv->i2_mvx;
183 mvy = ps_mv->i2_mvy;
190 ps_mv->i2_mvx = CLIP_S16(mvx);
191 ps_mv->i2_mvy = CLIP_S16(mvy)
    [all...]
ihevcd_mv_merge.h 106 void ihevcd_scale_collocated_mv(mv_t *ps_mv,
ihevcd_parse_slice.c 434 IHEVCD_ERROR_T ihevcd_parse_mvd(codec_t *ps_codec, mv_t *ps_mv)
491 ps_mv->i2_mvx = abs_mvd;
511 ps_mv->i2_mvy = abs_mvd;
    [all...]
  /external/libavc/decoder/
ih264d_parse_mb_header.h 81 mv_pred_t *ps_mv);
ih264d_process_bslice.c 76 mv_pred_t s_mv_pred, *ps_mv; local
334 ps_mv = ps_mv_nmb_start + u1_sub_mb_num;
335 ih264d_rep_mv_colz(ps_dec, &s_temp_mv_pred, ps_mv, u1_sub_mb_num, u1_colz,
552 ps_mv = ps_mv_nmb_start + u1_sub_mb_num;
553 ih264d_rep_mv_colz(ps_dec, &s_temp_mv_pred, ps_mv, u1_sub_mb_num, u1_colz,
588 mv_pred_t *ps_mv, s_temp_mv_pred; local
619 ps_mv = ps_col_pic->ps_mv + s_mvdirect.i4_mv_indices[i];
633 c_refFrm0 = ps_mv->i1_ref_frame[0];
634 c_refFrm1 = ps_mv->i1_ref_frame[1]
811 mv_pred_t *ps_mv; local
    [all...]
ih264d_mvpred.h 75 mv_pred_t *ps_mv; /** Ptr to the Mv bank */ member in struct:__anon22103
ih264d_parse_slice.c 440 ps_cur_pic->ps_mv = (mv_pred_t *)ps_col_mv->pv_mv;
499 ps_cur_pic->ps_mv = (mv_pred_t *)ps_col_mv->pv_mv;
533 ps_dec->s_cur_pic.ps_mv +=
560 ps_dec->ps_mv_cur = ps_dec->s_cur_pic.ps_mv;
566 ps_dec->ps_mv_left = ps_dec->s_cur_pic.ps_mv;
572 ps_dec->ps_mv = ps_dec->s_cur_pic.ps_mv;
573 ps_dec->ps_mv_bank_cur = ps_dec->s_cur_pic.ps_mv;
    [all...]
ih264d_parse_bslice.c 286 mv_pred_t * ps_mv; local
288 ps_mv = ps_mv_start + u1_sub_mb_num;
370 ps_mv->i2_mv[u1_b2] = i2_mvx;
371 ps_mv->i2_mv[u1_b2 + 1] = i2_mvy;
583 mv_pred_t *ps_mv; local
585 ps_mv = ps_mv_start + u1_sub_mb_num;
604 ps_mv);
    [all...]
ih264d_parse_pslice.c 217 mv_pred_t * ps_mv, *ps_mv_start = ps_dec->ps_mv_cur + (u1_mb_num << 4); local
263 ps_mv = ps_mv_start + u1_sub_mb_num;
309 ps_mv->i2_mv[0] = i2_mvx;
310 ps_mv->i2_mv[1] = i2_mvy;
634 mv_pred_t * ps_mv; local
637 ps_mv = ps_mv_start + u1_sub_mb_num;
650 u1_mb_part_height, 1, ps_dec, ps_mv);
    [all...]
ih264d_utils.c 2260 mv_pred_t *ps_mv; local
    [all...]
ih264d_parse_mb_header.c     [all...]
ih264d_structs.h 176 mv_pred_t *ps_mv; /** Pointer to the MV bank array */ member in struct:pic_buffer_t
785 mv_pred_t *ps_mv; /** Pointer to the MV bank array */ member in struct:_DecStruct
    [all...]
ih264d_thread_compute_bs.c 121 ps_cur_mv_pred = ps_dec->s_cur_pic.ps_mv + (u4_mb_num << 4);

Completed in 265 milliseconds