/external/speex/libspeex/ |
lpc_bfin.h | 47 spx_word32_t ac0=1; local 56 ac0 = ADD32(ac0,SHR32(MULT16_16(x[j],x[j]),8)); 57 ac0 = ADD32(ac0,n); 59 while (shift && ac0<0x40000000) 62 ac0 <<= 1; 65 while (ac_shift && ac0<0x40000000) 68 ac0 <<= 1;
|
lpc.c | 137 spx_word32_t ac0=1; local 141 ac0 = ADD32(ac0,SHR32(MULT16_16(x[j],x[j]),8)); 142 ac0 = ADD32(ac0,n); 144 while (shift && ac0<0x40000000) 147 ac0 <<= 1; 150 while (ac_shift && ac0<0x40000000) 153 ac0 <<= 1;
|
/external/chromium_org/third_party/speex/libspeex/ |
lpc.c | 137 spx_word32_t ac0=1; local 141 ac0 = ADD32(ac0,SHR32(MULT16_16(x[j],x[j]),8)); 142 ac0 = ADD32(ac0,n); 144 while (shift && ac0<0x40000000) 147 ac0 <<= 1; 150 while (ac_shift && ac0<0x40000000) 153 ac0 <<= 1;
|
/external/chromium_org/third_party/opus/src/celt/ |
fixed_c5x.h | 39 long ac0, ac1; local 40 ac0 = _lmpy(i>>16,j); 41 ac1 = ac0 + _lmpy(i,j>>16);
|
celt_lpc.c | 259 opus_val32 ac0; local 260 ac0 = 1+(n<<7); 261 if (n&1) ac0 += SHR32(MULT16_16(xptr[0],xptr[0]),9); 264 ac0 += SHR32(MULT16_16(xptr[i],xptr[i]),9); 265 ac0 += SHR32(MULT16_16(xptr[i+1],xptr[i+1]),9); 268 shift = celt_ilog2(ac0)-30+10;
|
/external/libopus/celt/ |
celt_lpc.c | 259 opus_val32 ac0; local 260 ac0 = 1+(n<<7); 261 if (n&1) ac0 += SHR32(MULT16_16(xptr[0],xptr[0]),9); 264 ac0 += SHR32(MULT16_16(xptr[i],xptr[i]),9); 265 ac0 += SHR32(MULT16_16(xptr[i+1],xptr[i+1]),9); 268 shift = celt_ilog2(ac0)-30+10;
|
/external/llvm/test/MC/Mips/ |
mips-dsp-instructions.s | 32 # CHECK: maddu $ac0, $8, $9 # encoding: [0x71,0x09,0x00,0x01] 36 # CHECK: mflo $15, $ac0 # encoding: [0x00,0x00,0x78,0x12] 80 maddu $ac0, $8, $9 84 mflo $15, $ac0
|
/external/pixman/pixman/ |
pixman-mips-dspr2-asm.h | 663 multu $ac0, \wt1, \scratch1 664 maddu $ac0, \wt2, \scratch2 665 maddu $ac0, \wb1, \alpha 666 maddu $ac0, \wb2, \red 683 mflo \blue, $ac0
|
/external/chromium_org/v8/test/mjsunit/tools/ |
tickprocessor.js | 236 ' 0001:00000ac0 _main 00401ac0 f shell.obj', 245 ' 0001:00000ac0 ___DllMainCRTStartup 01c31ac0 f libcmt:dllcrt0.obj',
|
/external/valgrind/main/none/tests/mips32/ |
mips32_dspr2.stdout.exp | [all...] |
/external/valgrind/main/memcheck/ |
mc_machine.c | [all...] |