Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Daac.h379 void (*subband_scale)(int *dst, int *src, int scale, int offset, int len, void *log_context); member
H A Daacdec_fixed.c167 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 Daacdec_template.c2050 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