Searched refs:D_ACELP_decode_2p_2N1 (Results 1 – 1 of 1) sorted by relevance
/external/aac/libAACdec/src/ |
D | usacdec_ace_d4t64.cpp | 183 static void D_ACELP_decode_2p_2N1(LONG index, SHORT N, SHORT offset, in D_ACELP_decode_2p_2N1() function 239 D_ACELP_decode_2p_2N1(idx, N - 1, j, pos); in D_ACELP_decode_3p_3N1() 273 D_ACELP_decode_2p_2N1(idx, N - 1, j, pos); in D_ACELP_decode_4p_4N1() 276 D_ACELP_decode_2p_2N1(idx, N, offset, pos + 2); in D_ACELP_decode_4p_4N1() 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() 393 D_ACELP_decode_2p_2N1(L_index, 4, 0, pos); in D_ACELP_decode_4t64() 405 D_ACELP_decode_2p_2N1(L_index, 4, 0, pos); in D_ACELP_decode_4t64() 417 D_ACELP_decode_2p_2N1(L_index, 4, 0, pos); in D_ACELP_decode_4t64()
|