IS_IDR 136 libavcodec/dxva2_hevc.c (IS_IDR(h) << 17) | IS_IDR 847 libavcodec/hevc_filter.c (s->avctx->skip_loop_filter >= AVDISCARD_NONKEY && !IS_IDR(s)) || IS_IDR 519 libavcodec/hevcdec.c if ((IS_IDR(s) || IS_BLA(s)) && sh->first_slice_in_pic_flag) { IS_IDR 522 libavcodec/hevcdec.c if (IS_IDR(s)) IS_IDR 623 libavcodec/hevcdec.c if (!IS_IDR(s)) { IS_IDR 2816 libavcodec/hevcdec.c s->no_rasl_output_flag = IS_IDR(s) || IS_BLA(s) || (s->nal_unit_type == HEVC_NAL_CRA_NUT && s->last_eos); IS_IDR 2961 libavcodec/hevcdec.c if (IS_IDR(s)) IS_IDR 131 libavcodec/nvdec_hevc.c .IdrPicFlag = IS_IDR(s), IS_IDR 195 libavcodec/vaapi_hevc.c .IdrPicFlag = IS_IDR(h), IS_IDR 192 libavcodec/vdpau_hevc.c info->IDRPicFlag = IS_IDR(h);