OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:l_tmp
(Results
51 - 58
of
58
) sorted by null
1
2
3
/frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
d_gain_c.cpp
204
Word32
L_tmp
;
236
L_tmp
= L_mult(*p++, gcode0, pOverflow);
237
L_tmp
= L_shr(
L_tmp
, sub(9, exp, pOverflow), pOverflow);
238
*gain_code = extract_h(
L_tmp
); /* Q1 */
/frameworks/av/media/libstagefright/codecs/amrwb/src/
pit_shrp.cpp
122
int32
L_tmp
;
126
L_tmp
= mac_16by16_to_int32((int32)x[i] << 16, x[i - pit_lag], sharp);
127
x[i] = amr_wb_round(
L_tmp
);
preemph_amrwb_dec.cpp
121
int32
L_tmp
;
125
L_tmp
= msu_16by16_from_int32((int32)x[i] << 16, x[i - 1], mu);
126
x[i] = amr_wb_round(
L_tmp
);
scale_signal.cpp
126
int32
L_tmp
;
133
L_tmp
= shl_int32(((int32)x[i] << 16), exp); /* saturation can occur here */
134
x[i] = amr_wb_round(
L_tmp
);
isp_isf.cpp
155
int32
L_tmp
;
170
L_tmp
= mul_16by16_to_int32(table[ind + 1] - table[ind], offset);
171
isp[i] = add_int16(table[ind], (int16)(
L_tmp
>> 8));
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/
c4t64fx.c
140
Word32 s, cor,
L_tmp
, L_index;
340
L_tmp
= 0;
345
L_tmp
+= (H[i] * H[i]) << 1;
348
val = extract_h(
L_tmp
);
628
L_tmp
= 0L;
632
L_tmp
+= (vec[i] * vec[i]) << 1;
635
alp = ((
L_tmp
>> 3) + 0x8000) >> 16;
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/asm/ARMV5E/
Filt_6k_7k_opt.s
170
STRH r1, [r3], #2 @signal[i] = (
L_tmp
+ 0x4000) >> 15
/frameworks/av/media/libstagefright/codecs/amrnb/common/src/
vad1.cpp
[
all
...]
Completed in 568 milliseconds
1
2
3