OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:idxVec
(Results
1 - 9
of
9
) sorted by null
/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
state_construct.h
29
int16_t *
idxVec
, /* (i) vector of quantization indexes */
abs_quant_loop.c
37
int16_t *
idxVec
= idxVecIN;
75
(*
idxVec
++) = index;
abs_quant.c
33
and
idxVec
, uses state_first as
78
iLBC_encbits->
idxVec
);
state_construct.c
29
int16_t *
idxVec
, /* (i) vector of quantization indexes */
57
tmp2 = &
idxVec
[len-1];
pack_bits.c
83
tmpPtr=enc_bits->
idxVec
;
142
tmpPtr=enc_bits->
idxVec
;
154
(*bitstreamPtr) = ((uint16_t)((enc_bits->
idxVec
[56])&0x3))<<14;/* Bit 0..1 */
188
(*bitstreamPtr) = ((uint16_t)((enc_bits->
idxVec
[56])&0x3))<<14;/* Bit 0..1 */
189
(*bitstreamPtr) |= (((enc_bits->
idxVec
[57])&0x3))<<12; /* Bit 2..3 */
unpack_bits.c
82
tmpPtr=enc_bits->
idxVec
;
138
tmpPtr=enc_bits->
idxVec
;
149
enc_bits->
idxVec
[56] |= ((*bitstreamPtr)>>14)&0x3; /* Bit 0..1 */
180
enc_bits->
idxVec
[56] |= ((*bitstreamPtr)>>14)&0x3; /* Bit 0..1 */
181
enc_bits->
idxVec
[57] |= ((*bitstreamPtr)>>12)&0x3; /* Bit 2..3 */
defines.h
126
int16_t
idxVec
[STATE_SHORT_LEN_30MS];
decode_residual.c
61
iLBC_encbits->
idxVec
, &syntdenum[(iLBC_encbits->startIdx-1)*(LPC_FILTERORDER+1)],
encode.c
185
WebRtcIlbcfix_StateConstruct(iLBCbits_inst->idxForMax, iLBCbits_inst->
idxVec
,
Completed in 3637 milliseconds