X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=sbc%2Fsbc.c;h=ffdf05d9a2572871ec37408bf191e082e4172888;hb=7bc0d7e760e46ab155bd40542d282855972dbaf1;hp=4a7dd2e80ce1e757bd3193984fdcb0e781fb0746;hpb=0a4eb97ab44e339442069ec628d8cefaa71d3f11;p=android-x86%2Fexternal-bluetooth-sbc.git diff --git a/sbc/sbc.c b/sbc/sbc.c index 4a7dd2e..ffdf05d 100644 --- a/sbc/sbc.c +++ b/sbc/sbc.c @@ -692,7 +692,7 @@ static int sbc_analyze_audio(struct sbc_encoder_state *state, state->increment + frame->blocks * 4]; for (blk = 0; blk < frame->blocks; blk += state->increment) { - state->sbc_analyze_4b_4s( + state->sbc_analyze_4s( state, x, frame->sb_sample_f[blk][ch], frame->sb_sample_f[blk + 1][ch] - @@ -708,7 +708,7 @@ static int sbc_analyze_audio(struct sbc_encoder_state *state, state->increment + frame->blocks * 8]; for (blk = 0; blk < frame->blocks; blk += state->increment) { - state->sbc_analyze_4b_8s( + state->sbc_analyze_8s( state, x, frame->sb_sample_f[blk][ch], frame->sb_sample_f[blk + 1][ch] -