Searched refs:bitstream_restriction_flag (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dh264_ps.c239 sps->bitstream_restriction_flag = get_bits1(&h->gb);
240 if (sps->bitstream_restriction_flag) {
251 sps->bitstream_restriction_flag = 0;
565 sps->bitstream_restriction_flag ? sps->num_reorder_frames : -1
H A Dh264.c705 if (h->sps.bitstream_restriction_flag &&
891 if (h->sps.bitstream_restriction_flag &&
898 !h->sps.bitstream_restriction_flag) {
922 } else if(h->avctx->has_b_frames < out_of_order && !h->sps.bitstream_restriction_flag){
1231 (h->sps.bitstream_restriction_flag &&
H A Dh264.h213 int bitstream_restriction_flag; member in struct:SPS
H A Dhevc.h341 int bitstream_restriction_flag; member in struct:VUI
H A Dhevc_ps.c522 vui->bitstream_restriction_flag = get_bits1(gb);
523 if (vui->bitstream_restriction_flag) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dh264_ps.c223 sps->bitstream_restriction_flag = get_bits1(&s->gb);
224 if(sps->bitstream_restriction_flag){
235 sps->bitstream_restriction_flag= 0;
H A Dh264.h190 int bitstream_restriction_flag; member in struct:SPS
H A Dh264.c1142 if(h->sps.bitstream_restriction_flag && s->avctx->has_b_frames < h->sps.num_reorder_frames){
1435 if(h->sps.bitstream_restriction_flag
1442 && !h->sps.bitstream_restriction_flag){
1498 if(h->sps.bitstream_restriction_flag && s->avctx->has_b_frames >= h->sps.num_reorder_frames)
4045 (h->sps.bitstream_restriction_flag &&

Completed in 87 milliseconds