Lines Matching refs:h265
776 CodedBitstreamH265Context *h265 = ctx->priv_data; in FUNC() local
787 h265->active_vps = vps = h265->vps[current->sps_video_parameter_set_id]; in FUNC()
968 CodedBitstreamH265Context *h265 = ctx->priv_data; in FUNC() local
969 const H265RawSPS *sps = h265->active_sps; in FUNC()
1036 CodedBitstreamH265Context *h265 = ctx->priv_data; in FUNC() local
1046 sps = h265->sps[current->pps_seq_parameter_set_id]; in FUNC()
1052 h265->active_sps = sps; in FUNC()
1201 CodedBitstreamH265Context *h265 = ctx->priv_data; in FUNC() local
1202 const H265RawSPS *sps = h265->active_sps; in FUNC()
1301 CodedBitstreamH265Context *h265 = ctx->priv_data; in FUNC() local
1321 pps = h265->pps[current->slice_pic_parameter_set_id]; in FUNC()
1327 h265->active_pps = pps; in FUNC()
1329 sps = h265->sps[pps->pps_seq_parameter_set_id]; in FUNC()
1335 h265->active_sps = sps; in FUNC()
1622 CodedBitstreamH265Context *h265 = ctx->priv_data; in FUNC() local
1636 sps = h265->sps[current->bp_seq_parameter_set_id]; in FUNC()
1642 h265->active_sps = sps; in FUNC()
1732 CodedBitstreamH265Context *h265 = ctx->priv_data; in FUNC() local
1739 sps = h265->active_sps; in FUNC()
1870 CodedBitstreamH265Context *h265 = ctx->priv_data; in FUNC() local
1877 vps = h265->vps[current->active_video_parameter_set_id]; in FUNC()
1883 h265->active_vps = vps; in FUNC()
1897 … h265->active_sps = h265->sps[current->active_seq_parameter_set_id[current->layer_sps_idx[0]]]; in FUNC()
1907 CodedBitstreamH265Context *h265 = ctx->priv_data; in FUNC() local
1908 const H265RawSPS *sps = h265->active_sps; in FUNC()