OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:smth_width_Q14
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/opus/src/silk/
stereo_LR_to_MS.c
122
state->
smth_width_Q14
= (opus_int16)silk_SMLAWB( state->
smth_width_Q14
, width_Q14 - state->
smth_width_Q14
, smooth_coef_Q16 );
133
( 8 * total_rate_bps < 13 * min_mid_rate_bps || silk_SMULWB( frac_Q16, state->
smth_width_Q14
) < SILK_FIX_CONST( 0.05, 14 ) ) )
137
pred_Q13[ 0 ] = silk_RSHIFT( silk_SMULBB( state->
smth_width_Q14
, pred_Q13[ 0 ] ), 14 );
138
pred_Q13[ 1 ] = silk_RSHIFT( silk_SMULBB( state->
smth_width_Q14
, pred_Q13[ 1 ] ), 14 );
148
( 8 * total_rate_bps < 11 * min_mid_rate_bps || silk_SMULWB( frac_Q16, state->
smth_width_Q14
) < SILK_FIX_CONST( 0.02, 14 ) ) )
152
pred_Q13[ 0 ] = silk_RSHIFT( silk_SMULBB( state->
smth_width_Q14
, pred_Q13[ 0 ] ), 14 );
153
pred_Q13[ 1 ] = silk_RSHIFT( silk_SMULBB( state->
smth_width_Q14
, pred_Q13[ 1 ] ), 14 );
159
} else if( state->
smth_width_Q14
> SILK_FIX_CONST( 0.95, 14 ) )
[
all
...]
structs.h
102
opus_int16
smth_width_Q14
;
enc_API.c
176
psEnc->sStereo.
smth_width_Q14
= SILK_FIX_CONST( 1, 14 );
526
encControl->stereoWidth_Q14 = encControl->toMono ? 0 : psEnc->sStereo.
smth_width_Q14
;
Completed in 59 milliseconds