Commit c69054fa authored by Aurelien Jacobs's avatar Aurelien Jacobs

aptx: indentation (cosmetics only)

parent d8258489
...@@ -394,7 +394,7 @@ typedef const struct { ...@@ -394,7 +394,7 @@ typedef const struct {
} ConstTables; } ConstTables;
static ConstTables tables[2][NB_SUBBANDS] = { static ConstTables tables[2][NB_SUBBANDS] = {
{ {
[LF] = { quantize_intervals_LF, [LF] = { quantize_intervals_LF,
invert_quantize_dither_factors_LF, invert_quantize_dither_factors_LF,
quantize_dither_factors_LF, quantize_dither_factors_LF,
...@@ -419,8 +419,8 @@ static ConstTables tables[2][NB_SUBBANDS] = { ...@@ -419,8 +419,8 @@ static ConstTables tables[2][NB_SUBBANDS] = {
quantize_factor_select_offset_HF, quantize_factor_select_offset_HF,
FF_ARRAY_ELEMS(quantize_intervals_HF), FF_ARRAY_ELEMS(quantize_intervals_HF),
0x15FF, 12 }, 0x15FF, 12 },
}, },
{ {
[LF] = { hd_quantize_intervals_LF, [LF] = { hd_quantize_intervals_LF,
hd_invert_quantize_dither_factors_LF, hd_invert_quantize_dither_factors_LF,
hd_quantize_dither_factors_LF, hd_quantize_dither_factors_LF,
...@@ -445,7 +445,7 @@ static ConstTables tables[2][NB_SUBBANDS] = { ...@@ -445,7 +445,7 @@ static ConstTables tables[2][NB_SUBBANDS] = {
hd_quantize_factor_select_offset_HF, hd_quantize_factor_select_offset_HF,
FF_ARRAY_ELEMS(hd_quantize_intervals_HF), FF_ARRAY_ELEMS(hd_quantize_intervals_HF),
0x15FF, 12 }, 0x15FF, 12 },
} }
}; };
static const int16_t quantization_factors[32] = { static const int16_t quantization_factors[32] = {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment