Lines Matching defs:ps_dec
450 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()
722 WORD32 ih264d_init_pic(dec_struct_t *ps_dec, in ih264d_init_pic()
928 WORD32 ih264d_get_next_display_field(dec_struct_t * ps_dec, in ih264d_get_next_display_field()
1147 void ih264d_release_display_field(dec_struct_t *ps_dec, in ih264d_release_display_field()
1219 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()
1378 void ih264d_assign_pic_num(dec_struct_t *ps_dec) in ih264d_assign_pic_num()
1468 WORD32 ih264d_update_qp(dec_struct_t * ps_dec, const WORD8 i1_qp) in ih264d_update_qp()
1518 WORD32 ih264d_decode_gaps_in_frame_num(dec_struct_t *ps_dec, in ih264d_decode_gaps_in_frame_num()
1678 dec_struct_t *ps_dec) in ih264d_create_pic_buffers()
1831 WORD16 ih264d_allocate_dynamic_bufs(dec_struct_t * ps_dec) in ih264d_allocate_dynamic_bufs()
2189 WORD16 ih264d_free_dynamic_bufs(dec_struct_t * ps_dec) in ih264d_free_dynamic_bufs()
2276 dec_struct_t *ps_dec = (dec_struct_t *)pv_dec; in ih264d_create_mv_bank() local