Home
last modified time | relevance | path

Searched refs:uplim (Results 1 – 5 of 5) sorted by relevance

/third_party/ffmpeg/libavcodec/
Daacenc_quantization.h45 int cb, const float lambda, const float uplim, in quantize_and_encode_band_cost_template() argument
133 if (cost >= uplim) in quantize_and_encode_band_cost_template()
134 return uplim; in quantize_and_encode_band_cost_template()
165 const float lambda, const float uplim, in quantize_and_encode_band_cost_NONE() argument
176 int cb, const float lambda, const float uplim, \
180 BT_ESC ? ESC_BT : cb, lambda, uplim, bits, energy, \
199 int cb, const float lambda, const float uplim,
223 int cb, const float lambda, const float uplim,
245 lambda, uplim, bits, energy, rtz) \ argument
248 lambda, uplim, bits, energy)
[all …]
Daacenc_quantization_misc.h33 int cb, const float lambda, const float uplim, in quantize_band_cost_cached() argument
41 cb, lambda, uplim, &entry->bits, &entry->energy, rtz); in quantize_band_cost_cached()
Daaccoder_twoloop.h222 float uplim = 0.0f, energy = 0.0f, spread = 0.0f; in search_for_quantizers_twoloop() local
232 uplim = 0.0f; in search_for_quantizers_twoloop()
239 uplim += band->threshold; in search_for_quantizers_twoloop()
245 uplims[w*16+g] = uplim; in search_for_quantizers_twoloop()
251 spread_thr_r[w*16+g] = energy * nz / (uplim * spread); in search_for_quantizers_twoloop()
Daaccoder.c417 float uplim = 0.0f, energy = 0.0f; in search_for_quantizers_fast() local
420 uplim += band->threshold; in search_for_quantizers_fast()
428 uplims[w*16+g] = uplim *512; in search_for_quantizers_fast()
432 minthr = FFMIN(minthr, uplim); in search_for_quantizers_fast()
/third_party/ffmpeg/libavcodec/mips/
Daaccoder_mips.c141 int cb, const float lambda, const float uplim, in quantize_and_encode_band_cost_SQUAD_mips() argument
237 int cb, const float lambda, const float uplim, in quantize_and_encode_band_cost_UQUAD_mips() argument
352 int cb, const float lambda, const float uplim, in quantize_and_encode_band_cost_SPAIR_mips() argument
455 int cb, const float lambda, const float uplim, in quantize_and_encode_band_cost_UPAIR7_mips() argument
573 … int cb, const float lambda, const float uplim, in quantize_and_encode_band_cost_UPAIR12_mips() argument
690 int cb, const float lambda, const float uplim, in quantize_and_encode_band_cost_ESC_mips() argument
935 … int cb, const float lambda, const float uplim, in quantize_and_encode_band_cost_NONE_mips() argument
943 … int cb, const float lambda, const float uplim, in quantize_and_encode_band_cost_ZERO_mips() argument
963 … int cb, const float lambda, const float uplim,
985 lambda, uplim, bits, energy, ROUNDING) \ argument
[all …]