Searched refs:FMT_H261 (Results 1 – 7 of 7) sorted by relevance
125 FMT_H261, enumerator
827 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()
269 } else if (!is_mpeg12 && s->out_format == FMT_H261) { in mpeg_motion_internal()363 s->out_format == FMT_H261) { in mpeg_motion_internal()
77 s->out_format = FMT_H261; in h261_decode_init()
1389 } 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()
538 } else if (s->out_format == FMT_H261){ in get_limits()
151 if((s->out_format == FMT_H263 || s->out_format == FMT_H261) && s->mpeg_quant==0){ in RENAME()