| 101 | * @return quantization distortion |
| 102 | */ |
| 103 | static float quantize_and_encode_band_cost(struct AACEncContext *s, |
| 104 | PutBitContext *pb, const float *in, |
| 105 | const float *scaled, int size, int scale_idx, |
| 106 | int cb, const float lambda, const float uplim, |
nothing calls this directly
no outgoing calls
no test coverage detected