Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Daac.h372 void (*subband_scale)(int *dst, int *src, int scale, int offset, int len, void *log_context); member
Daacdec_fixed.c168 static void subband_scale(int *dst, int *src, int scale, int offset, int len, void *log_context) in subband_scale() function
Daacdec_template.c2035 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;