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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/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;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/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;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/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;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/libavcodec/
H A Dmpegvideo.h202 int intra_only; ///< if true, only intra pictures are generated member in struct:MpegEncContext
H A Dmpegvideo_enc.c305 s->intra_only = 1;
308 s->intra_only = 0;
542 s->intra_only = 1; /* force intra only for jpeg */
1064 if(/*s->picture_in_gop_number >= s->gop_size ||*/ s->next_picture_ptr==NULL || s->intra_only){
H A Dratecontrol.c771 if(pict_type==FF_P_TYPE || s->intra_only){ //FIXME type dependent blur like in 2-pass
H A Dmpegvideo.c1057 && !s->intra_only
1865 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
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libavcodec/
H A Dmpegvideo.h202 int intra_only; ///< if true, only intra pictures are generated member in struct:MpegEncContext
H A Dmpegvideo_enc.c305 s->intra_only = 1;
308 s->intra_only = 0;
542 s->intra_only = 1; /* force intra only for jpeg */
1064 if(/*s->picture_in_gop_number >= s->gop_size ||*/ s->next_picture_ptr==NULL || s->intra_only){
H A Dratecontrol.c771 if(pict_type==FF_P_TYPE || s->intra_only){ //FIXME type dependent blur like in 2-pass
H A Dmpegvideo.c1057 && !s->intra_only
1865 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
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/libavcodec/
H A Dmpegvideo.h202 int intra_only; ///< if true, only intra pictures are generated member in struct:MpegEncContext
H A Dmpegvideo_enc.c305 s->intra_only = 1;
308 s->intra_only = 0;
542 s->intra_only = 1; /* force intra only for jpeg */
1064 if(/*s->picture_in_gop_number >= s->gop_size ||*/ s->next_picture_ptr==NULL || s->intra_only){
H A Dratecontrol.c771 if(pict_type==FF_P_TYPE || s->intra_only){ //FIXME type dependent blur like in 2-pass
H A Dmpegvideo.c1057 && !s->intra_only
1865 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
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/
H A Dffmpeg.c151 static int intra_only = 0; variable
3256 if (intra_only)
4049 { "intra", OPT_BOOL | OPT_EXPERT | OPT_VIDEO, {(void*)&intra_only}, "use only intra frames"},
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/
H A Dffmpeg.c151 static int intra_only = 0; variable
3256 if (intra_only)
4049 { "intra", OPT_BOOL | OPT_EXPERT | OPT_VIDEO, {(void*)&intra_only}, "use only intra frames"},
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/
H A Dffmpeg.c151 static int intra_only = 0; variable
3256 if (intra_only)
4049 { "intra", OPT_BOOL | OPT_EXPERT | OPT_VIDEO, {(void*)&intra_only}, "use only intra frames"},

Completed in 327 milliseconds