Lines Matching defs:ptl
123 const H265ProfileDescriptor *ff_h265_get_profile(const H265RawProfileTierLevel *ptl)
127 if (ptl->general_profile_space)
133 if (ptl->general_profile_idc &&
134 ptl->general_profile_idc != profile->profile_idc)
136 if (!ptl->general_profile_compatibility_flag[profile->profile_idc])
141 if (profile->name != ptl->general_ ## name ## _constraint_flag) \
162 const H265LevelDescriptor *ff_h265_guess_level(const H265RawProfileTierLevel *ptl,
173 if (ptl)
174 profile = ff_h265_get_profile(ptl);
184 if (ptl) {
185 tier_flag = ptl->general_tier_flag;
186 lbr_flag = ptl->general_lower_bit_rate_constraint_flag;