OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:L_negate
(Results
1 - 10
of
10
) sorted by null
/frameworks/av/media/libstagefright/codecs/amrnb/common/include/
l_negate.h
31
Pathname: ./gsm-amr/c/include/
l_negate
.h
36
Description: Created separate header file for
L_negate
function.
50
needed by the
L_negate
function.
103
Word32
L_negate
(Word32 L_var1);
/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
l_negate.cpp
74
Word32
L_negate
(Word32 L_var1)
80
multiCounter[currCounter].
L_negate
++;
150
Word32
L_negate
(register Word32 L_var1)
levinson.cpp
490
t0 =
L_negate
(t0); // -R[1]/R[0]
535
t2 =
L_negate
(t2); // K =-t0/Alpha
675
t0 =
L_negate
(t0); /* -R[1]/R[0] */
743
t2 =
L_negate
(t2); /* K =-t0/Alpha */
/frameworks/av/media/libstagefright/codecs/aacenc/src/
psy_configuration.c
223
pbMaskHiFactor[i] = round16(pow2_xy(
L_negate
(dbVal), (Word32)LOG2_1000)); /* 0.301 log10(2) */
226
pbMaskLoFactor[i-1] = round16(pow2_xy(
L_negate
(dbVal),(Word32)LOG2_1000));
230
pbMaskHiFactorSprEn[i] = round16(pow2_xy(
L_negate
(dbVal),(Word32)LOG2_1000));
232
pbMaskLoFactorSprEn[i-1] = round16(pow2_xy(
L_negate
(dbVal),(Word32)LOG2_1000));
adj_thr.c
482
thrFactor = pow2_xy(
L_negate
(deltaSfbPe), (normFactor* (*psfbNActiveLines)));
676
en[enIdx] = fixmul(avgEn, pow2_xy(
L_negate
(enFac),7*4));
[
all
...]
tns.c
743
refc =
L_negate
(fixmul(workBuffer[numOfCoeff + i], workBuffer0));
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/
q_gain2.c
155
coeff[3] = extract_h(
L_negate
(Dot_product12_asm(xn, y2, L_subfr, &exp)));
157
coeff[3] = extract_h(
L_negate
(Dot_product12(xn, y2, L_subfr, &exp)));
voAMRWBEnc.c
[
all
...]
/frameworks/av/media/libstagefright/codecs/amrwbenc/inc/
basic_op.h
41
#define
L_negate
(L_var1) (((L_var1) == (MIN_32)) ? (MAX_32) : (-(L_var1))) /* Long negate, 2*/
[
all
...]
/frameworks/av/media/libstagefright/codecs/aacenc/basic_op/
basic_op.h
55
#define
L_negate
(L_var1) (((L_var1) == (MIN_32)) ? (MAX_32) : (-(L_var1)))
Completed in 376 milliseconds