OSDN Git Service

sbc: Rename sbc_analyze_4b_xx to sbc_analyze_xx
[android-x86/external-bluetooth-sbc.git] / sbc / sbc.c
index 4a7dd2e..ffdf05d 100644 (file)
--- 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] -