Home
last modified time | relevance | path

Searched refs:quantize_band_cost_cached (Results 1 - 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Daacenc_quantization_misc.h31 static inline float quantize_band_cost_cached(struct AACEncContext *s, int w, int g, const float *in, in quantize_band_cost_cached() function
H A Daaccoder_twoloop.h397 dist += quantize_band_cost_cached(s, w + w2, g, coefs + w2*128, in search_for_quantizers_twoloop()
478 dist += quantize_band_cost_cached(s, w + w2, g, coefs + w2*128, in search_for_quantizers_twoloop()
634 dist += quantize_band_cost_cached(s, w + w2, g, coefs + w2*128, in search_for_quantizers_twoloop()
671 dist += quantize_band_cost_cached(s, w + w2, g, coefs + w2*128, in search_for_quantizers_twoloop()
H A Daaccoder.c487 dist += quantize_band_cost_cached(s, w + w2, g, in search_for_quantizers_fast()

Completed in 4 milliseconds