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()
530 ps_dec->ps_cur_pic->i4_top_field_order_cnt = ps_pps->i4_top_field_order_cnt; in ih264d_start_of_pic()
532 ps_pps->i4_bottom_field_order_cnt; in ih264d_start_of_pic()
533 ps_dec->ps_cur_pic->i4_avg_poc = ps_pps->i4_avg_poc; in ih264d_start_of_pic()
691 || (ps_pps->i4_pic_scaling_matrix_present_flag)) in ih264d_start_of_pic()
693 ret = ih264d_form_scaling_matrix_picture(ps_seq, ps_pps, ps_dec); in ih264d_start_of_pic()
701 if(ps_pps->i4_transform_8x8_mode_flag) in ih264d_start_of_pic()
1066 dec_pic_params_t *ps_pps; in ih264d_parse_decode_slice() local
1131 ps_pps = &ps_dec->ps_pps[u4_temp]; in ih264d_parse_decode_slice()
1132 if(FALSE == ps_pps->u1_is_valid) in ih264d_parse_decode_slice()
1136 ps_seq = ps_pps->ps_sps; in ih264d_parse_decode_slice()
1240 if((ps_pps->u1_pic_order_present_flag == 1) && (!u1_field_pic_flag)) in ih264d_parse_decode_slice()
1260 if(ps_pps->u1_pic_order_present_flag && !u1_field_pic_flag) in ih264d_parse_decode_slice()
1269 if(ps_pps->u1_redundant_pic_cnt_present_flag) in ih264d_parse_decode_slice()
1474 &s_tmp_poc, ps_cur_slice, ps_pps, in ih264d_parse_decode_slice()
1533 if(!((ps_pps->ps_sps->u1_mb_aff_flag) && (!u1_field_pic_flag))) in ih264d_parse_decode_slice()
1538 if(!((ps_pps->ps_sps->u1_mb_aff_flag) && (!u1_field_pic_flag))) in ih264d_parse_decode_slice()
1546 ret = ih264d_start_of_pic(ps_dec, i4_poc, &s_tmp_poc, u2_frame_num, ps_pps); in ih264d_parse_decode_slice()