Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dflvdec.c91 s->h263_plus = 0; in ff_flv_decode_picture_header()
Dintelh263dec.c58 s->h263_plus = 0; in ff_intel_h263_decode_picture_header()
Dituh263enc.c110 if(s->h263_plus){ in ff_h263_encode_picture_header()
143 if (!s->h263_plus) { in ff_h263_encode_picture_header()
Dituh263dec.c84 s->h263_plus ? " +" : "", in ff_h263_show_pict_info()
1050 s->h263_plus = 0; in ff_h263_decode_picture_header()
1080 s->h263_plus = 1; in ff_h263_decode_picture_header()
Dmpegvideo.h109 int h263_plus; ///< H.263+ headers member
Dmpegvideo_enc.c850 s->h263_plus = 1; in ff_mpv_encode_init()
881 s->h263_plus = 1; in ff_mpv_encode_init()
Dmpegvideo.c809 if (s->h263_pred || s->h263_plus || !s->encoding) { in init_context_frame()