Searched refs:MAX_STRIPS (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 Dcinepak.c48 #define MAX_STRIPS 32 macro
69 cvid_strip strips[MAX_STRIPS];
361 num_strips = FFMIN(num_strips, MAX_STRIPS);
H A Dcinepakenc.c92 #define MAX_STRIPS 32 //Note: having fewer choices regarding the number of strips speeds up encoding (obviously) macro
94 // MAX_STRIPS limits the maximum quality you can reach
173 { "max_strips", "Limit strips/frame, vintage compatible is 1..3, otherwise the more the better", OFFSET(max_max_strips), AV_OPT_TYPE_INT, { .i64 = 3 }, MIN_STRIPS, MAX_STRIPS, VE },
174 { "min_strips", "Enforce min strips/frame, more is worse and faster, must be <= max_strips", OFFSET(min_min_strips), AV_OPT_TYPE_INT, { .i64 = MIN_STRIPS }, MIN_STRIPS, MAX_STRIPS, VE },
175 { "strip_number_adaptivity", "How fast the strip number adapts, more is slightly better, much slower", OFFSET(strip_number_delta_range), AV_OPT_TYPE_INT, { .i64 = 0 }, 0, MAX_STRIPS-MIN_STRIPS, VE },
1083 //gather stats. this will only work properly of MAX_STRIPS == 1
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dcinepak.c46 #define MAX_STRIPS 32 macro
67 cvid_strip strips[MAX_STRIPS];
361 num_strips = FFMIN(num_strips, MAX_STRIPS);

Completed in 114 milliseconds