Searched refs:FF_PROFILE_VP9_0 (Results 1 – 8 of 8) sorted by relevance
140 { FF_PROFILE_VP9_0, "Profile 0" },
211 { FF_PROFILE_VP9_0, 8, 3, 1, 1, VAProfileVP9Profile0 },
208 case FF_PROFILE_VP9_0: in vdpau_vp9_init()
127 avctx->profile = FF_PROFILE_VP9_0; in set_pix_fmt()
1941 #define FF_PROFILE_VP9_0 0 macro
72 static const int prof_vp9_profile0[] = {FF_PROFILE_VP9_0,
134 profile = (bit_depth == 8) ? FF_PROFILE_VP9_0 : FF_PROFILE_VP9_2; in ff_isom_get_vpcc_features()
1043 Add FF_PROFILE_VP9_0 and FF_PROFILE_VP9_1.