Searched refs:quantize_band_cost_cached (Results 1 - 3 of 3) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | aacenc_quantization_misc.h | 31 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 D | aaccoder_twoloop.h | 397 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 D | aaccoder.c | 487 dist += quantize_band_cost_cached(s, w + w2, g, in search_for_quantizers_fast()
|
Completed in 4 milliseconds