Searched refs:FF_PROFILE_VP9_3 (Results 1 – 6 of 6) sorted by relevance
157 avctx->profile = FF_PROFILE_VP9_3; in set_pix_fmt()168 avctx->profile = FF_PROFILE_VP9_3; in set_pix_fmt()179 avctx->profile = FF_PROFILE_VP9_3; in set_pix_fmt()
143 { FF_PROFILE_VP9_3, "Profile 3" },
217 case FF_PROFILE_VP9_3: in vdpau_vp9_init()
1944 #define FF_PROFILE_VP9_3 3 macro
136 profile = (bit_depth == 8) ? FF_PROFILE_VP9_1 : FF_PROFILE_VP9_3; in ff_isom_get_vpcc_features()
1040 Add FF_PROFILE_VP9_2 and FF_PROFILE_VP9_3.