Searched refs:IS_IDR (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 Dhevc_parser.c235 if (!IS_IDR(h)) {
H A Dhevc.h88 #define IS_IDR(s) ((s)->nal_unit_type == NAL_IDR_W_RADL || (s)->nal_unit_type == NAL_IDR_N_LP) macro
H A Dhevc.c368 if ((IS_IDR(s) || IS_BLA(s)) && sh->first_slice_in_pic_flag) {
371 if (IS_IDR(s))
469 if (!IS_IDR(s)) {
2685 if (IS_IDR(s))

Completed in 75 milliseconds