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

  /frameworks/av/media/libstagefright/codecs/aacdec/
synthesis_sub_band.h 67 void synthesis_sub_band(Int32 Sr[], Int32 Si[], Int16 data[]);
68 void synthesis_sub_band_down_sampled(Int32 Sr[], Int32 Si[], Int16 data[]);
calc_sbr_anafilterbank.h 98 Int32 * Si,
calc_sbr_synfilterbank.h 79 Int32 * Si,
synthesis_sub_band.cpp 343 void synthesis_sub_band(Int32 Sr[], Int32 Si[], Int16 data[])
367 pt_Si_1 = &Si[0];
368 pt_Si_2 = &Si[63];
389 dct_64(Si, (Int32 *)data);
396 pt_Si_1 = &Si[0];
432 void synthesis_sub_band_down_sampled(Int32 Sr[], Int32 Si[], Int16 data[])
449 tmp2 = Si[k];
459 Si[k] = YY[k];
466 *(pt_data_1++) = (Int16)((XX[2*k ] + Si[2*k ]) >> 14);
467 *(pt_data_1++) = (Int16)((XX[2*k+1] - Si[2*k+1]) >> 14)
    [all...]
sbr_dec.cpp 182 int32_t *Si;
726 Si = scratch_mem[1];
848 ptr_tmp2 = Si;
861 ptr_tmp2 = &Si[xoverBand];
876 Si, /* imagSamples */
884 Si, /* imagSamples */
calc_sbr_anafilterbank.cpp 271 Int32 * Si,
348 Si,
calc_sbr_synfilterbank.cpp 440 Int32 * Si,
465 synthesis_sub_band(Sr, Si, V);
579 synthesis_sub_band_down_sampled(Sr, Si, V);
  /external/bouncycastle/src/main/java/org/bouncycastle/crypto/engines/
AESEngine.java 71 private static final byte[] Si = {
540 // the final round's table is a simple function of Si so we don't use a whole other four tables for it
542 C0 = (Si[r0&255]&255) ^ ((Si[(r3>>8)&255]&255)<<8) ^ ((Si[(r2>>16)&255]&255)<<16) ^ (Si[(r1>>24)&255]<<24) ^ KW[0][0];
543 C1 = (Si[r1&255]&255) ^ ((Si[(r0>>8)&255]&255)<<8) ^ ((Si[(r3>>16)&255]&255)<<16) ^ (Si[(r2>>24)&255]<<24) ^ KW[0][1]
    [all...]
AESFastEngine.java 71 private static final byte[] Si = {
    [all...]
  /external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/crypto/cipher/
AES.java 94 private static final byte[] Si = { (byte) 82, (byte) 9, (byte) 106, (byte) 213, (byte) 48, (byte) 54, (byte) 165,
    [all...]
  /external/ipsec-tools/src/racoon/missing/crypto/rijndael/
rijndael-alg-fst.c 423 a[i][0] = Si[a[i][0]];
424 a[i][1] = Si[a[i][1]];
425 a[i][2] = Si[a[i][2]];
426 a[i][3] = Si[a[i][3]];
470 a[i][0] = Si[a[i][0]];
471 a[i][1] = Si[a[i][1]];
472 a[i][2] = Si[a[i][2]];
473 a[i][3] = Si[a[i][3]];
boxes-fst.dat 23 static const word8 Si[256] = {
    [all...]
  /frameworks/base/services/sensorservice/
Fusion.cpp 410 const mat33_t Si(invert(S));
411 const mat33_t LtSi(transpose(L)*Si);

Completed in 341 milliseconds