Lines Matching refs:vps
420 static int FUNC(vps)(CodedBitstreamContext *ctx, RWContext *rw, in FUNC() argument
777 const H265RawVPS *vps; in FUNC() local
787 h265->active_vps = vps = h265->vps[current->sps_video_parameter_set_id]; in FUNC()
791 if (vps) { in FUNC()
792 if (vps->vps_max_sub_layers_minus1 > current->sps_max_sub_layers_minus1) { in FUNC()
796 vps->vps_max_sub_layers_minus1, in FUNC()
800 if (vps->vps_temporal_id_nesting_flag && in FUNC()
1871 const H265RawVPS *vps; in FUNC() local
1877 vps = h265->vps[current->active_video_parameter_set_id]; in FUNC()
1878 if (!vps) { in FUNC()
1883 h265->active_vps = vps; in FUNC()
1892 for (i = vps->vps_base_layer_internal_flag; in FUNC()
1893 i <= FFMIN(62, vps->vps_max_layers_minus1); i++) { in FUNC()