HomeSort by relevance Sort by last modified time
    Searched full:subframes (Results 1 - 25 of 155) sorted by null

1 2 3 4 5 6 7

  /external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
lpc_gain_swb_tables.h 27 extern const double WebRtcIsac_kLeftRecPointLpcGain[SUBFRAMES];
29 extern const WebRtc_Word16 WebRtcIsac_kNumQCellLpcGain[SUBFRAMES];
31 extern const WebRtc_UWord16 WebRtcIsac_kLpcGainEntropySearch[SUBFRAMES];
45 extern const WebRtc_UWord16* WebRtcIsac_kLpcGainCdfMat[SUBFRAMES];
47 extern const double WebRtcIsac_kLpcGainDecorrMat[SUBFRAMES][SUBFRAMES];
lpc_gain_swb_tables.c 31 const double WebRtcIsac_kLeftRecPointLpcGain[SUBFRAMES] =
39 const WebRtc_Word16 WebRtcIsac_kNumQCellLpcGain[SUBFRAMES] =
47 const WebRtc_UWord16 WebRtcIsac_kLpcGainEntropySearch[SUBFRAMES] =
119 const WebRtc_UWord16* WebRtcIsac_kLpcGainCdfMat[SUBFRAMES] =
127 * A matrix to decorrellate LPC gains of subframes.
129 const double WebRtcIsac_kLpcGainDecorrMat[SUBFRAMES][SUBFRAMES] =
lpc_tables.h 38 #define KLT_ORDER_GAIN (LPC_GAIN_ORDER * SUBFRAMES)
39 #define KLT_ORDER_SHAPE (LPC_SHAPE_ORDER * SUBFRAMES)
encode.c 188 double lofilt_coef[(ORDERLO + 1)*SUBFRAMES];
189 double hifilt_coef[(ORDERHI + 1)*SUBFRAMES];
343 for (k = 0; k < SUBFRAMES; k++) {
450 for (k = 0; k < SUBFRAMES; k++) {
570 for (k = 0; k < SUBFRAMES; k++) {
576 for (k = 0; k < SUBFRAMES; k++) {
605 SUBFRAMES * sizeof(double));
614 memcpy(&ISACencUB_obj->SaveEnc_obj.lpcGain[SUBFRAMES],
615 &lpcGains[SUBFRAMES], SUBFRAMES * sizeof(double))
    [all...]
entropy_coding.c 790 SUBFRAMES);
805 double percepFilterGains[SUBFRAMES << 1];
816 numGains = SUBFRAMES;
822 numGains = SUBFRAMES << 1;
907 for (j = 0; j < SUBFRAMES; j++) {
939 for (j = 0; j < SUBFRAMES; j++) {
945 for (n = 0; n < SUBFRAMES; n++) {
948 pos2 += SUBFRAMES;
958 for (n = 0; n < SUBFRAMES; n++) {
961 pos2 += SUBFRAMES;
    [all...]
decode.c 52 double lo_filt_coef[(ORDERLO + 1)*SUBFRAMES];
53 double hi_filt_coef[(ORDERHI + 1)*SUBFRAMES];
191 double percepFilterParam[(UB_LPC_ORDER + 1) * (SUBFRAMES << 1) +
233 &percepFilterParam[(UB_LPC_ORDER + 1) * SUBFRAMES + (UB_LPC_ORDER + 1)],
258 double percepFilterParam[(UB_LPC_ORDER + 1)*SUBFRAMES];
structs.h 283 double LPCcoeffs_lo[(ORDERLO+1)*SUBFRAMES*2];
284 double LPCcoeffs_hi[(ORDERHI+1)*SUBFRAMES*2];
300 double lpcGain[SUBFRAMES<<1];
301 int lpcGainIndex[SUBFRAMES<<1];
422 double loFiltGain[SUBFRAMES];
423 double hiFiltGain[SUBFRAMES];
settings.h 54 /* number of subframes */
55 #define SUBFRAMES 6
85 #define UB_LPC_GAIN_DIM SUBFRAMES
lpc_analysis.c 250 for (k = 0; k < SUBFRAMES; k++) {
291 /* recursive filtering of correlation over subframes */
396 WebRtc_Word16 numSubFrames = SUBFRAMES * (1 + (bandwidth == isac16kHz));
414 if(frameCntr == SUBFRAMES)
441 criterion1 = ((frameCntr == 0) || (frameCntr == (SUBFRAMES - 1))) &&
508 if(subFrameCntr == SUBFRAMES)
  /external/chromium_org/content/test/gpu/gpu_tests/
webgl_debug_renderer_info.js 6 if (window.parent != window) // Ignore subframes.
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
decode.c 48 WebRtc_Word16 lofilt_coefQ15[ORDERLO*SUBFRAMES]; //refl. coeffs
49 WebRtc_Word16 hifilt_coefQ15[ORDERHI*SUBFRAMES]; //refl. coeffs
50 WebRtc_Word32 gain_lo_hiQ17[2*SUBFRAMES];
149 WEBRTC_SPL_MEMCPY_W16( (ISACdec_obj->plcstr_obj).lofilt_coefQ15, &lofilt_coefQ15[(SUBFRAMES-1)*ORDERLO], ORDERLO );
150 WEBRTC_SPL_MEMCPY_W16( (ISACdec_obj->plcstr_obj).hifilt_coefQ15, &hifilt_coefQ15[(SUBFRAMES-1)*ORDERHI], ORDERHI );
151 (ISACdec_obj->plcstr_obj).gain_lo_hiQ17[0] = gain_lo_hiQ17[(SUBFRAMES-1) * 2];
152 (ISACdec_obj->plcstr_obj).gain_lo_hiQ17[1] = gain_lo_hiQ17[(SUBFRAMES-1) * 2 + 1];
settings.h 45 /* number of subframes */
46 #define SUBFRAMES 6
71 #define KLT_ORDER_GAIN 12 /* (2 * SUBFRAMES) */
72 #define KLT_ORDER_SHAPE 108 /* (LPC_SHAPE_ORDER * SUBFRAMES) */
entropy_coding.c 784 WebRtc_Word32 larsQ17[KLT_ORDER_SHAPE]; // KLT_ORDER_GAIN+KLT_ORDER_SHAPE == (ORDERLO+ORDERHI)*SUBFRAMES
791 Lar2polyFix(larsQ17, LPCCoef_loQ15, ORDERLO, LPCCoef_hiQ15, ORDERHI, SUBFRAMES);
849 for (j=0; j<SUBFRAMES; j++) {
888 for (j=0; j<SUBFRAMES; j++) {
894 for (n=0; n<SUBFRAMES; n++) {
897 pos2 += SUBFRAMES;
908 for (n=0; n<SUBFRAMES; n++) {
911 pos2 += SUBFRAMES;
923 for (k=0; k<SUBFRAMES; k++) {
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
int_lpc.c 20 * Description:Interpolation of the LP parameters in 4 subframes. *
36 Word16 Az[] /* output: LP coefficients in 4 subframes */
  /external/chromium_org/third_party/WebKit/Source/platform/mhtml/
ArchiveResourceCollection.cpp 50 const Vector<RefPtr<MHTMLArchive> >& subframes = archive->subframeArchives(); local
51 for (Vector<RefPtr<MHTMLArchive> >::const_iterator iterator = subframes.begin(); iterator != subframes.end(); ++iterator) {
  /external/chromium_org/third_party/opus/src/silk/fixed/
residual_energy_FIX.c 35 /* Calculates residual energies of input subframes where all subframes have LPC_order */
44 const opus_int nb_subfr, /* I Number of subframes */
main_FIX.h 164 const opus_int nb_subfr, /* I number of subframes */
176 const opus_int nb_subfr, /* I Number of subframes */
180 /* Calculates residual energies of input subframes where all subframes have LPC_order */
189 const opus_int nb_subfr, /* I Number of subframes */
  /external/chromium_org/chrome/browser/resources/chromeos/
neterror.js 21 // Subframes use a different layout but the same html file. This is to make it
  /external/chromium_org/chrome/common/importer/
importer_url_row.h 34 // is usually for subframes.
  /external/chromium_org/third_party/opus/src/silk/float/
main_FLP.h 161 const opus_int nb_subfr, /* I number of subframes */
172 const opus_int nb_subfr, /* I number of subframes */
176 /* Calculates residual energies of input subframes where all subframes have LPC_order */
184 const opus_int nb_subfr, /* I number of subframes */
205 const opus_int nb_subfr /* I number of subframes */
residual_energy_FLP.c 89 /* Calculates residual energies of input subframes where all subframes have LPC_order */
97 const opus_int nb_subfr, /* I number of subframes */
  /external/chromium_org/chrome/renderer/resources/
neterror.js 24 // Subframes use a different layout but the same html file. This is to make it
  /external/chromium_org/tools/perf/measurements/
page_cycler.js 56 if (window.parent == window) { // Ignore subframes.
  /external/chromium_org/third_party/opus/src/silk/
gain_quant.c 44 const opus_int nb_subfr /* I number of subframes */
98 const opus_int nb_subfr /* I number of subframes */
129 const opus_int nb_subfr /* I number of subframes */
  /external/webrtc/src/modules/audio_processing/agc/
analog_agc.c 119 WebRtc_Word16 i, n, L, M, subFrames, tmp16, tmp_speech[16];
126 subFrames = 160;
132 subFrames = 80;
137 subFrames = 80;
153 subFrames = 160;
158 subFrames = 160;
175 subFrames = 160;
322 for (i = 0; i < samples; i += subFrames)
324 WebRtcAgc_ProcessVad(&stt->vadMic, &in_mic[i], subFrames);
333 WebRtc_Word16 i, subFrames;
    [all...]

Completed in 371 milliseconds

1 2 3 4 5 6 7