Searched refs:quantized (Results 1 - 6 of 6) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | aacenc_quantization.h | 91 float quantized, rd = 0.0f; in quantize_and_encode_band_cost_template() local 104 quantized = CLIPPED_ESCAPE; in quantize_and_encode_band_cost_template() 108 quantized = c*cbrtf(c)*IQ; in quantize_and_encode_band_cost_template() 112 quantized = vec[j]*IQ; in quantize_and_encode_band_cost_template() 114 di = t - quantized; in quantize_and_encode_band_cost_template() 116 out[i+j] = in[i+j] >= 0 ? quantized : -quantized; in quantize_and_encode_band_cost_template() 119 qenergy += quantized*quantized; in quantize_and_encode_band_cost_template() 124 quantized in quantize_and_encode_band_cost_template() [all...] |
H A D | dcaenc.c | 88 int32_t quantized[MAX_CHANNELS][DCAENC_SUBBANDS][SUBBAND_SAMPLES]; member 664 c->adpcm_history[ch][band] + 4, c->quantized[ch][band], in quantize_adpcm_subband() 688 c->quantized[ch][band][sample] = val; in quantize_pcm() 695 static void accumulate_huff_bit_consumption(int abits, int32_t *quantized, in accumulate_huff_bit_consumption() argument 700 result[sel] += ff_dca_vlc_calc_quant_bits(quantized, SUBBAND_SAMPLES, in accumulate_huff_bit_consumption() 832 c->quantized[ch][band], in init_quantization_noise() 921 c->quantized[ch][band]+12, step_size, in fill_in_adpcm_bufer() 1086 ff_dca_vlc_enc_quant(&c->pb, &c->quantized[ch][band][ss * 8], 8, in put_subframe_samples() 1097 sum += c->quantized[ch][band][ss * 8 + i + j]; in put_subframe_samples() 1108 put_sbits(&c->pb, bits, c->quantized[c in put_subframe_samples() [all...] |
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
H A D | const_folding_rules.cpp | 443 utils::HexFloat<utils::FloatProxy<utils::Float16>> quantized(0); 445 orignal.castTo(quantized, utils::round_direction::kToZero); 446 quantized.castTo(result, utils::round_direction::kToZero);
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | const_folding_rules.cpp | 499 utils::HexFloat<utils::FloatProxy<utils::Float16>> quantized(0); 501 orignal.castTo(quantized, utils::round_direction::kToZero); 502 quantized.castTo(result, utils::round_direction::kToZero);
|
/third_party/spirv-tools/source/opt/ |
H A D | const_folding_rules.cpp | 879 utils::HexFloat<utils::FloatProxy<utils::Float16>> quantized(0); 881 orignal.castTo(quantized, utils::round_direction::kToZero); 882 quantized.castTo(result, utils::round_direction::kToZero);
|
/third_party/ffmpeg/libavcodec/x86/ |
H A D | vp3dsp.asm | 530 ; eax = quantized input
|
Completed in 9 milliseconds