Lines Matching refs:quantized
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 = vec[j]*IQ; in quantize_and_encode_band_cost_template()
125 qenergy += quantized*quantized; in quantize_and_encode_band_cost_template()
127 out[i+j] = quantized; in quantize_and_encode_band_cost_template()
128 rd += (in[i+j] - quantized)*(in[i+j] - quantized); in quantize_and_encode_band_cost_template()