Lines Matching refs:ps_pps
165 dec_pic_params_t *ps_pps) in ih264d_start_of_pic() argument
175 dec_seq_params_t *ps_seq = ps_pps->ps_sps; in ih264d_start_of_pic()
338 ret = ih264d_init_pic(ps_dec, u2_frame_num, i4_poc, ps_pps); in ih264d_start_of_pic()
515 ps_dec->ps_cur_pic->i4_top_field_order_cnt = ps_pps->i4_top_field_order_cnt; in ih264d_start_of_pic()
517 ps_pps->i4_bottom_field_order_cnt; in ih264d_start_of_pic()
518 ps_dec->ps_cur_pic->i4_avg_poc = ps_pps->i4_avg_poc; in ih264d_start_of_pic()
676 || (ps_pps->i4_pic_scaling_matrix_present_flag)) in ih264d_start_of_pic()
678 ih264d_form_scaling_matrix_picture(ps_seq, ps_pps, ps_dec); in ih264d_start_of_pic()
686 if(ps_pps->i4_transform_8x8_mode_flag) in ih264d_start_of_pic()
1021 dec_pic_params_t *ps_pps; in ih264d_parse_decode_slice() local
1145 ps_pps = &ps_dec->ps_pps[u4_temp]; in ih264d_parse_decode_slice()
1146 if(FALSE == ps_pps->u1_is_valid) in ih264d_parse_decode_slice()
1150 ps_seq = ps_pps->ps_sps; in ih264d_parse_decode_slice()
1222 if((ps_pps->u1_pic_order_present_flag == 1) && (!u1_field_pic_flag)) in ih264d_parse_decode_slice()
1242 if(ps_pps->u1_pic_order_present_flag && !u1_field_pic_flag) in ih264d_parse_decode_slice()
1251 if(ps_pps->u1_redundant_pic_cnt_present_flag) in ih264d_parse_decode_slice()
1519 &s_tmp_poc, ps_cur_slice, ps_pps, in ih264d_parse_decode_slice()
1574 if(!((ps_pps->ps_sps->u1_mb_aff_flag) && (!u1_field_pic_flag))) in ih264d_parse_decode_slice()
1579 if(!((ps_pps->ps_sps->u1_mb_aff_flag) && (!u1_field_pic_flag))) in ih264d_parse_decode_slice()
1587 ret = ih264d_start_of_pic(ps_dec, i4_poc, &s_tmp_poc, u2_frame_num, ps_pps); in ih264d_parse_decode_slice()