Home
last modified time | relevance | path

Searched refs:PROGRESSIVE (Results 1 – 11 of 11) sorted by relevance

/third_party/ffmpeg/libavfilter/
Dvf_idet.c47 case PROGRESSIVE : return "progressive"; in type2str()
150 type = PROGRESSIVE; in filter()
191 }else if(idet->last_type == PROGRESSIVE){ in filter()
223 … av_dict_set_fxp(metadata, "lavfi.idet.single.progressive", idet->prestat[PROGRESSIVE], 2, 0); in filter()
229 … av_dict_set_fxp(metadata, "lavfi.idet.multiple.progressive", idet->poststat[PROGRESSIVE], 2, 0); in filter()
288 if (idet->last_type == PROGRESSIVE) { in filter_frame()
348 idet->total_prestat[PROGRESSIVE], in uninit()
354 idet->total_poststat[PROGRESSIVE], in uninit()
Dvf_phase.c31 PROGRESSIVE, enumerator
81 …{ "mode", "set phase mode", OFFSET(mode), AV_OPT_TYPE_INT, {.i64=AUTO_ANALYZE}, PROGRESSIVE, AUTO_…
82 CONST("p", "progressive", PROGRESSIVE, "mode"),
180 mode = PROGRESSIVE; in filter_frame()
Dphase_template.c61 TOP_FIRST : BOTTOM_FIRST : PROGRESSIVE; in fn()
175 mode = PROGRESSIVE; in fn()
Dvf_idet.h32 PROGRESSIVE, enumerator
/third_party/ffmpeg/libavcodec/
Dvaapi_vc1.c49 return v->fcm == PROGRESSIVE && in vc1_has_MVTYPEMB_bitplane()
61 return (v->fcm == PROGRESSIVE || v->fcm == ILACE_FRAME) && in vc1_has_SKIPMB_bitplane()
71 return (v->fcm == PROGRESSIVE || v->fcm == ILACE_FRAME) && in vc1_has_DIRECTMB_bitplane()
143 if ((v->fcm == PROGRESSIVE || v->fcm == ILACE_FIELD) && in vc1_get_MVMODE()
153 if ((v->fcm == PROGRESSIVE || v->fcm == ILACE_FIELD) && in vc1_get_MVMODE2()
176 if ((v->fcm == PROGRESSIVE && v->mv_mode == MV_PMODE_INTENSITY_COMP) || in vc1_get_LUMSCALE()
192 if ((v->fcm == PROGRESSIVE && v->mv_mode == MV_PMODE_INTENSITY_COMP) || in vc1_get_LUMSHIFT()
296 .cbp_table = (v->fcm == PROGRESSIVE ? v->cbptab : v->icbptab), in vaapi_vc1_start_frame()
343 … .mv_table = (v->fcm == PROGRESSIVE ? s->mv_table_index : v->imvtab), in vaapi_vc1_start_frame()
Dvc1.h149 PROGRESSIVE = 0, ///< in the bitstream is reported as 00b enumerator
Dvc1.c632 v->fcm = PROGRESSIVE; in ff_vc1_parse_frame_header()
879 fcm = PROGRESSIVE; in ff_vc1_parse_frame_header_adv()
960 if (v->fcm == PROGRESSIVE) { in ff_vc1_parse_frame_header_adv()
1148 if (v->fcm == PROGRESSIVE) { // progressive in ff_vc1_parse_frame_header_adv()
1334 else if (v->fcm != PROGRESSIVE && !v->s.quarter_sample) { in ff_vc1_parse_frame_header_adv()
Ddxva2_vc1.c119 pp->bPicExtrapolation = (!v->interlace || v->fcm == PROGRESSIVE) ? 1 : 2; in fill_picture_parameters()
Dvc1dec.c883 v->s.current_picture_ptr->f->interlaced_frame = (v->fcm != PROGRESSIVE); in vc1_decode_frame()
Dvc1_block.c1003 if (v->fcm == PROGRESSIVE) in vc1_decode_intra_block()
2835 … if (v->fcm == ILACE_FIELD || (v->fcm == PROGRESSIVE && v->mv_type_is_raw) || v->skip_is_raw) in vc1_decode_p_blocks()
/third_party/ffmpeg/doc/
Dfilters.texi28037 @item PROGRESSIVE