Searched refs:calQualityEnable (Results 1 - 5 of 5) sorted by relevance
/third_party/astc-encoder/Source/ |
H A D | astcenc.h | 805 bool calQualityEnable,
|
H A D | astcenc_entry.cpp | 833 bool calQualityEnable, in compress_image() 978 if (calQualityEnable) { in compress_image() 985 compress_block(ctx, blk, bp, temp_buffers, calQualityEnable, mseBlock); in compress_image() 1067 bool calQualityEnable, in astcenc_compress_image() 1146 compress_image(*ctxo, thread_index, image, *swizzle, data_out, calQualityEnable, mse); in astcenc_compress_image() 826 compress_image( astcenc_context& ctxo, unsigned int thread_index, const astcenc_image& image, const astcenc_swizzle& swizzle, uint8_t* buffer, bool calQualityEnable, int32_t *mse[RGBA_COM] ) compress_image() argument 1060 astcenc_compress_image( astcenc_context* ctxo, astcenc_image* imagep, const astcenc_swizzle* swizzle, uint8_t* data_out, size_t data_len, bool calQualityEnable, int32_t *mse[RGBA_COM], unsigned int thread_index ) astcenc_compress_image() argument
|
H A D | astcenccli_toplevel.cpp | 151 bool calQualityEnable; member 244 work->calQualityEnable, work->mse, in compression_workload_runner() 2228 work.calQualityEnable = true; 2230 if (work.calQualityEnable) { 2263 work.calQualityEnable, work.mse, 2286 if (work.calQualityEnable && !CheckQuality(work.mse, blocks_x * blocks_y, config.block_x * config.block_y)) { 2289 if (work.calQualityEnable) {
|
H A D | astcenc_compress_symbolic.cpp | 1393 bool calQualityEnable, in compress_block() 1530 if (calQualityEnable) { in compress_block() 1752 if (calQualityEnable) { in compress_block() 1387 compress_block( const astcenc_contexti& ctx, const image_block& blk, uint8_t pcb[16], compression_working_buffers& tmpbuf, bool calQualityEnable, int32_t *mseBlock[RGBA_COM] ) compress_block() argument
|
H A D | astcenc_internal.h | 2085 bool calQualityEnable,
|
Completed in 20 milliseconds