Lines Matching refs:pps

78    context->desc.h264.pps->sps->bit_depth_luma_minus8 = h264->bit_depth_luma_minus8;
79 context->desc.h264.pps->sps->bit_depth_chroma_minus8 = h264->bit_depth_chroma_minus8;
81 context->desc.h264.pps->sps->chroma_format_idc = h264->seq_fields.bits.chroma_format_idc;
84 context->desc.h264.pps->sps->frame_mbs_only_flag =
86 context->desc.h264.pps->sps->mb_adaptive_frame_field_flag =
88 context->desc.h264.pps->sps->direct_8x8_inference_flag =
90 context->desc.h264.pps->sps->MinLumaBiPredSize8x8 =
92 context->desc.h264.pps->sps->log2_max_frame_num_minus4 =
94 context->desc.h264.pps->sps->pic_order_cnt_type =
96 context->desc.h264.pps->sps->log2_max_pic_order_cnt_lsb_minus4 =
98 context->desc.h264.pps->sps->delta_pic_order_always_zero_flag =
103 context->desc.h264.pps->pic_init_qp_minus26 =
105 context->desc.h264.pps->pic_init_qs_minus26 =
107 context->desc.h264.pps->chroma_qp_index_offset =
109 context->desc.h264.pps->second_chroma_qp_index_offset =
111 context->desc.h264.pps->entropy_coding_mode_flag =
113 context->desc.h264.pps->weighted_pred_flag =
115 context->desc.h264.pps->weighted_bipred_idc =
117 context->desc.h264.pps->transform_8x8_mode_flag =
121 context->desc.h264.pps->constrained_intra_pred_flag =
123 context->desc.h264.pps->bottom_field_pic_order_in_frame_present_flag =
125 context->desc.h264.pps->deblocking_filter_control_present_flag =
127 context->desc.h264.pps->redundant_pic_cnt_present_flag =
184 memcpy(&context->desc.h264.pps->ScalingList4x4, h264->ScalingList4x4, 6 * 16);
185 memcpy(&context->desc.h264.pps->ScalingList8x8, h264->ScalingList8x8, 2 * 64);