OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:q_new
(Results
1 - 6
of
6
) sorted by null
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/asm/ARMV7/
Syn_filt_32_neon.s
46
ADD r7, r3, #4 @ 4 +
Q_new
47
MOV r3, r6, ASR r7 @ a0 = Aq[0] >> (4 +
Q_new
)
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/
voAMRWBEnc.c
73
Word16
Q_new
, /* (i) : scaling performed on exc */
203
Word16 tmp, gain1, gain2, exp,
Q_new
, mu, shift, max;
313
Q_new
= shift;
314
if (
Q_new
> st->Q_max[0])
316
Q_new
= st->Q_max[0];
318
if (
Q_new
> st->Q_max[1])
320
Q_new
= st->Q_max[1];
322
exp = (
Q_new
- st->Q_old);
323
st->Q_old =
Q_new
;
334
L_tmp = (L_tmp <<
Q_new
);
[
all
...]
/frameworks/av/media/libstagefright/codecs/amrwb/src/
pvamrwbdecoder.cpp
322
int16 fac, stab_fac, voice_fac,
Q_new
= 0;
844
/* find best scaling to perform on excitation (
Q_new
) */
855
/* limit scaling (
Q_new
) to Q_MAX: see pv_amr_wb_cnst.h and syn_filt_32() */
861
Q_new
= 0;
865
while ((L_tmp < 0x08000000L) && (
Q_new
< tmp))
868
Q_new
+= 1;
875
(int16)(
Q_new
- st->Q_old));
877
st->Q_old =
Q_new
;
960
tmp = add_int16(norm_s(max),
Q_new
) - 1;
1043
gain_code = amr_wb_round(shl_int32(L_gain_code,
Q_new
));
[
all
...]
synthesis_amr_wb.cpp
49
int16
Q_new
, (i) : scaling performed on exc
139
int16
Q_new
, /* (i) : scaling performed on exc */
186
Syn_filt_32(Aq, M, exc,
Q_new
, synth_hi + M, synth_lo + M, L_SUBFR);
248
Q_new
-= 3;
251
exp_ener -=
Q_new
<< 1;
synthesis_amr_wb.h
79
int16
Q_new
, /* (i) : scaling performed on exc */
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/asm/ARMV5E/
Syn_filt_32_opt.s
46
ADD r7, r3, #4 @ 4 +
Q_new
47
MOV r3, r6, ASR r7 @ a0 = Aq[0] >> (4 +
Q_new
)
Completed in 1301 milliseconds