Searched defs:bandLogE (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/opus/src/celt/
H A Dquant_bands.c544 celt_ener *bandE, opus_val16 *bandLogE, int C)
550 bandLogE[i+c*m->nbEBands] =
554 bandLogE[c*m->nbEBands+i] = -QCONST16(14.f,DB_SHIFT);
543 amp2Log2(const CELTMode *m, int effEnd, int end, celt_ener *bandE, opus_val16 *bandLogE, int C) argument
H A Dbands.c193 celt_sig * OPUS_RESTRICT freq, const opus_val16 *bandLogE, int start, int end, int C, int M)
216 lg = ADD16(bandLogE[i+c*m->nbEBands], SHL16((opus_val16)eMeans[i],6));
192 denormalise_bands(const CELTMode *m, const celt_norm * OPUS_RESTRICT X, celt_sig * OPUS_RESTRICT freq, const opus_val16 *bandLogE, int start, int end, int C, int M) argument
H A Dcelt_encoder.c755 const opus_val16 *bandLogE, int end, int LM, int C, int N0,
817 diff += bandLogE[i+c*m->nbEBands]*(opus_int32)(2+2*i-end);
889 static opus_val16 dynalloc_analysis(const opus_val16 *bandLogE, const opus_val16 *bandLogE2, argument
917 maxDepth = MAX16(maxDepth, bandLogE[c*nbEBands+i]-noise_floor[i]);
947 follower[i] = HALF16(MAX16(0, bandLogE[i]-follower[i]) + MAX16(0, bandLogE[nbEBands+i]-follower[nbEBands+i]));
952 follower[i] = MAX16(0, bandLogE[i]-follower[i]);
1257 VARDECL(opus_val16, bandLogE);
1532 ALLOC(bandLogE,nbEBands*CC, opus_val16);
1558 amp2Log2(mode, effEnd, st->end, bandE, bandLogE,
754 alloc_trim_analysis(const CELTMode *m, const celt_norm *X, const opus_val16 *bandLogE, int end, int LM, int C, int N0, AnalysisInfo *analysis, opus_val16 *stereo_saving, opus_val16 tf_estimate, int intensity, opus_val16 surround_trim) argument
[all...]
/external/libopus/celt/
H A Dquant_bands.c544 celt_ener *bandE, opus_val16 *bandLogE, int C)
550 bandLogE[i+c*m->nbEBands] =
554 bandLogE[c*m->nbEBands+i] = -QCONST16(14.f,DB_SHIFT);
543 amp2Log2(const CELTMode *m, int effEnd, int end, celt_ener *bandE, opus_val16 *bandLogE, int C) argument
H A Dbands.c193 celt_sig * OPUS_RESTRICT freq, const opus_val16 *bandLogE, int start, int end, int C, int M)
216 lg = ADD16(bandLogE[i+c*m->nbEBands], SHL16((opus_val16)eMeans[i],6));
192 denormalise_bands(const CELTMode *m, const celt_norm * OPUS_RESTRICT X, celt_sig * OPUS_RESTRICT freq, const opus_val16 *bandLogE, int start, int end, int C, int M) argument
H A Dcelt_encoder.c755 const opus_val16 *bandLogE, int end, int LM, int C, int N0,
817 diff += bandLogE[i+c*m->nbEBands]*(opus_int32)(2+2*i-end);
889 static opus_val16 dynalloc_analysis(const opus_val16 *bandLogE, const opus_val16 *bandLogE2, argument
917 maxDepth = MAX16(maxDepth, bandLogE[c*nbEBands+i]-noise_floor[i]);
947 follower[i] = HALF16(MAX16(0, bandLogE[i]-follower[i]) + MAX16(0, bandLogE[nbEBands+i]-follower[nbEBands+i]));
952 follower[i] = MAX16(0, bandLogE[i]-follower[i]);
1257 VARDECL(opus_val16, bandLogE);
1532 ALLOC(bandLogE,nbEBands*CC, opus_val16);
1558 amp2Log2(mode, effEnd, st->end, bandE, bandLogE,
754 alloc_trim_analysis(const CELTMode *m, const celt_norm *X, const opus_val16 *bandLogE, int end, int LM, int C, int N0, AnalysisInfo *analysis, opus_val16 *stereo_saving, opus_val16 tf_estimate, int intensity, opus_val16 surround_trim) argument
[all...]
/external/chromium_org/third_party/opus/src/src/
H A Dopus_multistream_encoder.c220 void surround_analysis(const CELTMode *celt_mode, const void *pcm, opus_val16 *bandLogE, opus_val32 *mem, opus_val32 *preemph_mem, argument
271 amp2Log2(celt_mode, 21, 21, bandE, bandLogE+21*c, 1);
274 bandLogE[21*c+i] = MAX16(bandLogE[21*c+i], bandLogE[21*c+i-1]-QCONST16(1.f, DB_SHIFT));
276 bandLogE[21*c+i] = MAX16(bandLogE[21*c+i], bandLogE[21*c+i+1]-QCONST16(2.f, DB_SHIFT));
280 maskLogE[0][i] = logSum(maskLogE[0][i], bandLogE[21*c+i]);
284 maskLogE[2][i] = logSum(maskLogE[2][i], bandLogE[2
693 opus_val16 bandLogE[42]; local
[all...]
/external/libopus/src/
H A Dopus_multistream_encoder.c220 void surround_analysis(const CELTMode *celt_mode, const void *pcm, opus_val16 *bandLogE, opus_val32 *mem, opus_val32 *preemph_mem, argument
271 amp2Log2(celt_mode, 21, 21, bandE, bandLogE+21*c, 1);
274 bandLogE[21*c+i] = MAX16(bandLogE[21*c+i], bandLogE[21*c+i-1]-QCONST16(1.f, DB_SHIFT));
276 bandLogE[21*c+i] = MAX16(bandLogE[21*c+i], bandLogE[21*c+i+1]-QCONST16(2.f, DB_SHIFT));
280 maskLogE[0][i] = logSum(maskLogE[0][i], bandLogE[21*c+i]);
284 maskLogE[2][i] = logSum(maskLogE[2][i], bandLogE[2
693 opus_val16 bandLogE[42]; local
[all...]

Completed in 169 milliseconds