Searched refs:nk_mode (Results 1 – 4 of 4) sorted by relevance
/external/libxaac/decoder/ |
D | ixheaacd_acelp_bitparse.c | 56 WORD32 *nk_mode) { in ixheaacd_get_mode_lpc() argument 65 if (mode_lpc == 1) *nk_mode = 3; in ixheaacd_get_mode_lpc() 69 mode_lpc = *nk_mode = 2; in ixheaacd_get_mode_lpc() 72 mode_lpc = *nk_mode = 0; in ixheaacd_get_mode_lpc() 74 mode_lpc = *nk_mode = 1; in ixheaacd_get_mode_lpc() 79 mode_lpc = *nk_mode = 1; in ixheaacd_get_mode_lpc() 82 mode_lpc = *nk_mode = 0; in ixheaacd_get_mode_lpc() 88 *nk_mode = 2; in ixheaacd_get_mode_lpc() 96 VOID ixheaacd_qn_data(WORD32 nk_mode, WORD32 *qn, in ixheaacd_qn_data() argument 99 switch (nk_mode) { in ixheaacd_qn_data() [all …]
|
D | ixheaacd_func_def.h | 27 VOID ixheaacd_qn_data(WORD32 nk_mode, WORD32 *qn,
|
/external/aac/libAACdec/src/ |
D | usacdec_lpc.cpp | 537 static void lsf_weight_2st(FIXP_LPC *lsfq, FIXP_DBL *xq, int nk_mode) { in lsf_weight_2st() argument 551 switch (nk_mode) { in lsf_weight_2st() 582 static void decode_qn(HANDLE_FDK_BITSTREAM hBs, int nk_mode, int nqn, in decode_qn() argument 586 if (nk_mode == 1) { /* nk mode 1 */ in decode_qn() 600 if (nk_mode == 2) { in decode_qn() 697 int nk_mode /* input: 0=abs, >0=rel */ in vlpc_2st_dec() argument 703 { err = CLpc_DecodeAVQ(hBs, xq, nk_mode, 2, 8); } in vlpc_2st_dec() 709 lsf_weight_2st(lsfq, xq, nk_mode); in vlpc_2st_dec() 722 int CLpc_DecodeAVQ(HANDLE_FDK_BITSTREAM hBs, FIXP_DBL *pOutput, int nk_mode, in CLpc_DecodeAVQ() argument 730 decode_qn(hBs, nk_mode, no_qn, qn); in CLpc_DecodeAVQ() [all …]
|
D | usacdec_lpc.h | 122 int CLpc_DecodeAVQ(HANDLE_FDK_BITSTREAM hBs, FIXP_DBL *lsfq, int nk_mode,
|