OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:dump_modes
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/opus/src/celt/dump_modes/
Makefile
4
all:
dump_modes
6
dump_modes
:
7
$(CC) $(CFLAGS) $(INCLUDES) -DCUSTOM_MODES
dump_modes
.c ../modes.c ../cwrs.c ../rate.c ../entenc.c ../entdec.c ../mathops.c ../mdct.c ../kiss_fft.c -o
dump_modes
-lm
10
rm -f
dump_modes
dump_modes.c
51
void
dump_modes
(FILE *file, CELTMode **modes, int nb_modes)
function
54
fprintf(file, "/* The contents of this file was automatically generated by
dump_modes
.c\n");
323
dump_modes
(file, m, nb);
/external/chromium_org/third_party/opus/src/celt/
static_modes_fixed.h
1
/* The contents of this file was automatically generated by
dump_modes
.c
static_modes_float.h
1
/* The contents of this file was automatically generated by
dump_modes
.c
/external/libopus/celt/
static_modes_fixed.h
1
/* The contents of this file was automatically generated by
dump_modes
.c
static_modes_float.h
1
/* The contents of this file was automatically generated by
dump_modes
.c
Completed in 1173 milliseconds