Lines Matching refs:n_1
296 SHORT j, n_1; in D_ACELP_decode_4p_4N() local
300 n_1 = N - 1; in D_ACELP_decode_4p_4N()
301 j = offset + (1 << n_1); in D_ACELP_decode_4p_4N()
304 if (((index >> ((4 * n_1) + 1)) & 1) == 0) { in D_ACELP_decode_4p_4N()
305 D_ACELP_decode_4p_4N1(index, n_1, offset, pos); in D_ACELP_decode_4p_4N()
307 D_ACELP_decode_4p_4N1(index, n_1, j, pos); in D_ACELP_decode_4p_4N()
311 D_ACELP_decode_1p_N1((index >> ((3 * n_1) + 1)), n_1, offset, pos); in D_ACELP_decode_4p_4N()
312 D_ACELP_decode_3p_3N1(index, n_1, j, pos + 1); in D_ACELP_decode_4p_4N()
315 D_ACELP_decode_2p_2N1((index >> ((2 * n_1) + 1)), n_1, offset, pos); in D_ACELP_decode_4p_4N()
316 D_ACELP_decode_2p_2N1(index, n_1, j, pos + 2); in D_ACELP_decode_4p_4N()
319 D_ACELP_decode_3p_3N1((index >> (n_1 + 1)), n_1, offset, pos); in D_ACELP_decode_4p_4N()
320 D_ACELP_decode_1p_N1(index, n_1, j, pos + 3); in D_ACELP_decode_4p_4N()