Home
last modified time | relevance | path

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

/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dastcenc_ideal_endpoints_and_weights.cpp358 unsigned int omitted_component in compute_ideal_colors_and_weights_3_comp() argument
373 if (omitted_component == 0) in compute_ideal_colors_and_weights_3_comp()
380 else if (omitted_component == 1) in compute_ideal_colors_and_weights_3_comp()
387 else if (omitted_component == 2) in compute_ideal_colors_and_weights_3_comp()
396 assert(omitted_component == 3); in compute_ideal_colors_and_weights_3_comp()
406 if (omitted_component == 3) in compute_ideal_colors_and_weights_3_comp()
412 compute_avgs_and_dirs_3_comp(pi, blk, omitted_component, pms); in compute_ideal_colors_and_weights_3_comp()
480 assert(omitted_component < BLOCK_MAX_COMPONENTS); in compute_ideal_colors_and_weights_3_comp()
481 switch (omitted_component) in compute_ideal_colors_and_weights_3_comp()
Dastcenc_averages_and_directions.cpp462 unsigned int omitted_component, in compute_avgs_and_dirs_3_comp() argument
474 if (omitted_component == 0) in compute_avgs_and_dirs_3_comp()
485 else if (omitted_component == 1) in compute_avgs_and_dirs_3_comp()
495 else if (omitted_component == 2) in compute_avgs_and_dirs_3_comp()
Dastcenc_internal.h1437 unsigned int omitted_component,