Searched refs:silk_stereo_find_predictor (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/opus/src/silk/
H A Dstereo_find_predictor.c35 opus_int32 silk_stereo_find_predictor( /* O Returns predictor in Q13 */ function
H A Dstereo_LR_to_MS.c101 pred_Q13[ 0 ] = silk_stereo_find_predictor( &LP_ratio_Q14, LP_mid, LP_side, &state->mid_side_amp_Q0[ 0 ], frame_length, smooth_coef_Q16 );
102 pred_Q13[ 1 ] = silk_stereo_find_predictor( &HP_ratio_Q14, HP_mid, HP_side, &state->mid_side_amp_Q0[ 2 ], frame_length, smooth_coef_Q16 );
H A Dmain.h67 opus_int32 silk_stereo_find_predictor( /* O Returns predictor in Q13 */
/external/libopus/silk/
H A Dstereo_find_predictor.c35 opus_int32 silk_stereo_find_predictor( /* O Returns predictor in Q13 */ function
H A Dstereo_LR_to_MS.c101 pred_Q13[ 0 ] = silk_stereo_find_predictor( &LP_ratio_Q14, LP_mid, LP_side, &state->mid_side_amp_Q0[ 0 ], frame_length, smooth_coef_Q16 );
102 pred_Q13[ 1 ] = silk_stereo_find_predictor( &HP_ratio_Q14, HP_mid, HP_side, &state->mid_side_amp_Q0[ 2 ], frame_length, smooth_coef_Q16 );
H A Dmain.h67 opus_int32 silk_stereo_find_predictor( /* O Returns predictor in Q13 */

Completed in 397 milliseconds