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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Dnutenc.c156 int intra_only= /*codec->intra_only || */is_audio; local
160 if(intra_only && keyframe_0_esc && key_frame==0)
175 key_frame= intra_only;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dmpegvideo.h200 int intra_only; ///< if true, only intra pictures are generated member in struct:MpegEncContext
H A Dmpegvideo_enc.c287 s->intra_only = 1;
290 s->intra_only = 0;
514 s->intra_only = 1; /* force intra only for jpeg */
1024 if(/*s->picture_in_gop_number >= s->gop_size ||*/ s->next_picture_ptr==NULL || s->intra_only){
H A Dratecontrol.c775 if(pict_type==FF_P_TYPE || s->intra_only){ //FIXME type dependent blur like in 2-pass
H A Dmpegvideo.c971 && !s->intra_only
1781 if ((s->flags&CODEC_FLAG_PSNR) || !(s->encoding && (s->intra_only || s->pict_type==FF_B_TYPE) && s->avctx->mb_decision != FF_MB_DECISION_RD)) { //FIXME precalc
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/
H A Dffmpeg.c152 static int intra_only = 0; variable
3062 if (intra_only)
3824 { "intra", OPT_BOOL | OPT_EXPERT | OPT_VIDEO, {(void*)&intra_only}, "use only intra frames"},

Completed in 125 milliseconds