Searched refs:n_1 (Results 1 – 2 of 2) sorted by relevance
/external/aac/libAACdec/src/ |
D | usacdec_ace_d4t64.cpp | 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() [all …]
|
/external/llvm-project/lldb/test/API/functionalities/data-formatter/data-formatter-advanced/ |
D | main.cpp | 85 int n_1; member
|