OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ALLOC_STEPS
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/opus/src/celt/
rate.c
246
#define
ALLOC_STEPS
6
270
hi = 1<<
ALLOC_STEPS
;
271
for (i=0;i<
ALLOC_STEPS
;i++)
278
int tmp = bits1[j] + (mid*(opus_int32)bits2[j]>>
ALLOC_STEPS
);
299
int tmp = bits1[j] + (lo*bits2[j]>>
ALLOC_STEPS
);
/external/libopus/celt/
rate.c
246
#define
ALLOC_STEPS
6
270
hi = 1<<
ALLOC_STEPS
;
271
for (i=0;i<
ALLOC_STEPS
;i++)
278
int tmp = bits1[j] + (mid*(opus_int32)bits2[j]>>
ALLOC_STEPS
);
299
int tmp = bits1[j] + (lo*bits2[j]>>
ALLOC_STEPS
);
Completed in 74 milliseconds