Home
last modified time | relevance | path

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

/external/aac/libArithCoding/include/
Dac_arith_coder.h116 UCHAR c_prev[(1024 / 2) + 4]; /* 2-tuple context of previous frame, 4 bit */ member
/external/libxaac/decoder/
Dixheaacd_arith_dec.c1632 WORD8 *c_prev, WORD8 *c, in ixheaacd_arith_map_context()
1668 static WORD32 ixheaacd_arith_get_context(WORD8 *c_prev, WORD8 *c_pres, in ixheaacd_arith_get_context()
1805 WORD8 *c_prev, WORD8 *c_pres, WORD32 n, in ixheaacd_arth_decoding_level2()
2091 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.h127 WORD8 c_prev[MAX_NUM_CHANNELS][1024 / 2 + 4]; member
/external/tensorflow/tensorflow/compiler/tests/
Dlstm_test.py64 def _NextC(self, inputs, weight, m_prev, c_prev): argument
69 def _NextM(self, inputs, weight, m_prev, c_prev): argument
Dlstm.py47 def LSTMCell(weights, m_prev, c_prev, x, pad): argument
/external/tensorflow/tensorflow/contrib/grid_rnn/python/ops/
Dgrid_rnn_cell.py271 def _project_input(self, inputs, c_prev, m_prev, with_c): argument
611 def _propagate(dim_indices, conf, cells, c_prev, m_prev, new_output, new_state, 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