Searched refs:L_index (Results 1 – 1 of 1) sorted by relevance
/external/aac/libAACdec/src/ |
D | usacdec_ace_d4t64.cpp | 357 LONG L_index; in D_ACELP_decode_4t64() local 366 L_index = index[2 * (k / 2) + 1]; in D_ACELP_decode_4t64() 367 D_ACELP_decode_1p_N1(L_index, 4, 0, pos); in D_ACELP_decode_4t64() 377 L_index = index[i++]; in D_ACELP_decode_4t64() 378 D_ACELP_decode_1p_N1(L_index, 4, 0, pos); in D_ACELP_decode_4t64() 385 L_index = (LONG)index[k]; in D_ACELP_decode_4t64() 386 D_ACELP_decode_1p_N1(L_index, 4, 0, pos); in D_ACELP_decode_4t64() 392 L_index = (LONG)index[k]; in D_ACELP_decode_4t64() 393 D_ACELP_decode_2p_2N1(L_index, 4, 0, pos); in D_ACELP_decode_4t64() 397 L_index = (LONG)index[k]; in D_ACELP_decode_4t64() [all …]
|