Searched refs:L_negate (Results 1 - 10 of 10) sorted by relevance

/frameworks/av/media/libstagefright/codecs/amrnb/common/include/
H A Dl_negate.h36 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/
H A Dl_negate.cpp74 Word32 L_negate (Word32 L_var1)
80 multiCounter[currCounter].L_negate++;
150 Word32 L_negate(register Word32 L_var1) function
H A Dlevinson.cpp490 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/
H A Dpsy_configuration.c223 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));
H A Dadj_thr.c482 thrFactor = pow2_xy(L_negate(deltaSfbPe), (normFactor* (*psfbNActiveLines)));
676 en[enIdx] = fixmul(avgEn, pow2_xy(L_negate(enFac),7*4));
H A Dtns.c747 refc = L_negate(fixmul(workBuffer[numOfCoeff + i], workBuffer0));
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/
H A Dq_gain2.c155 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)));
H A DvoAMRWBEnc.c1208 L_tmp = L_negate(L_tmp);
/frameworks/av/media/libstagefright/codecs/amrwbenc/inc/
H A Dbasic_op.h41 #define L_negate(L_var1) (((L_var1) == (MIN_32)) ? (MAX_32) : (-(L_var1))) /* Long negate, 2*/ macro
/frameworks/av/media/libstagefright/codecs/aacenc/basic_op/
H A Dbasic_op.h55 #define L_negate(L_var1) (((L_var1) == (MIN_32)) ? (MAX_32) : (-(L_var1))) macro

Completed in 465 milliseconds