subband_scale     371 libavcodec/aac.h     void (*subband_scale)(int *dst, int *src, int scale, int offset, int len, void *log_context);
subband_scale    1932 libavcodec/aacdec_template.c                     ac->subband_scale(cfo, cfo, sf[idx], 34, off_len, ac->avctx);
subband_scale    2159 libavcodec/aacdec_template.c                         ac->subband_scale(coef1 + group * 128 + offsets[i],
subband_scale    3429 libavcodec/aacdec_template.c     c->subband_scale                            = subband_scale;