OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:warping_Q16
(Results
1 - 11
of
11
) sorted by null
/external/chromium_org/third_party/opus/src/silk/fixed/
warped_autocorrelation_FIX.c
42
const opus_int
warping_Q16
, /* I Warping coefficient */
62
tmp2_QS = silk_SMLAWB( state_QS[ i ], state_QS[ i + 1 ] - tmp1_QS,
warping_Q16
);
66
tmp1_QS = silk_SMLAWB( state_QS[ i + 1 ], state_QS[ i + 2 ] - tmp2_QS,
warping_Q16
);
noise_shape_analysis_FIX.c
152
opus_int k, i, nSamples, Qnrg, b_Q14,
warping_Q16
, scale = 0;
253
if( psEnc->sCmn.
warping_Q16
> 0 ) {
255
warping_Q16
= silk_SMLAWB( psEnc->sCmn.
warping_Q16
, (opus_int32)psEncCtrl->coding_quality_Q14, SILK_FIX_CONST( 0.01, 18 ) );
257
warping_Q16
= 0;
279
if( psEnc->sCmn.
warping_Q16
> 0 ) {
281
silk_warped_autocorrelation_FIX( auto_corr, &scale, x_windowed,
warping_Q16
, psEnc->sCmn.shapeWinLength, psEnc->sCmn.shapingLPCOrder );
313
if( psEnc->sCmn.
warping_Q16
> 0 ) {
315
gain_mult_Q16 = warped_gain( AR2_Q24,
warping_Q16
, psEnc->sCmn.shapingLPCOrder );
343
limit_warped_coefs( AR2_Q24, AR1_Q24,
warping_Q16
, SILK_FIX_CONST( 3.999, 24 ), psEnc->sCmn.shapingLPCOrder )
[
all
...]
main_FIX.h
115
const opus_int
warping_Q16
, /* I Warping coefficient */
encode_frame_FIX.c
196
if( psEnc->sCmn.nStatesDelayedDecision > 1 || psEnc->sCmn.
warping_Q16
> 0 ) {
370
if( psEnc->sCmn.nStatesDelayedDecision > 1 || psEnc->sCmn.
warping_Q16
> 0 ) {
prefilter_FIX.c
133
psEnc->sCmn.
warping_Q16
, psEnc->sCmn.subfr_length, psEnc->sCmn.shapingLPCOrder );
/external/chromium_org/third_party/opus/src/silk/
control_codec.c
332
psEncC->
warping_Q16
= 0;
343
psEncC->
warping_Q16
= 0;
354
psEncC->
warping_Q16
= psEncC->fs_kHz * SILK_FIX_CONST( WARPING_MULTIPLIER, 16 );
365
psEncC->
warping_Q16
= psEncC->fs_kHz * SILK_FIX_CONST( WARPING_MULTIPLIER, 16 );
376
psEncC->
warping_Q16
= psEncC->fs_kHz * SILK_FIX_CONST( WARPING_MULTIPLIER, 16 );
387
silk_assert( psEncC->
warping_Q16
<= 32767 );
NSQ_del_dec.c
103
opus_int
warping_Q16
, /* I */
260
psEncC->predictLPCOrder, psEncC->
warping_Q16
, psEncC->nStatesDelayedDecision, &smpl_buf_idx, decisionDelay );
329
opus_int
warping_Q16
, /* I */
423
tmp2 = silk_SMLAWB( psLPC_Q14[ 0 ], psDD->sAR2_Q14[ 0 ],
warping_Q16
);
425
tmp1 = silk_SMLAWB( psDD->sAR2_Q14[ 0 ], psDD->sAR2_Q14[ 1 ] - tmp2,
warping_Q16
);
432
tmp2 = silk_SMLAWB( psDD->sAR2_Q14[ j - 1 ], psDD->sAR2_Q14[ j + 0 ] - tmp1,
warping_Q16
);
436
tmp1 = silk_SMLAWB( psDD->sAR2_Q14[ j + 0 ], psDD->sAR2_Q14[ j + 1 ] - tmp2,
warping_Q16
);
[
all
...]
structs.h
177
opus_int
warping_Q16
; /* Warping parameter for warped noise shaping */
/external/chromium_org/third_party/opus/src/silk/float/
noise_shape_analysis_FLP.c
220
if( psEnc->sCmn.
warping_Q16
> 0 ) {
222
warping = (silk_float)psEnc->sCmn.
warping_Q16
/ 65536.0f + 0.01f * psEncCtrl->coding_quality;
245
if( psEnc->sCmn.
warping_Q16
> 0 ) {
261
if( psEnc->sCmn.
warping_Q16
> 0 ) {
prefilter_FLP.c
133
(silk_float)psEnc->sCmn.
warping_Q16
/ 65536.0f, psEnc->sCmn.subfr_length, psEnc->sCmn.shapingLPCOrder );
wrappers_FLP.c
162
if( psEnc->sCmn.nStatesDelayedDecision > 1 || psEnc->sCmn.
warping_Q16
> 0 ) {
Completed in 54 milliseconds