OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:idxForMax
(Results
1 - 8
of
8
) sorted by null
/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
state_construct.h
27
size_t
idxForMax
, /* (i) 6-bit index for the quantization of
state_construct.c
27
size_t
idxForMax
, /* (i) 6-bit index for the quantization of
53
maxVal = WebRtcIlbcfix_kFrgQuantMod[
idxForMax
];
59
if (
idxForMax
<37) {
68
} else if (
idxForMax
<59) {
state_search.c
30
iLBC_bits *iLBC_encbits,/* (i/o) Encoded bits (output
idxForMax
100
iLBC_encbits->
idxForMax
=index;
pack_bits.c
48
(*bitstreamPtr) |= (enc_bits->
idxForMax
)<<3; /* Bit 7..12 */
68
(*bitstreamPtr) |= ((enc_bits->
idxForMax
)&0x3C)>>2; /* Bit 12..15 */
71
(*bitstreamPtr) = ((uint16_t)enc_bits->
idxForMax
&0x3)<<14; /* Bit 0..1 */
unpack_bits.c
47
enc_bits->
idxForMax
= ((*bitstreamPtr)>>3)&0x3F; /* Bit 7..12 */
67
enc_bits->
idxForMax
= ((*bitstreamPtr)<<2)&0x3C; /* Bit 12..15 */
70
enc_bits->
idxForMax
|= ((*bitstreamPtr)>>14)&0x3; /* Bit 0..1 */
defines.h
124
size_t
idxForMax
;
decode_residual.c
60
WebRtcIlbcfix_StateConstruct(iLBC_encbits->
idxForMax
,
encode.c
185
WebRtcIlbcfix_StateConstruct(iLBCbits_inst->
idxForMax
, iLBCbits_inst->idxVec,
Completed in 69 milliseconds