Lines Matching refs:gop_size
340 if (avctx->gop_size > 600 &&
344 avctx->gop_size, 600);
345 avctx->gop_size = 600;
347 s->gop_size = avctx->gop_size;
388 if (s->gop_size <= 1) {
390 s->gop_size = 12;
1373 if (s->picture_in_gop_number < s->gop_size &&
1385 if (/*s->picture_in_gop_number >= s->gop_size ||*/
1457 if (s->picture_in_gop_number + b_frames >= s->gop_size) {
1459 s->gop_size > s->picture_in_gop_number) {
1460 b_frames = s->gop_size - s->picture_in_gop_number - 1;