Lines Matching defs:profile
162 * @brief Validate config profile.
164 * @param profile The profile to check.
169 astcenc_profile profile
173 switch (static_cast<int>(profile))
220 * @param profile The profile to check.
226 astcenc_profile profile,
244 // Decode_unorm8 must only be used with an LDR profile
246 bool is_hdr = (profile == ASTCENC_PRF_HDR) || (profile == ASTCENC_PRF_HDR_RGB_LDR_A);
371 status = validate_profile(config.profile);
377 status = validate_flags(config.profile, config.flags);
437 astcenc_profile profile,
473 // process any additional settings, such as color profile and flags, which may replace some of
575 // Set heuristics to the defaults for each color profile
585 config.profile = profile;
589 switch (static_cast<int>(profile))
604 status = validate_flags(profile, flags);
741 if ((ctx->config.profile == ASTCENC_PRF_LDR) || (ctx->config.profile == ASTCENC_PRF_LDR_SRGB))
841 astcenc_profile decode_mode = ctx.config.profile;
1269 decompress_symbolic_block(ctx->config.profile, *ctx->bsd,
1316 info->profile = ctx->config.profile;
1365 unpack_color_endpoints(ctx->config.profile,