Commit fbfb6355 authored by Fabian Müller's avatar Fabian Müller
Browse files

Remove redundant indexing and deref operator

parent bcc1edc0
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -163,9 +163,9 @@ const float ap_lattice_coeffs_3[DIRAC_DECORR_FILTER_LEN_3*DIRAC_MAX_NUM_DECORR_F

const float * const ap_lattice_coeffs[DIRAC_DECORR_NUM_SPLIT_BANDS] =
{
    &ap_lattice_coeffs_1[0],
    &ap_lattice_coeffs_2[0],
    &ap_lattice_coeffs_3[0],
    ap_lattice_coeffs_1,
    ap_lattice_coeffs_2,
    ap_lattice_coeffs_3,
};

const float ap_split_frequencies[DIRAC_DECORR_NUM_SPLIT_BANDS + 1] =