OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MAX_PULSES
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/opus/src/silk/
tables.h
50
extern const opus_uint8 silk_pulses_per_block_iCDF[ N_RATE_LEVELS ][
MAX_PULSES
+ 2 ]; /* 180 */
51
extern const opus_uint8 silk_pulses_per_block_BITS_Q5[ N_RATE_LEVELS - 1 ][
MAX_PULSES
+ 2 ]; /* 162 */
62
extern const opus_uint8 silk_shell_code_table_offsets[
MAX_PULSES
+ 1 ]; /* 17 */
encode_pulses.c
42
opus_int
max_pulses
, /* I max value for sum of pulses */
50
if( sum >
max_pulses
) {
145
sumBits_Q5 += nBits_ptr[
MAX_PULSES
+ 1 ];
165
ec_enc_icdf( psRangeEnc,
MAX_PULSES
+ 1, cdf_ptr, 8 );
167
ec_enc_icdf( psRangeEnc,
MAX_PULSES
+ 1, silk_pulses_per_block_iCDF[ N_RATE_LEVELS - 1 ], 8 );
decode_pulses.c
72
while( sum_pulses[ i ] ==
MAX_PULSES
+ 1 ) {
74
/* When we've already got 10 LSBs, we shift the table to not allow (
MAX_PULSES
+ 1) */
define.h
172
#define
MAX_PULSES
16
/external/chromium_org/third_party/opus/src/celt/
rate.h
35
#define
MAX_PULSES
128
rate.c
134
opus_int16 tmp[
MAX_PULSES
+1];
Completed in 117 milliseconds