Home
last modified time | relevance | path

Searched refs:DV_PROFILE_IS_1080i50 (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/
Ddv.h85 #define DV_PROFILE_IS_1080i50(p) (((p)->video_stype == 0x14) && ((p)->dsf == 1)) macro
110 if (DV_PROFILE_IS_1080i50(d)) in dv_work_pool_size()
Ddv.c185 if (!(DV_PROFILE_IS_1080i50(d) && c != 0 && s == 11) && in ff_dv_init_dynamic_tables()