Home
last modified time | relevance | path

Searched refs:ASTCENC_FLG_USE_ALPHA_WEIGHT (Results 1 – 3 of 3) sorted by relevance

/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dastcenc.h324 static const unsigned int ASTCENC_FLG_USE_ALPHA_WEIGHT = 1 << 2; variable
382 ASTCENC_FLG_USE_ALPHA_WEIGHT |
Dastcenccli_toplevel.cpp552 flags |= ASTCENC_FLG_USE_ALPHA_WEIGHT; in init_astcenc_config()
1211 printf(" RGB alpha scale weight: %d\n", (config.flags & ASTCENC_FLG_USE_ALPHA_WEIGHT)); in print_astcenc_config()
1212 if ((config.flags & ASTCENC_FLG_USE_ALPHA_WEIGHT)) in print_astcenc_config()
Dastcenc_entry.cpp967 if (ctx.config.flags & ASTCENC_FLG_USE_ALPHA_WEIGHT) in compress_image()