Searched refs:subband_scale (Results 1 - 3 of 3) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | aac.h | 379 void (*subband_scale)(int *dst, int *src, int scale, int offset, int len, void *log_context); member
|
H A D | aacdec_fixed.c | 167 static void subband_scale(int *dst, int *src, int scale, int offset, int len, void *log_context) in subband_scale() function 194 av_log(log_context, AV_LOG_ERROR, "Overflow in subband_scale()\n"); in subband_scale()
|
H A D | aacdec_template.c | 2050 ac->subband_scale(cfo, cfo, sf[idx], 34, off_len, ac->avctx); in decode_spectrum_and_dequant() 2277 ac->subband_scale(coef1 + group * 128 + offsets[i], 3550 c->subband_scale = subband_scale;
|
Completed in 7 milliseconds