Home
last modified time | relevance | path

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

/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dastcenc_compute_variance.cpp122 float* input_alpha_averages = ctx.input_alpha_averages; in compute_pixel_region_variance() local
388 input_alpha_averages[out_index] = (vasum * alpha_rsamples); in compute_pixel_region_variance()
416 input_alpha_averages[out_index] = (vasum * alpha_rsamples); in compute_pixel_region_variance()
Dastcenc_entry.cpp752 ctx->input_alpha_averages = nullptr; in astcenc_context_alloc()
948 float a_avg = ctx.input_alpha_averages[ay * dim_x + ax]; in compress_image()
1126 ctx->input_alpha_averages = new float[texel_count]; in astcenc_compress_image()
1149 delete[] ctx->input_alpha_averages; in astcenc_compress_image()
1150 ctx->input_alpha_averages = nullptr; in astcenc_compress_image()
Dastcenc_internal.h1219 float* input_alpha_averages; member