Home
last modified time | relevance | path

Searched defs:quant_level (Results 1 – 7 of 7) sorted by relevance

/third_party/astc-encoder/Source/
Dastcenc_color_unquantize.cpp38 quant_method quant_level, in unquant_color()
57 quant_method quant_level, in unquant_color()
92 quant_method quant_level, in rgba_delta_unpack()
138 quant_method quant_level, in rgb_delta_unpack()
159 quant_method quant_level, in rgba_unpack()
193 quant_method quant_level, in rgb_unpack()
218 quant_method quant_level, in rgb_scale_alpha_unpack()
248 quant_method quant_level, in rgb_scale_unpack()
274 quant_method quant_level, in luminance_unpack()
296 quant_method quant_level, in luminance_delta_unpack()
[all …]
Dastcenc_color_quantize.cpp54 quant_method quant_level, in quant_color_clamp()
72 quant_method quant_level, in quant_color()
88 quant_method quant_level, in unquant_color()
110 quant_method quant_level in quantize_rgb()
171 quant_method quant_level in quantize_rgba()
200 quant_method quant_level in try_quantize_rgb_blue_contract()
275 quant_method quant_level in try_quantize_rgba_blue_contract()
306 quant_method quant_level in try_quantize_rgb_delta()
437 quant_method quant_level in try_quantize_rgb_delta_blue_contract()
599 quant_method quant_level in try_quantize_alpha_delta()
[all …]
Dastcenc_integer_sequence.cpp428 quant_method quant_level in get_ise_sequence_bitcount()
500 quant_method quant_level, in encode_ise()
659 quant_method quant_level, in decode_ise()
Dastcenc_pick_best_endpoint_format.cpp706 int quant_level = quant_mode_table[integer_count][bits_available]; in one_partition_find_best_combination_for_bitcount() local
816 int quant_level = quant_mode_table[integer_count][bits_available]; in two_partitions_find_best_combination_for_bitcount() local
941 int quant_level = quant_mode_table[integer_count][bits_available]; in three_partitions_find_best_combination_for_bitcount() local
1077 int quant_level = quant_mode_table[integer_count][bits_available]; in four_partitions_find_best_combination_for_bitcount() local
Dastcenc_decompress_symbolic.cpp130 quant_method quant_level, in unpack_weights()
Dastcenc_ideal_endpoints_and_weights.cpp935 quant_method quant_level in compute_quantized_weights_for_decimation()
/third_party/ffmpeg/libavcodec/
Ddca_lbr.c635 static void parse_ch(DCALbrDecoder *s, int ch, int sb, int quant_level, int flag) in parse_ch()
712 int sb, sb_g3, sb_reorder, quant_level; in parse_ts() local