Home
last modified time | relevance | path

Searched refs:FMT_H261 (Results 1 - 8 of 8) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dmpegutils.h118 FMT_H261, enumerator
H A Dmpegvideo_enc.c691 s->out_format = FMT_H261; in ff_mpv_encode_init()
850 if (CONFIG_H261_ENCODER && s->out_format == FMT_H261) { in ff_mpv_encode_init()
868 } else if (s->out_format == FMT_H263 || s->out_format == FMT_H261) { in ff_mpv_encode_init()
1648 } else if (s->out_format == FMT_H263 || s->out_format == FMT_H261) { in frame_start()
3714 case FMT_H261: in encode_picture()
3936 if(s->out_format == FMT_H263 || s->out_format == FMT_H261){ in dct_quantize_trellis_c()
3968 if(s->out_format == FMT_H263 || s->out_format == FMT_H261){ in dct_quantize_trellis_c()
3994 if(s->out_format == FMT_H263 || s->out_format == FMT_H261){ in dct_quantize_trellis_c()
4027 if(s->out_format != FMT_H263 && s->out_format != FMT_H261){ in dct_quantize_trellis_c()
4061 if(s->out_format == FMT_H263 || s->out_format == FMT_H261){ in dct_quantize_trellis_c()
[all...]
H A Dmpegvideo_motion.c271 } else if (!is_mpeg12 && s->out_format == FMT_H261) { in mpeg_motion_internal()
365 s->out_format == FMT_H261) { in mpeg_motion_internal()
H A Dh261dec.c92 s->out_format = FMT_H261; in h261_decode_init()
H A Dmpegvideo_dec.c483 } else if (s->out_format == FMT_H263 || s->out_format == FMT_H261) { in ff_mpv_frame_start()
H A Dmotion_est.c540 } else if (s->out_format == FMT_H261){ in get_limits()
H A Dmpegvideo.c1009 } else if (s->out_format == FMT_H261) { in mpeg_motion_lowres()
/third_party/ffmpeg/libavcodec/x86/
H A Dmpegvideoenc_template.c141 if((s->out_format == FMT_H263 || s->out_format == FMT_H261) && s->mpeg_quant==0){ in dct_quantize()

Completed in 15 milliseconds