Lines Matching defs:ps_dec
530 WORD32 ih264d_end_of_pic_processing(dec_struct_t *ps_dec) in ih264d_end_of_pic_processing()
736 WORD32 ih264d_init_dec_mb_grp(dec_struct_t *ps_dec) in ih264d_init_dec_mb_grp()
771 WORD32 ih264d_init_pic(dec_struct_t *ps_dec, in ih264d_init_pic()
976 WORD32 ih264d_get_next_display_field(dec_struct_t * ps_dec, in ih264d_get_next_display_field()
1201 void ih264d_release_display_field(dec_struct_t *ps_dec, in ih264d_release_display_field()
1273 WORD32 ih264d_assign_display_seq(dec_struct_t *ps_dec) in ih264d_assign_display_seq()
1349 void ih264d_release_display_bufs(dec_struct_t *ps_dec) in ih264d_release_display_bufs()
1439 void ih264d_assign_pic_num(dec_struct_t *ps_dec) in ih264d_assign_pic_num()
1529 WORD32 ih264d_update_qp(dec_struct_t * ps_dec, const WORD8 i1_qp) in ih264d_update_qp()
1579 WORD32 ih264d_decode_gaps_in_frame_num(dec_struct_t *ps_dec, in ih264d_decode_gaps_in_frame_num()
1749 dec_struct_t *ps_dec) in ih264d_create_pic_buffers()
1902 WORD16 ih264d_allocate_dynamic_bufs(dec_struct_t * ps_dec) in ih264d_allocate_dynamic_bufs()
2286 WORD16 ih264d_free_dynamic_bufs(dec_struct_t * ps_dec) in ih264d_free_dynamic_bufs()
2380 dec_struct_t *ps_dec = (dec_struct_t *)pv_dec; in ih264d_create_mv_bank() local