OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:isac
(Results
1 - 25
of
58
) sorted by null
1
2
3
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/test/QA/
runiSACPLC.txt
7
ISAC
=../Release/kenny.exe
13
$
ISAC
12000 -PL 15 $INDIR/speechmusic.pcm $OUTDIR/outplc1.pcm
14
$
ISAC
20000 -PL 15 $INDIR/speechmusic.pcm $OUTDIR/outplc2.pcm
15
$
ISAC
32000 -PL 15 $INDIR/speechmusic.pcm $OUTDIR/outplc3.pcm
16
$
ISAC
12000 -PL 15 $INDIR/tone_cisco.pcm $OUTDIR/outplc4.pcm
17
$
ISAC
20000 -PL 15 $INDIR/tone_cisco.pcm $OUTDIR/outplc5.pcm
18
$
ISAC
32000 -PL 15 $INDIR/tone_cisco.pcm $OUTDIR/outplc6.pcm
runiSACLongtest.txt
5
echo "START
ISAC
TEST" > $LOGFILE
8
ISAC
=../Release/kenny.exe
31
$
ISAC
-I $rate -FL 30 $INDIR/"$file" $OUTDIR/i30_$index1"$file" >> $LOGFILE
32
$
ISAC
-I $rate -FL 60 $INDIR/"$file" $OUTDIR/i60_$index1"$file" >> $LOGFILE
37
$
ISAC
$INDIR/$channel $INDIR/"$file" $OUTDIR/a$index2"$file" >> $LOGFILE
47
$
ISAC
$INDIR/${CHANNELLIST[0]} -FL 30 -FIXED_FL $INDIR/"$file" $OUTDIR/a30_$index1"$file" >> $LOGFILE
48
$
ISAC
$INDIR/${CHANNELLIST[0]} -FL 60 -FIXED_FL $INDIR/"$file" $OUTDIR/a60_$index1"$file" >> $LOGFILE
52
$
ISAC
$INDIR/${CHANNELLIST[0]} -INITRATE 25000 -FL 30 $INDIR/"$file" $OUTDIR/a60_$index1"$file" >> $LOGFILE
runiSACfault.txt
7
ISAC
=../Release/kenny.exe
28
$
ISAC
32000 -F $testnr $INDIR/"$file" $OUTDIR/ft$testnr"$file" >> $LOGFILE
32
$
ISAC
32000 -F 10 $INDIR/"$file" $OUTDIR/ft10_"$file" >> $LOGFILE
33
$
ISAC
32000 -F 10 -PL 10 $INDIR/"$file" $OUTDIR/ft10plc_"$file" >> $LOGFILE
34
$
ISAC
32000 -F 10 -NB 1 $INDIR/"$file" $OUTDIR/ft10nb1_"$file" >> $LOGFILE
35
$
ISAC
32000 -F 10 -NB 2 -PL 10 $INDIR/"$file" $OUTDIR/ft10nb2_"$file" >> $LOGFILE
runiSACNB.txt
8
ISAC
=../Release/kenny.exe
32
$
ISAC
$rate -FL 30 -NB 1 $INDIR/"$file" $OUTDIR/nb130_$index1"$file" >> $LOGFILE
33
$
ISAC
$rate -FL 60 -NB 1 $INDIR/"$file" $OUTDIR/nb160_$index1"$file" >> $LOGFILE
34
$
ISAC
$rate -FL 30 -NB 2 $INDIR/"$file" $OUTDIR/nb230_$index1"$file" >> $LOGFILE
35
$
ISAC
$rate -FL 60 -NB 2 $INDIR/"$file" $OUTDIR/nb260_$index1"$file" >> $LOGFILE
36
$
ISAC
$rate -FL 30 -NB 2 -PL 10 $INDIR/"$file" $OUTDIR/nb2plc30_$index1"$file" >> $LOGFILE
37
$
ISAC
$rate -FL 60 -NB 2 -PL 10 $INDIR/"$file" $OUTDIR/nb2plc60_$index1"$file" >> $LOGFILE
/external/webrtc/
TODO
1
Alexander Gutkin <agutkin@google.com>: Switch the
iSAC
codec to be
Android.mk
15
include $(MY_WEBRTC_ROOT_PATH)/src/modules/audio_coding/codecs/
isac
/fix/source/Android.mk
16
include $(MY_WEBRTC_ROOT_PATH)/src/modules/audio_coding/codecs/
isac
/main/source/Android.mk
29
include $(MY_WEBRTC_ROOT_PATH)/src/modules/audio_coding/codecs/
isac
/main/source/Android.mk
30
include $(MY_WEBRTC_ROOT_PATH)/src/modules/audio_coding/codecs/
isac
/fix/source/Android.mk
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/interface/
isacfix.h
34
* Output the number of bytes needed to allocate for
iSAC
struct.
49
* for
iSAC
structure.
61
* This function creates an
ISAC
instance, which will contain the state
77
* This function frees the
ISAC
instance created at the beginning.
80
* - ISAC_main_inst : a
ISAC
instance.
92
* This function initializes an
ISAC
instance prior to the encoder calls.
95
* - ISAC_main_inst :
ISAC
instance.
120
* - ISAC_main_inst :
ISAC
instance.
150
* - ISAC_main_inst :
ISAC
instance.
174
* This function initializes an
ISAC
instance prior to the decoder calls
[
all
...]
/external/webrtc/src/modules/audio_coding/codecs/isac/main/interface/
isac.h
31
* This function returns the size of the
ISAC
instance, so that the instance
32
* can be created outside
iSAC
.
52
* This function assignes the memory already created to the
ISAC
instance.
58
*
iSAC
structure.
72
* This function creates an
ISAC
instance, which will contain the state
89
* This function frees the
ISAC
instance created at the beginning.
92
* - ISAC_main_inst : an
ISAC
instance.
105
* This function initializes an
ISAC
instance prior to the encoder calls.
108
* - ISAC_main_inst :
ISAC
instance.
136
* - ISAC_main_inst :
ISAC
instance
[
all
...]
/external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
isac.gypi
12
'target_name': '
iSAC
',
26
'../interface/
isac
.h',
41
'
isac
.c',
isac.c
12
*
isac
.c
14
* This C file contains the functions for the
ISAC
API
18
#include "
isac
.h"
65
/* The only time that
iSAC
will have 60 ms
181
* - instISAC :
iSAC
instance.
209
* This function returns the size of the
ISAC
instance, so that the instance
210
* can be created out side
iSAC
.
228
* This function assigns the memory already created to the
ISAC
instance.
233
*
iSAC
structure.
262
* This function creates an
ISAC
instance, which will contain the stat
[
all
...]
bandwidth_estimator.h
15
* designed for
iSAC
.
86
/* frame length - length of signal frame in ms, from
iSAC
decoder */
100
/* Update receiving estimates. Used when we only receive BWE index, no
iSAC
data packet. */
106
/* Returns the bandwidth/jitter estimation code (integer 0...23) to put in the sending
iSAC
payload */
121
/* Returns the bandwidth that
iSAC
should send with in bps */
Android.mk
34
isac
.c \
structs.h
14
* This header file contains all the structs used in the
ISAC
codec
24
#include "
isac
.h"
148
/* Have instance of struct together with other
iSAC
structs */
341
If set to 1
iSAC
will not addapt the frame-size, if used in
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/test/
test_iSACfixfloat.c
22
#include "
isac
.h"
135
/* only one structure used for
ISAC
encoder */
159
printf("
iSAC
version %s \n\n", version_number);
189
printf("
iSAC
FLOAT version %s \n", version_number);
191
printf("
iSAC
FIX version %s \n\n", version_number);
274
printf("
iSAC
: Cannot read file %s.\n", inname);
278
printf("
iSAC
: Cannot write file %s.\n", outname);
293
printf("
iSAC
: Cannot read file %s.\n", bitfilename);
303
/* Initialize the
ISAC
and BN structs */
323
/* Init
iSAC
FLOAT *
[
all
...]
Isac_test.cc
12
Stand Alone test application for ISACFIX and
ISAC
LC
90
if (!_stricmp("
isac
",codec)){
144
if (!_stricmp("
isac
", codec)){ /*
ISAC
*/
146
printf("Error:
ISAC
only supports 480 and 960 samples per frame (not %d)\n", frameLen);
155
printf("Couldn't allocate memory for
iSAC
fix instance\n");
254
if (!_stricmp("
isac
", codec)){
isacfix_unittest.cc
13
#include "modules/audio_coding/codecs/
isac
/fix/source/filterbank_internal.h"
14
#include "modules/audio_coding/codecs/
isac
/fix/source/filterbank_tables.h"
15
#include "modules/audio_coding/codecs/
isac
/fix/source/lpc_masking_model.h"
kenny.c
11
/* kenny.c - Main function for the
iSAC
coder */
143
/* only one structure used for
ISAC
encoder */
169
printf("
iSAC
version %s \n\n", version_number);
185
printf("[-MAX num] :Set the limit for the payload size of
iSAC
"
188
printf("[-MAXRATE num] :Set the maxrate for
iSAC
in bits per second. \n");
191
printf(" will run the
iSAC
API fault scenario specified"
238
printf("
iSAC
version %s \n\n", version_number);
431
printf("
iSAC
: Cannot read file %s\n", inname);
435
printf("
iSAC
: Cannot write file %s\n", outname);
440
printf("
iSAC
: Cannot write file %s\n", outbitsname)
[
all
...]
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
bandwidth_estimator.h
15
* designed for
iSAC
.
48
* - frameSize : length of signal frame in ms, from
iSAC
decoder
68
/* Update receiving estimates. Used when we only receive BWE index, no
iSAC
data packet. */
76
* (integer 0...23) to put in the sending
iSAC
payload.
89
/* Returns the bandwidth that
iSAC
should send with in bps */
isacfix.c
14
* This C file contains the functions for the
ISAC
API
18
#include "modules/audio_coding/codecs/
isac
/fix/interface/isacfix.h"
22
#include "modules/audio_coding/codecs/
isac
/fix/source/bandwidth_estimator.h"
23
#include "modules/audio_coding/codecs/
isac
/fix/source/codec.h"
24
#include "modules/audio_coding/codecs/
isac
/fix/source/entropy_coding.h"
25
#include "modules/audio_coding/codecs/
isac
/fix/source/lpc_masking_model.h"
26
#include "modules/audio_coding/codecs/
isac
/fix/source/structs.h"
34
* Returns number of bytes needed to allocate for
iSAC
struct.
70
* This function creates a
ISAC
instance, which will contain the state
133
* This function frees the
ISAC
instance created at the beginning
[
all
...]
lattice_c.c
13
* for
iSAC
codec.
entropy_coding.h
15
* encode the
iSAC
bistream
structs.h
14
* This header file contains all the structs used in the
ISAC
codec
23
#include "modules/audio_coding/codecs/
isac
/fix/source/settings.h"
189
/* Have instance of struct together with other
iSAC
structs */
334
WebRtc_Word16 enforceFrameSize; /* If set
iSAC
will never change packet size */
pitch_filter.c
19
#include "modules/audio_coding/codecs/
isac
/fix/source/pitch_estimator.h"
20
#include "modules/audio_coding/codecs/
isac
/fix/source/settings.h"
21
#include "modules/audio_coding/codecs/
isac
/fix/source/structs.h"
pitch_filter_c.c
12
#include "modules/audio_coding/codecs/
isac
/fix/source/pitch_estimator.h"
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtcvoiceengine_unittest.cc
25
static const cricket::AudioCodec kIsacCodec(103, "
ISAC
", 16000, 32000, 1, 0);
344
// Find
ISAC
with explicit clockrate and 0 bitrate.
348
// Find
ISAC
with a different payload id.
365
// Find
ISAC
with an explicit bitrate.
385
talk_base::strcpyn(gcodec.plname, ARRAY_SIZE(gcodec.plname), "
ISAC
");
390
EXPECT_STREQ("
ISAC
", gcodec.plname);
503
talk_base::strcpyn(gcodec.plname, ARRAY_SIZE(gcodec.plname), "
ISAC
");
508
EXPECT_STREQ("
ISAC
", gcodec.plname);
531
talk_base::strcpyn(gcodec.plname, ARRAY_SIZE(gcodec.plname), "
ISAC
");
536
EXPECT_STREQ("
ISAC
", gcodec.plname)
[
all
...]
Completed in 645 milliseconds
1
2
3