Searched refs:Scale_sig (Results 1 – 5 of 5) sorted by relevance
/aosp12/frameworks/av/media/codecs/amrwb/enc/src/ |
H A D | voAMRWBEnc.c | 351 Scale_sig(st->mem_syn, M, exp); in coder() 352 Scale_sig(st->mem_decim2, 3, exp); in coder() 353 Scale_sig(&(st->mem_wsp), 1, exp); in coder() 354 Scale_sig(&(st->mem_w0), 1, exp); in coder() 366 Scale_sig(buf, L_FRAME, 1 - Q_new); in coder() 474 Scale_sig(wsp, L_FRAME / OPL_DECIM, shift); in coder() 480 Scale_sig(old_wsp, PIT_MAX / OPL_DECIM, exp); in coder() 835 Scale_sig(h2, L_SUBFR, -2); in coder() 1195 Scale_sig(exc2, L_SUBFR, shift); in coder() 1413 Scale_sig(exc, L_SUBFR, -3); in synthesis() [all …]
|
H A D | scale.c | 27 void Scale_sig( in Scale_sig() function
|
/aosp12/frameworks/av/media/codecs/amrwb/enc/src/asm/ARMV5E/ |
H A D | scale_sig_opt.s | 17 @void Scale_sig(
|
/aosp12/frameworks/av/media/codecs/amrwb/enc/src/asm/ARMV7/ |
H A D | scale_sig_neon.s | 18 @void Scale_sig(
|
/aosp12/frameworks/av/media/codecs/amrwb/enc/inc/ |
H A D | acelp.h | 490 void Scale_sig(
|