OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:allocVectors
(Results
1 - 3
of
3
) sorted by null
/external/libopus/celt/
modes.h
74
const unsigned char *
allocVectors
; /**< Number of bits in each band for several rates */
modes.c
169
unsigned char *
allocVectors
;
173
allocVectors
= opus_alloc(sizeof(unsigned char)*(BITALLOC_SIZE*mode->nbEBands));
174
if (
allocVectors
==NULL)
181
allocVectors
[i] = band_allocation[i];
182
mode->
allocVectors
=
allocVectors
;
198
allocVectors
[i*mode->nbEBands+j] = band_allocation[i*maxBands + maxBands-1];
203
allocVectors
[i*mode->nbEBands+j] = (a0*band_allocation[i*maxBands+k-1]
213
printf ("%d ",
allocVectors
[i*mode->nbEBands+j]);
218
mode->
allocVectors
= allocVectors
[
all
...]
rate.c
589
bitsj = C*N*m->
allocVectors
[mid*len+j]<<LM>>2;
616
bits1j = C*N*m->
allocVectors
[lo*len+j]<<LM>>2;
618
cap[j] : C*N*m->
allocVectors
[hi*len+j]<<LM>>2;
Completed in 59 milliseconds