Home | History | Annotate | Download | only in va

Lines Matching refs:pps

64    context->desc.h264.pps->sps->frame_mbs_only_flag =
66 context->desc.h264.pps->sps->mb_adaptive_frame_field_flag =
68 context->desc.h264.pps->sps->direct_8x8_inference_flag =
71 context->desc.h264.pps->sps->log2_max_frame_num_minus4 =
73 context->desc.h264.pps->sps->pic_order_cnt_type =
75 context->desc.h264.pps->sps->log2_max_pic_order_cnt_lsb_minus4 =
77 context->desc.h264.pps->sps->delta_pic_order_always_zero_flag =
82 context->desc.h264.pps->pic_init_qp_minus26 =
85 context->desc.h264.pps->chroma_qp_index_offset =
87 context->desc.h264.pps->second_chroma_qp_index_offset =
89 context->desc.h264.pps->entropy_coding_mode_flag =
91 context->desc.h264.pps->weighted_pred_flag =
93 context->desc.h264.pps->weighted_bipred_idc =
95 context->desc.h264.pps->transform_8x8_mode_flag =
99 context->desc.h264.pps->constrained_intra_pred_flag =
101 context->desc.h264.pps->bottom_field_pic_order_in_frame_present_flag =
103 context->desc.h264.pps->deblocking_filter_control_present_flag =
105 context->desc.h264.pps->redundant_pic_cnt_present_flag =
157 memcpy(&context->desc.h264.pps->ScalingList4x4, h264->ScalingList4x4, 6 * 16);
158 memcpy(&context->desc.h264.pps->ScalingList8x8, h264->ScalingList8x8, 2 * 64);