HomeSort by relevance Sort by last modified time
    Searched refs:mid_side_amp_Q0 (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/opus/src/silk/
stereo_LR_to_MS.c 92 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 );
93 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 );
enc_API.c 171 psEnc->sStereo.mid_side_amp_Q0[ 0 ] = 0;
172 psEnc->sStereo.mid_side_amp_Q0[ 1 ] = 1;
173 psEnc->sStereo.mid_side_amp_Q0[ 2 ] = 0;
174 psEnc->sStereo.mid_side_amp_Q0[ 3 ] = 1;
structs.h 101 opus_int32 mid_side_amp_Q0[ 4 ];

Completed in 659 milliseconds