Searched refs:intra_only (Results 1 - 14 of 14) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dnutenc.c160 int intra_only= /*codec->intra_only || */is_audio; local
164 if(intra_only && keyframe_0_esc && key_frame==0)
179 key_frame= intra_only;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dnutenc.c172 int intra_only = /*codec->intra_only || */ is_audio; local
189 if (!intra_only || !keyframe_0_esc || key_frame != 0) {
201 key_frame = intra_only;
H A Dmxfdec.c136 int intra_only; member in struct:__anon3588
1561 source_track->intra_only = mxf_is_intra_only(descriptor);
2402 } else if (track->intra_only) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dmpegvideo.h207 int intra_only; ///< if true, only intra pictures are generated member in struct:MpegEncContext
H A Dmpegvideo_enc.c365 s->intra_only = 1;
368 s->intra_only = 0;
674 s->intra_only = 1; /* force intra only for jpeg */
1244 s->next_picture_ptr == NULL || s->intra_only) {
H A Dratecontrol.c770 if(pict_type==AV_PICTURE_TYPE_P || s->intra_only){ //FIXME type dependent blur like in 2-pass
H A Dmpegvideo.c1364 !s->intra_only &&
2323 if ((s->flags&CODEC_FLAG_PSNR) || !(s->encoding && (s->intra_only || s->pict_type==AV_PICTURE_TYPE_B) && s->avctx->mb_decision != FF_MB_DECISION_RD)) { //FIXME precalc
2548 && !s->intra_only
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dmpegvideo.h238 int intra_only; ///< if true, only intra pictures are generated member in struct:MpegEncContext
H A Dmpegvideo_enc.c359 s->intra_only = 1;
362 s->intra_only = 0;
705 s->intra_only = 1; /* force intra only for jpeg */
1390 s->next_picture_ptr == NULL || s->intra_only) {
1548 !s->intra_only) {
H A Dmpeg12enc.c387 put_bits(&s->pb, 1, !!(s->flags & CODEC_FLAG_CLOSED_GOP) || s->intra_only || !s->gop_picture_number);
H A Dratecontrol.c864 if (pict_type == AV_PICTURE_TYPE_P || s->intra_only) {
H A Dmpegvideo.c2950 || !(s->encoding && (s->intra_only || s->pict_type==AV_PICTURE_TYPE_B) && s->avctx->mb_decision != FF_MB_DECISION_RD)) { //FIXME precalc
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/
H A Dffmpeg_opt.c104 static int intra_only = 0; variable
1325 if (intra_only)
2890 { "intra", OPT_VIDEO | OPT_BOOL | OPT_EXPERT, { &intra_only },
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/
H A Dffmpeg.c159 static int intra_only = 0; variable
3458 if (intra_only)
4281 { "intra", OPT_BOOL | OPT_EXPERT | OPT_VIDEO, {(void*)&intra_only}, "use only intra frames"},

Completed in 394 milliseconds