Searched refs:subband_scale (Results 1 – 3 of 3) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | aac.h | 372 void (*subband_scale)(int *dst, int *src, int scale, int offset, int len, void *log_context); member
|
D | aacdec_fixed.c | 168 static void subband_scale(int *dst, int *src, int scale, int offset, int len, void *log_context) in subband_scale() function
|
D | aacdec_template.c | 2035 ac->subband_scale(cfo, cfo, sf[idx], 34, off_len, ac->avctx); in decode_spectrum_and_dequant() 2262 ac->subband_scale(coef1 + group * 128 + offsets[i], 3533 c->subband_scale = subband_scale;
|