Searched refs:sPHParams (Results 1 – 1 of 1) sorted by relevance
2797 H264_PICTURE_HEADER_PARAMS sPHParams; in tng__H264ES_prepare_picture_header() local2810 memset(&sPHParams, 0, sizeof(H264_PICTURE_HEADER_PARAMS)); in tng__H264ES_prepare_picture_header()2812 sPHParams.pic_parameter_set_id = bMvcPPS ? MVC_PPS_ID : 0; in tng__H264ES_prepare_picture_header()2813 sPHParams.seq_parameter_set_id = bMvcPPS ? MVC_SPS_ID : 0; in tng__H264ES_prepare_picture_header()2814 sPHParams.entropy_coding_mode_flag = bCabacEnabled ? 1 : 0; in tng__H264ES_prepare_picture_header()2815 sPHParams.weighted_pred_flag = bWeightedPrediction; in tng__H264ES_prepare_picture_header()2816 sPHParams.weighted_bipred_idc = ui8WeightedBiPred; in tng__H264ES_prepare_picture_header()2817 sPHParams.chroma_qp_index_offset = i8CQPOffset; in tng__H264ES_prepare_picture_header()2818 sPHParams.constrained_intra_pred_flag = bIntraConstrained ? 1 : 0; in tng__H264ES_prepare_picture_header()2819 sPHParams.transform_8x8_mode_flag = b_8x8transform ? 1 : 0; in tng__H264ES_prepare_picture_header()[all …]