Lines Matching refs:ps_pps
166 dec_pic_params_t *ps_pps) in ih264d_start_of_pic() argument
176 dec_seq_params_t *ps_seq = ps_pps->ps_sps; in ih264d_start_of_pic()
341 ret = ih264d_init_pic(ps_dec, u2_frame_num, i4_poc, ps_pps); in ih264d_start_of_pic()
518 ps_dec->ps_cur_pic->i4_top_field_order_cnt = ps_pps->i4_top_field_order_cnt; in ih264d_start_of_pic()
520 ps_pps->i4_bottom_field_order_cnt; in ih264d_start_of_pic()
521 ps_dec->ps_cur_pic->i4_avg_poc = ps_pps->i4_avg_poc; in ih264d_start_of_pic()
679 || (ps_pps->i4_pic_scaling_matrix_present_flag)) in ih264d_start_of_pic()
681 ih264d_form_scaling_matrix_picture(ps_seq, ps_pps, ps_dec); in ih264d_start_of_pic()
689 if(ps_pps->i4_transform_8x8_mode_flag) in ih264d_start_of_pic()
988 dec_pic_params_t *ps_pps; in ih264d_parse_decode_slice() local
1109 ps_pps = &ps_dec->ps_pps[u4_temp]; in ih264d_parse_decode_slice()
1110 if(FALSE == ps_pps->u1_is_valid) in ih264d_parse_decode_slice()
1114 ps_seq = ps_pps->ps_sps; in ih264d_parse_decode_slice()
1218 if((ps_pps->u1_pic_order_present_flag == 1) && (!u1_field_pic_flag)) in ih264d_parse_decode_slice()
1238 if(ps_pps->u1_pic_order_present_flag && !u1_field_pic_flag) in ih264d_parse_decode_slice()
1247 if(ps_pps->u1_redundant_pic_cnt_present_flag) in ih264d_parse_decode_slice()
1453 &s_tmp_poc, ps_cur_slice, ps_pps, in ih264d_parse_decode_slice()
1508 if(!((ps_pps->ps_sps->u1_mb_aff_flag) && (!u1_field_pic_flag))) in ih264d_parse_decode_slice()
1513 if(!((ps_pps->ps_sps->u1_mb_aff_flag) && (!u1_field_pic_flag))) in ih264d_parse_decode_slice()
1521 ret = ih264d_start_of_pic(ps_dec, i4_poc, &s_tmp_poc, u2_frame_num, ps_pps); in ih264d_parse_decode_slice()