HomeSort by relevance Sort by last modified time
    Searched refs:norm_s (Results 1 - 17 of 17) sorted by null

  /frameworks/av/media/libstagefright/codecs/amrnb/common/include/
norm_s.h 30 Pathname: ./gsm-amr/c/include/norm_s.h
35 Description: Created separate header file for norm_s function.
49 needed by the norm_s function.
106 Word16 norm_s(Word16 var1);
110 __inline Word16 norm_s(Word16 var) function
127 static inline Word16 norm_s(Word16 var1) function
  /frameworks/av/media/libstagefright/codecs/amrnb/common/src/
norm_s.cpp 31 Pathname: ./gsm-amr/c/src/norm_s.c
36 Description: Created separate file for the norm_s function. Sync'ed up
40 be the same as the equivalent assembly file (norm_s.asm).
43 assembly file (norm_s.asm).
97 Word16 norm_s (Word16 var1)
125 multiCounter[currCounter].norm_s++;
197 Word16 norm_s(Word16 var1) function
az_lsp.cpp 492 exp = norm_s (y);
687 exp = norm_s(y);
vad1.cpp 816 exp = norm_s(denom);
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
ex_ctrl.cpp 191 exp = norm_s(excEnergy);
c_g_aver.cpp 304 shift1 = sub(norm_s(tmp1), 1); // Qn
306 shift2 = norm_s(lspAver[i]); // Qm
518 shift1 = sub(norm_s(tmp1), 1, pOverflow); /* Qn */
520 shift2 = norm_s(*(lspAver + i)); /* Qm */
  /frameworks/av/media/libstagefright/codecs/amrwb/src/
pvamrwb_math_op.h 119 #define norm_s( x) (normalize_amr_wb( x) - 16) macro
voice_factor.cpp 141 exp = norm_s(gain_code);
isf_extrapolation.cpp 153 exp = norm_s(tmp);
226 exp2 = norm_s(tmp2);
227 exp = norm_s(tmp);
pvamrwbdecoder.cpp 960 tmp = add_int16(norm_s(max), Q_new) - 1;
    [all...]
  /external/tensorflow/tensorflow/contrib/solvers/python/kernel_tests/
least_squares_test.py 65 norm_s = np.sqrt(cgls_val.gamma)
66 self.assertLessEqual(norm_s, tol * norm_s0)
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
voicefac.c 58 exp = norm_s(gain_code);
az_isp.c 152 exp = norm_s(y);
wb_vad.c 57 ex = norm_s(mant);
299 exp = norm_s(denom);
481 exp = norm_s(st->bckr_est[i]);
voAMRWBEnc.c 305 shift = norm_s(tmp) - 1;
462 shift = norm_s(tmp) - 3;
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrwbenc/inc/
basic_op.h 84 static_vo Word16 norm_s (Word16 var1); /* Short norm, 15 */
934 static_vo Word16 norm_s (Word16 var1) function
    [all...]
  /external/arm-neon-tests/
ref_dspfns.c 898 /* norm_s */
899 /* int16_t norm_s(int32_t x) */
903 svar16_a = norm_s(svar32_a);
904 fprintf(ref_file, "norm_s(%#x) = %#x overflow %d carry %d\n", svar32_a, svar16_a, Overflow, Carry);
909 svar16_a = norm_s(svar32_a);
910 fprintf(ref_file, "norm_s(%#x) = %#x overflow %d carry %d\n", svar32_a, svar16_a, Overflow, Carry);
915 svar16_a = norm_s(svar32_a);
916 fprintf(ref_file, "norm_s(%#x) = %#x overflow %d carry %d\n", svar32_a, svar16_a, Overflow, Carry);
921 svar16_a = norm_s(svar32_a);
922 fprintf(ref_file, "norm_s(%#x) = %#x overflow %d carry %d\n", svar32_a, svar16_a, Overflow, Carry)
    [all...]

Completed in 345 milliseconds