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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Daaccoder.c256 static float quantize_band_cost(struct AACEncContext *s, const float *in, function
350 rd += quantize_band_cost(s, sce->coeffs + start + w*128,
472 rd += quantize_band_cost(s, sce->coeffs + start + w*128,
659 dist += quantize_band_cost(s, coefs + w2*128, s->scoefs + start + w2*128, sce->ics.swb_sizes[g],
797 dist += quantize_band_cost(s, coefs + w2*128,
963 dist += quantize_band_cost(s, coefs + w2*128,
1083 dist1 += quantize_band_cost(s, sce0->coeffs + start + w2*128,
1089 dist1 += quantize_band_cost(s, sce1->coeffs + start + w2*128,
1095 dist2 += quantize_band_cost(s, M,
1101 dist2 += quantize_band_cost(
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Daaccoder.c257 static float quantize_band_cost(struct AACEncContext *s, const float *in, function
351 rd += quantize_band_cost(s, sce->coeffs + start + w*128,
473 bits += quantize_band_cost(s, sce->coeffs + start + w*128,
657 dist += quantize_band_cost(s, coefs + w2*128, s->scoefs + start + w2*128, sce->ics.swb_sizes[g],
797 dist += quantize_band_cost(s, coefs + w2*128,
963 dist += quantize_band_cost(s, coefs + w2*128,
1083 dist1 += quantize_band_cost(s, sce0->coeffs + start + w2*128,
1089 dist1 += quantize_band_cost(s, sce1->coeffs + start + w2*128,
1095 dist2 += quantize_band_cost(s, M,
1101 dist2 += quantize_band_cost(
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/mips/
H A Daaccoder_mips.c2103 static float quantize_band_cost(struct AACEncContext *s, const float *in, function
2231 dist += quantize_band_cost(s, coefs + w2*128,
2329 dist1 += quantize_band_cost(s, sce0->coeffs + start + w2*128,
2335 dist1 += quantize_band_cost(s, sce1->coeffs + start + w2*128,
2341 dist2 += quantize_band_cost(s, M,
2347 dist2 += quantize_band_cost(s, S,

Completed in 91 milliseconds