Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Ddv.h87 #define DV_PROFILE_IS_720p50(p) (((p)->video_stype == 0x18) && ((p)->dsf == 1)) macro
112 if (DV_PROFILE_IS_720p50(d)) in dv_work_pool_size()
Ddv.c186 !(DV_PROFILE_IS_720p50(d) && s > 9)) { in ff_dv_init_dynamic_tables()