Searched refs:Scale_sig_opt (Results 1 – 4 of 4) sorted by relevance
/aosp12/frameworks/av/media/codecs/amrwb/enc/src/asm/ARMV5E/ |
H A D | scale_sig_opt.s | 28 .global Scale_sig_opt 30 Scale_sig_opt: label
|
/aosp12/frameworks/av/media/codecs/amrwb/enc/src/asm/ARMV7/ |
H A D | scale_sig_neon.s | 29 .global Scale_sig_opt 31 Scale_sig_opt: label
|
/aosp12/frameworks/av/media/codecs/amrwb/enc/src/ |
H A D | voAMRWBEnc.c | 364 Scale_sig_opt(buf, L_FRAME, 1 - Q_new); in coder() 472 Scale_sig_opt(wsp, L_FRAME / OPL_DECIM, shift); in coder() 831 Scale_sig_opt(h2, L_SUBFR, -2); in coder() 832 Scale_sig_opt(xn, L_SUBFR, shift); /* scaling of xn[] to limit dynamic at 12 bits */ in coder() 833 Scale_sig_opt(h1, L_SUBFR, 1 + shift); /* set h1[] in Q15 with scaling for convolution */ in coder() 1066 Scale_sig_opt(cn, L_SUBFR, shift); /* scaling of cn[] to limit dynamic at 12 bits */ in coder() 1193 Scale_sig_opt(exc2, L_SUBFR, shift); in coder() 1409 Scale_sig_opt(exc, L_SUBFR, -3); in synthesis() 1504 Scale_sig_opt(HF_SP, L_SUBFR16k, -1); in synthesis()
|
/aosp12/frameworks/av/media/codecs/amrwb/enc/inc/ |
H A D | acelp.h | 496 void Scale_sig_opt(
|