Lines Matching defs:h265
779 CodedBitstreamH265Context *h265 = ctx->priv_data;
790 h265->active_vps = vps = h265->vps[current->sps_video_parameter_set_id];
971 CodedBitstreamH265Context *h265 = ctx->priv_data;
972 const H265RawSPS *sps = h265->active_sps;
1039 CodedBitstreamH265Context *h265 = ctx->priv_data;
1049 sps = h265->sps[current->pps_seq_parameter_set_id];
1055 h265->active_sps = sps;
1204 CodedBitstreamH265Context *h265 = ctx->priv_data;
1205 const H265RawSPS *sps = h265->active_sps;
1304 CodedBitstreamH265Context *h265 = ctx->priv_data;
1324 pps = h265->pps[current->slice_pic_parameter_set_id];
1330 h265->active_pps = pps;
1332 sps = h265->sps[pps->pps_seq_parameter_set_id];
1338 h265->active_sps = sps;
1625 CodedBitstreamH265Context *h265 = ctx->priv_data;
1639 sps = h265->sps[current->bp_seq_parameter_set_id];
1645 h265->active_sps = sps;
1735 CodedBitstreamH265Context *h265 = ctx->priv_data;
1742 sps = h265->active_sps;
1854 CodedBitstreamH265Context *h265 = ctx->priv_data;
1855 const H265RawSPS *sps = h265->active_sps;
1938 CodedBitstreamH265Context *h265 = ctx->priv_data;
1945 vps = h265->vps[current->active_video_parameter_set_id];
1951 h265->active_vps = vps;
1965 h265->active_sps = h265->sps[current->active_seq_parameter_set_id[current->layer_sps_idx[0]]];
1975 CodedBitstreamH265Context *h265 = ctx->priv_data;
1976 const H265RawSPS *sps = h265->active_sps;