Searched refs:PROGRESSIVE (Results 1 – 11 of 11) sorted by relevance
/third_party/ffmpeg/libavfilter/ |
D | vf_idet.c | 47 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()
|
D | vf_phase.c | 31 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()
|
D | phase_template.c | 61 TOP_FIRST : BOTTOM_FIRST : PROGRESSIVE; in fn() 175 mode = PROGRESSIVE; in fn()
|
D | vf_idet.h | 32 PROGRESSIVE, enumerator
|
/third_party/ffmpeg/libavcodec/ |
D | vaapi_vc1.c | 49 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()
|
D | vc1.h | 149 PROGRESSIVE = 0, ///< in the bitstream is reported as 00b enumerator
|
D | vc1.c | 632 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()
|
D | dxva2_vc1.c | 119 pp->bPicExtrapolation = (!v->interlace || v->fcm == PROGRESSIVE) ? 1 : 2; in fill_picture_parameters()
|
D | vc1dec.c | 883 v->s.current_picture_ptr->f->interlaced_frame = (v->fcm != PROGRESSIVE); in vc1_decode_frame()
|
D | vc1_block.c | 1003 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/ |
D | filters.texi | 28037 @item PROGRESSIVE
|