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

  /external/libavc/decoder/
ih264d_inter_pred.c 207 tfr_ctxt_t *ps_frame_buf; local
230 ps_frame_buf = &ps_dec->s_tran_addrecon;
286 pu1_rec = ps_frame_buf->pu1_dest_y + i2_rec_y * u2_rec_wd
382 ps_pred->pu1_rec_y_u = ps_frame_buf->pu1_dest_u + i4_rec_offset;
383 ps_pred->u1_pi1_wt_ofst_rec_v = ps_frame_buf->pu1_dest_v
486 tfr_ctxt_t *ps_frame_buf; local
546 ps_frame_buf = &ps_dec->s_tran_addrecon;
642 pu1_rec = ps_frame_buf->pu1_dest_y + i2_rec_y * u2_rec_wd
794 ps_pred->pu1_rec_y_u = ps_frame_buf->pu1_dest_u + i4_rec_offset;
795 ps_pred->u1_pi1_wt_ofst_rec_v = ps_frame_buf->pu1_dest_
    [all...]
ih264d_parse_islice.c 1212 tfr_ctxt_t *ps_frame_buf; local
    [all...]
ih264d_process_pslice.c 544 tfr_ctxt_t *ps_frame_buf = ps_dec->ps_frame_buf_ip_recon; local
555 pu1_rec_y = ps_frame_buf->pu1_dest_y + (u4_num_pmbair << 4);
557 ps_frame_buf->pu1_dest_u
559 pu1_rec_v = ps_frame_buf->pu1_dest_v + (u4_num_pmbair << 3);
    [all...]
ih264d_process_intra_mb.c 754 tfr_ctxt_t *ps_frame_buf = ps_dec->ps_frame_buf_ip_recon; local
825 pu1_luma_rec_buffer = ps_frame_buf->pu1_dest_y + (u4_num_pmbair << 4);
826 pu1_mb_cb_rei1_buffer = ps_frame_buf->pu1_dest_u
828 pu1_mb_cr_rei1_buffer = ps_frame_buf->pu1_dest_v + (u4_num_pmbair << 3);
    [all...]

Completed in 212 milliseconds