Searched refs:vps_max_layer_id (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dhevc_ps.c388 vps->vps_max_layer_id = get_bits(gb, 6);
390 if ((vps->vps_num_layer_sets - 1LL) * (vps->vps_max_layer_id + 1LL) > get_bits_left(gb)) {
396 for (j = 0; j <= vps->vps_max_layer_id; j++)
H A Dhevc.h382 int vps_max_layer_id; member in struct:HEVCVPS

Completed in 30 milliseconds