Lines Matching defs:strip
144 { "strip_number_adaptivity", "How fast the strip number adapts, more is slightly better, much slower",
198 // and 2*256 extra flag bits per strip
401 // "kind of" motion compensation, especially in 1 strip/frame case) -- rl
839 // actually we are exclusively using intra strip coding (how much can we win
1011 int num_strips, strip, i, y, nexty, size, temp_size, best_size;
1079 for (y = 0, strip = 1; y < s->h; strip++, y = nexty) {
1082 strip_offsets[strip-1] = size + CVID_HEADER_SIZE;
1083 nexty = strip * s->h / num_strips; // <= s->h
1090 av_log(s->avctx, AV_LOG_INFO, "skipping zero height strip %i of %i\n", strip, num_strips);
1112 s->frame_buf + strip_offsets[strip-1],
1128 *got_keyframe = all_no_skip; // no skip MBs in any strip -> keyframe
1131 // avoid trying too many strip numbers without a real reason
1137 // update strip headers