Searched refs:is_complex (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dh264_mb.c813 int is_complex = CONFIG_SMALL || h->is_complex || local
817 if (is_complex || h->pixel_shift)
821 } else if (is_complex) {
H A Dh264.h546 int is_complex; member in struct:H264Context
H A Dsvq3.c895 h->is_complex = 1;
H A Dh264_slice.c2364 h->is_complex = FRAME_MBAFF(h) || h->picture_structure != PICT_FRAME ||
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dh264.h433 int is_complex; member in struct:H264Context
H A Dsvq3.c823 h->is_complex=1;
H A Dh264.c2230 int is_complex = CONFIG_SMALL || h->is_complex || IS_INTRA_PCM(mb_type) || s->qscale == 0; local
2233 if(is_complex || h->pixel_shift)
2237 } else if (is_complex) {
3672 h->is_complex = FRAME_MBAFF || s->picture_structure != PICT_FRAME || s->codec_id != CODEC_ID_H264 ||

Completed in 59 milliseconds