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 101 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 );
enc_API.c 175 psEnc->sStereo.mid_side_amp_Q0[ 0 ] = 0;
176 psEnc->sStereo.mid_side_amp_Q0[ 1 ] = 1;
177 psEnc->sStereo.mid_side_amp_Q0[ 2 ] = 0;
178 psEnc->sStereo.mid_side_amp_Q0[ 3 ] = 1;
structs.h 101 opus_int32 mid_side_amp_Q0[ 4 ];

Completed in 27 milliseconds