Searched refs:slice_id (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dsvq3.c784 unsigned slice_id; local
819 if ((slice_id = svq3_get_ue_golomb(&h->gb)) >= 3) {
820 av_log(h->avctx, AV_LOG_ERROR, "illegal slice type %u \n", slice_id);
824 h->slice_type = golomb_to_pict_type[slice_id];
H A Ddxva2_h264.c287 slice->slice_id = h->current_slice - 1;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Ddxva2_h264.c271 slice->slice_id = h->current_slice - 1;

Completed in 65 milliseconds