Home | History | Annotate | Download | only in decoder

Lines Matching refs:ps_dec

43 #define PS_DEC_ALIGNED_FREE(ps_dec, y) \
44 if(y) {ps_dec->pf_aligned_free(ps_dec->pv_mem_ctxt, ((void *)y)); (y) = NULL;}
45 void pad_frm_buff_vert(dec_struct_t *ps_dec);
58 WORD32 ih264d_end_of_pic_processing(dec_struct_t * ps_dec);
60 WORD32 ih264d_init_pic(dec_struct_t *ps_dec,
65 WORD32 ih264d_end_of_pic_processing(dec_struct_t * ps_dec);
76 void ih264d_release_display_bufs(dec_struct_t *ps_dec);
77 WORD32 ih264d_assign_display_seq(dec_struct_t *ps_dec);
78 void ih264d_assign_pic_num(dec_struct_t *ps_dec);
84 WORD32 ih264d_update_qp(dec_struct_t * ps_dec, const WORD8 i1_qp);
85 WORD32 ih264d_decode_gaps_in_frame_num(dec_struct_t *ps_dec,
88 WORD32 ih264d_get_next_display_field(dec_struct_t * ps_dec,
92 void ih264d_release_display_field(dec_struct_t *ps_dec,
101 WORD16 ih264d_free_dynamic_bufs(dec_struct_t * ps_dec);