Home
last modified time | relevance | path

Searched refs:FMT_H261 (Results 1 – 7 of 7) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dmpegutils.h125 FMT_H261, enumerator
Dmpegvideo_enc.c827 s->out_format = FMT_H261; in ff_mpv_encode_init()
1010 if (CONFIG_H261_ENCODER && s->out_format == FMT_H261) in ff_mpv_encode_init()
1027 } else if (s->out_format == FMT_H263 || s->out_format == FMT_H261) { in ff_mpv_encode_init()
1843 } else if (s->out_format == FMT_H263 || s->out_format == FMT_H261) { in frame_start()
3938 case FMT_H261: in encode_picture()
4160 if(s->out_format == FMT_H263 || s->out_format == FMT_H261){ in dct_quantize_trellis_c()
4192 if(s->out_format == FMT_H263 || s->out_format == FMT_H261){ in dct_quantize_trellis_c()
4218 if(s->out_format == FMT_H263 || s->out_format == FMT_H261){ in dct_quantize_trellis_c()
4251 if(s->out_format != FMT_H263 && s->out_format != FMT_H261){ in dct_quantize_trellis_c()
4285 if(s->out_format == FMT_H263 || s->out_format == FMT_H261){ in dct_quantize_trellis_c()
Dmpegvideo_motion.c269 } else if (!is_mpeg12 && s->out_format == FMT_H261) { in mpeg_motion_internal()
363 s->out_format == FMT_H261) { in mpeg_motion_internal()
Dh261dec.c77 s->out_format = FMT_H261; in h261_decode_init()
Dmpegvideo.c1389 } else if (s->out_format == FMT_H263 || s->out_format == FMT_H261) { in ff_mpv_frame_start()
1542 } else if (s->out_format == FMT_H261) { in mpeg_motion_lowres()
Dmotion_est.c538 } else if (s->out_format == FMT_H261){ in get_limits()
/third_party/ffmpeg/libavcodec/x86/
Dmpegvideoenc_template.c151 if((s->out_format == FMT_H263 || s->out_format == FMT_H261) && s->mpeg_quant==0){ in RENAME()