Home
last modified time | relevance | path

Searched refs:parm (Results 1 – 25 of 25) sorted by relevance

/external/opencore/codecs_v2/audio/gsm_amr/amr_nb/dec/src/
Ddec_amr.cpp1335 Word16 parm[], /* i : vector of synthesis parameters in Decoder_amr() argument
1416 parm, synth, A_t, pOverflow); in Decoder_amr()
1444 parm, in Decoder_amr()
1506 parm, in Decoder_amr()
1511 parm += 3; in Decoder_amr()
1524 parm, in Decoder_amr()
1530 parm += 5; in Decoder_amr()
1580 index = *parm++; in Decoder_amr()
1673 index = *parm++; /* index of position */ in Decoder_amr()
1674 i = *parm++; /* signs */ in Decoder_amr()
[all …]
Dsp_dec.cpp641 Word16 parm[MAX_PRM_SIZE + 1]; /* Synthesis parameters */ in GSMFrameDecode() local
655 Bits2prm(MRDTX, serial, parm); in GSMFrameDecode()
659 Bits2prm(mode, serial, parm); in GSMFrameDecode()
666 parm, in GSMFrameDecode()
Db_cn_cod.cpp493 Word16 parm[], /* o : CN Generated params */ in build_CN_param() argument
513 parm[i] = *pTemp++ & temp; in build_CN_param()
Db_cn_cod.h159 Word16 parm[], /* o : CN Generated params */
Ddec_amr.h196 Word16 parm[], /* i : vector of synthesis parameters
Ddtx_dec.h164 Word16 parm[], /* i : Vector of synthesis parameters */
Ddtx_dec.cpp847 Word16 parm[], /* i : Vector of synthesis parameters */ in dtx_dec() argument
1070 Init_D_plsf_3(lsfState, parm[0]); in dtx_dec()
1071 D_plsf_3(lsfState, MRDTX, 0, &parm[1], st->lsp, pOverflow); in dtx_dec()
1074 log_en_index = parm[4]; in dtx_dec()
/external/tesseract/ccutil/
Dserialis.h57 #define QUOTE_IT( parm ) #parm argument
Ddebugwin.cpp59 int parm; //output from scrolrwin in DEBUG_WIN() local
96 parm = ((((uinT8) shm_mem[4] << 8) + (uinT8) shm_mem[3] << 8) in DEBUG_WIN()
98 handle = (HWND) parm; in DEBUG_WIN()
Delst.h881 #define QUOTE_IT( parm ) #parm argument
Dclst.h847 #define QUOTE_IT( parm ) #parm argument
Delst2.h901 #define QUOTE_IT( parm ) #parm argument
/external/qemu/hw/
Dbt-l2cap.c368 static uint8_t *l2cap_bframe_out(struct bt_l2cap_conn_params_s *parm, int len);
371 static uint8_t *l2cap_iframe_out(struct bt_l2cap_conn_params_s *parm, int len);
372 static void l2cap_iframe_submit(struct bt_l2cap_conn_params_s *parm);
1123 static uint8_t *l2cap_bframe_out(struct bt_l2cap_conn_params_s *parm, int len) in l2cap_bframe_out() argument
1125 struct l2cap_chan_s *chan = (struct l2cap_chan_s *) parm; in l2cap_bframe_out()
1146 static uint8_t *l2cap_iframe_out(struct bt_l2cap_conn_params_s *parm, int len)
1148 struct l2cap_chan_s *chan = (struct l2cap_chan_s *) parm;
1162 static void l2cap_iframe_submit(struct bt_l2cap_conn_params_s *parm)
/external/openssl/crypto/des/
Ddess.cpp11 #pragma aux GetTSC = 0x0f 0x31 "mov [edi], eax" parm [edi] modify [edx eax];
Ddes3s.cpp11 #pragma aux GetTSC = 0x0f 0x31 "mov [edi], eax" parm [edi] modify [edx eax];
/external/openssl/crypto/rc4/
Drc4s.cpp11 #pragma aux GetTSC = 0x0f 0x31 "mov [edi], eax" parm [edi] modify [edx eax];
/external/openssl/crypto/sha/
Dsha1s.cpp11 #pragma aux GetTSC = 0x0f 0x31 "mov [edi], eax" parm [edi] modify [edx eax];
/external/openssl/crypto/ripemd/asm/
Drips.cpp11 #pragma aux GetTSC = 0x0f 0x31 "mov [edi], eax" parm [edi] modify [edx eax];
/external/openssl/crypto/md5/
Dmd5s.cpp11 #pragma aux GetTSC = 0x0f 0x31 "mov [edi], eax" parm [edi] modify [edx eax];
/external/openssl/crypto/md4/
Dmd4s.cpp11 #pragma aux GetTSC = 0x0f 0x31 "mov [edi], eax" parm [edi] modify [edx eax];
/external/libffi/src/powerpc/
Dlinux64_closure.S46 # save general regs into parm save area
59 # mandatory 48 bytes special reg save area + 64 bytes parm save area
/external/icu4c/tools/gensprep/
Dstore.c226 static int32_t U_CALLCONV hashEntry(const UHashTok parm) { in hashEntry() argument
227 return parm.integer; in hashEntry()
/external/icu4c/common/
Dusprep.cpp87 hashEntry(const UHashTok parm) { in hashEntry() argument
88 UStringPrepKey *b = (UStringPrepKey *)parm.pointer; in hashEntry()
Duresbund.c48 static int32_t U_CALLCONV hashEntry(const UHashTok parm) { in hashEntry() argument
49 UResourceDataEntry *b = (UResourceDataEntry *)parm.pointer; in hashEntry()
/external/libffi/
DChangeLog2313 * src/powerpc/linux64.S: Remove code writing to parm save area.