Searched refs:max_contexts (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dh264.h640 int max_contexts; member in struct:H264Context
H A Dh264.c1469 h->max_contexts = h->slice_context_count;
1740 if (context_count == h->max_contexts) {
H A Dh264_slice.c1877 if (h->deblocking_filter == 1 && h0->max_contexts > 1) {
1883 h0->max_contexts = 1;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dh264.h525 int max_contexts; member in struct:H264Context
H A Dh264.c3250 if(h->deblocking_filter == 1 && h0->max_contexts > 1) {
3256 h0->max_contexts = 1;
3850 h->max_contexts = s->slice_context_count;
4099 if(context_count == h->max_contexts) {

Completed in 112 milliseconds