Lines Matching refs:codec
56 MppEncH264Cfg *codec = &cfg->h264; in h264e_pps_update() local
61 pps->entropy_coding_mode = codec->entropy_coding_mode; in h264e_pps_update()
74 pps->chroma_qp_index_offset = codec->chroma_cb_qp_offset; in h264e_pps_update()
75 pps->second_chroma_qp_index_offset = codec->chroma_cb_qp_offset; in h264e_pps_update()
77 pps->constrained_intra_pred = codec->constrained_intra_pred_mode; in h264e_pps_update()
81 pps->transform_8x8_mode = codec->transform8x8_mode; in h264e_pps_update()
82 mpp_assert(codec->scaling_list_mode == 0 || codec->scaling_list_mode == 1); in h264e_pps_update()
83 pps->pic_scaling_matrix_present = codec->scaling_list_mode; in h264e_pps_update()
84 if (codec->scaling_list_mode) { in h264e_pps_update()
96 if (codec->profile < H264_PROFILE_HIGH) { in h264e_pps_update()
101 codec->profile); in h264e_pps_update()
106 codec->profile); in h264e_pps_update()
110 pps->second_chroma_qp_index_offset = codec->chroma_cr_qp_offset; in h264e_pps_update()
113 if (codec->profile == H264_PROFILE_BASELINE && pps->entropy_coding_mode) { in h264e_pps_update()