Searched refs:D_ACELP_decode_1p_N1 (Results 1 – 1 of 1) sorted by relevance
/external/aac/libAACdec/src/ |
D | usacdec_ace_d4t64.cpp | 151 static void D_ACELP_decode_1p_N1(LONG index, SHORT N, SHORT offset, in D_ACELP_decode_1p_N1() function 242 D_ACELP_decode_1p_N1(idx, N, offset, pos + 2); in D_ACELP_decode_3p_3N1() 311 D_ACELP_decode_1p_N1((index >> ((3 * 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() 367 D_ACELP_decode_1p_N1(L_index, 4, 0, pos); in D_ACELP_decode_4t64() 378 D_ACELP_decode_1p_N1(L_index, 4, 0, pos); in D_ACELP_decode_4t64() 386 D_ACELP_decode_1p_N1(L_index, 4, 0, pos); in D_ACELP_decode_4t64() 398 D_ACELP_decode_1p_N1(L_index, 4, 0, pos); in D_ACELP_decode_4t64()
|