Lines Matching defs:ps_dec
480 WORD32 ih264d_end_of_pic_processing(dec_struct_t *ps_dec) in ih264d_end_of_pic_processing()
683 WORD32 ih264d_init_dec_mb_grp(dec_struct_t *ps_dec) in ih264d_init_dec_mb_grp()
718 WORD32 ih264d_init_pic(dec_struct_t *ps_dec, in ih264d_init_pic()
923 WORD32 ih264d_get_next_display_field(dec_struct_t * ps_dec, in ih264d_get_next_display_field()
1145 void ih264d_release_display_field(dec_struct_t *ps_dec, in ih264d_release_display_field()
1217 WORD32 ih264d_assign_display_seq(dec_struct_t *ps_dec) in ih264d_assign_display_seq()
1293 void ih264d_release_display_bufs(dec_struct_t *ps_dec) in ih264d_release_display_bufs()
1383 void ih264d_assign_pic_num(dec_struct_t *ps_dec) in ih264d_assign_pic_num()
1473 WORD32 ih264d_update_qp(dec_struct_t * ps_dec, const WORD8 i1_qp) in ih264d_update_qp()
1523 WORD32 ih264d_decode_gaps_in_frame_num(dec_struct_t *ps_dec, in ih264d_decode_gaps_in_frame_num()
1684 dec_struct_t *ps_dec) in ih264d_create_pic_buffers()
1837 WORD16 ih264d_allocate_dynamic_bufs(dec_struct_t * ps_dec) in ih264d_allocate_dynamic_bufs()
2205 WORD16 ih264d_free_dynamic_bufs(dec_struct_t * ps_dec) in ih264d_free_dynamic_bufs()
2292 dec_struct_t *ps_dec = (dec_struct_t *)pv_dec; in ih264d_create_mv_bank() local