OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nbAllocVectors
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/third_party/opus/src/celt/
modes.h
73
int
nbAllocVectors
; /**< Number of lines in the matrix below */
rate.c
579
hi = m->
nbAllocVectors
- 1;
617
bits2j = hi>=m->
nbAllocVectors
?
modes.c
172
mode->
nbAllocVectors
= BITALLOC_SIZE;
/external/libopus/celt/
modes.h
73
int
nbAllocVectors
; /**< Number of lines in the matrix below */
rate.c
579
hi = m->
nbAllocVectors
- 1;
617
bits2j = hi>=m->
nbAllocVectors
?
modes.c
172
mode->
nbAllocVectors
= BITALLOC_SIZE;
/external/chromium_org/third_party/opus/src/celt/dump_modes/
dump_modes.c
102
fprintf (file, "static const unsigned char allocVectors%d_%d[%d] = {\n", mode->Fs, mdctSize, mode->nbEBands*mode->
nbAllocVectors
);
103
for (j=0;j<mode->
nbAllocVectors
;j++)
225
fprintf(file, "%d,\t/*
nbAllocVectors
*/\n", mode->
nbAllocVectors
);
Completed in 336 milliseconds