Searched refs:FF_PROFILE_VP9_2 (Results 1 – 8 of 8) sorted by relevance
142 { FF_PROFILE_VP9_2, "Profile 2" },
212 { FF_PROFILE_VP9_2, 10, 3, 1, 1, VAProfileVP9Profile2 },
214 case FF_PROFILE_VP9_2: in vdpau_vp9_init()
146 avctx->profile = FF_PROFILE_VP9_2; in set_pix_fmt()
1943 #define FF_PROFILE_VP9_2 2 macro
74 static const int prof_vp9_profile2[] = {FF_PROFILE_VP9_2,
134 profile = (bit_depth == 8) ? FF_PROFILE_VP9_0 : FF_PROFILE_VP9_2; in ff_isom_get_vpcc_features()
1040 Add FF_PROFILE_VP9_2 and FF_PROFILE_VP9_3.