Home
last modified time | relevance | path

Searched refs:quantize_band_cost (Results 1 - 6 of 6) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Daacenc_is.c67 dist1 += quantize_band_cost(s, &L[start + (w+w2)*128], L34, in ff_aac_is_encoding_err()
72 dist1 += quantize_band_cost(s, &R[start + (w+w2)*128], R34, in ff_aac_is_encoding_err()
77 dist2 += quantize_band_cost(s, IS, I34, sce0->ics.swb_sizes[g], in ff_aac_is_encoding_err()
H A Daacenc_quantization_misc.h40 entry->rd = quantize_band_cost(s, in, scaled, size, scale_idx, in quantize_band_cost_cached()
H A Daacenc_ltp.c195 dist1 += quantize_band_cost(s, &sce->coeffs[start+(w+w2)*128], C34, sce->ics.swb_sizes[g], in ff_aac_search_for_ltp()
198 dist2 += quantize_band_cost(s, PCD, PCD34, sce->ics.swb_sizes[g], in ff_aac_search_for_ltp()
H A Daaccoder.c123 rd += quantize_band_cost(s, &sce->coeffs[start + w*128], in encode_window_bands_info()
348 dist += quantize_band_cost(s, coefs + w2*128, s->scoefs + start + w2*128, sce->ics.swb_sizes[g], in search_for_quantizers_anmr()
656 dist1 += quantize_band_cost(s, &sce->coeffs[start_c], in search_for_pns()
840 dist1 += quantize_band_cost(s, &sce0->coeffs[start + (w+w2)*128], in search_for_ms()
846 dist1 += quantize_band_cost(s, &sce1->coeffs[start + (w+w2)*128], in search_for_ms()
852 dist2 += quantize_band_cost(s, M, in search_for_ms()
858 dist2 += quantize_band_cost(s, S, in search_for_ms()
H A Daacenc_quantization.h250 static inline float quantize_band_cost(struct AACEncContext *s, const float *in, in quantize_band_cost() function
/third_party/ffmpeg/libavcodec/mips/
H A Daaccoder_mips.c2326 static float quantize_band_cost(struct AACEncContext *s, const float *in, in quantize_band_cost() function
2422 dist1 += quantize_band_cost(s, &sce0->coeffs[start + (w+w2)*128], in search_for_ms_mips()
2428 dist1 += quantize_band_cost(s, &sce1->coeffs[start + (w+w2)*128], in search_for_ms_mips()
2434 dist2 += quantize_band_cost(s, M, in search_for_ms_mips()
2440 dist2 += quantize_band_cost(s, S, in search_for_ms_mips()

Completed in 12 milliseconds