Home
last modified time | relevance | path

Searched refs:MAX_STRIPS (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dcinepak.c48 #define MAX_STRIPS 32 macro
69 cvid_strip strips[MAX_STRIPS];
380 num_strips = FFMIN(num_strips, MAX_STRIPS); in cinepak_decode()
Dcinepakenc.c60 #define MAX_STRIPS 32 // Note: having fewer choices regarding the number of strips speeds up … macro
139 …strips), AV_OPT_TYPE_INT, { .i64 = 3 }, MIN_STRIPS, MAX_STRIPS, VE…
141 …strips), AV_OPT_TYPE_INT, { .i64 = MIN_STRIPS }, MIN_STRIPS, MAX_STRIPS, VE…
143 …mber_delta_range), AV_OPT_TYPE_INT, { .i64 = 0 }, 0, MAX_STRIPS - MIN_STRIPS, VE…