Home
last modified time | relevance | path

Searched defs:c_prev (Results 1 – 10 of 10) sorted by relevance

/external/libxaac/decoder/
Dixheaacd_arith_dec.c1634 WORD8 *c_prev, WORD8 *c, in ixheaacd_arith_map_context()
1670 static WORD32 ixheaacd_arith_get_context(WORD8 *c_prev, WORD8 *c_pres, in ixheaacd_arith_get_context()
1801 VOID ixheaacd_arth_decoding_level2(ia_bit_buf_struct *it_bit_buff, WORD8 *c_prev, WORD8 *c_pres, in ixheaacd_arth_decoding_level2()
2095 WORD8 *c_prev = &usac_data->c_prev[ch][0]; in ixheaacd_ac_spectral_data() local
2138 WORD8 *c_prev = usac_data->c_prev[usac_data->present_chan]; in ixheaacd_arith_data() local
Dixheaacd_main.h129 WORD8 c_prev[MAX_NUM_CHANNELS][1024 / 2 + 4]; member
/external/libxaac/encoder/
Diusace_arith_enc.c53 WORD32 c_prev[516]; in iusace_arith_map_context() local
78 static WORD32 iusace_arith_get_state(WORD32 *c_pres, WORD32 *c_prev, WORD32 *s, WORD32 idx) { in iusace_arith_get_state()
334 WORD32 max_tcx_size, WORD32 *ptr_quant, WORD32 *c_pres, WORD32 *c_prev) { in iusace_tcx_coding()
Diusace_fd_quant.h32 WORD32 c_prev[(FRAME_LEN_LONG / 2) + 4]; member
Diusace_config.h339 WORD32 c_prev[(NUM_COEFF / 2) + 4]; member
/external/aac/libArithCoding/include/
Dac_arith_coder.h116 UCHAR c_prev[(1024 / 2) + 4]; /* 2-tuple context of previous frame, 4 bit */ member
/external/tensorflow/tensorflow/compiler/tests/
Dlstm_test.py61 def _NextC(self, inputs, weight, m_prev, c_prev): argument
66 def _NextM(self, inputs, weight, m_prev, c_prev): argument
Dlstm.py45 def LSTMCell(weights, m_prev, c_prev, x, pad): argument
/external/aac/libArithCoding/src/
Dac_arith_coder.cpp613 UCHAR *RESTRICT c_prev, in decode2()
/external/iproute2/lib/
Dbpf.c224 char *tmp_string, *pos, c_prev = ' '; in bpf_parse_string() local