Searched defs:c_prev (Results 1 – 8 of 8) sorted by relevance
/external/aac/libArithCoding/include/ |
D | ac_arith_coder.h | 116 UCHAR c_prev[(1024 / 2) + 4]; /* 2-tuple context of previous frame, 4 bit */ member
|
/external/libxaac/decoder/ |
D | ixheaacd_arith_dec.c | 1632 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
|
D | ixheaacd_main.h | 127 WORD8 c_prev[MAX_NUM_CHANNELS][1024 / 2 + 4]; member
|
/external/tensorflow/tensorflow/compiler/tests/ |
D | lstm_test.py | 64 def _NextC(self, inputs, weight, m_prev, c_prev): argument 69 def _NextM(self, inputs, weight, m_prev, c_prev): argument
|
D | lstm.py | 47 def LSTMCell(weights, m_prev, c_prev, x, pad): argument
|
/external/tensorflow/tensorflow/contrib/grid_rnn/python/ops/ |
D | grid_rnn_cell.py | 271 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/ |
D | ac_arith_coder.cpp | 613 UCHAR *RESTRICT c_prev, in decode2()
|
/external/iproute2/lib/ |
D | bpf.c | 224 char *tmp_string, *pos, c_prev = ' '; in bpf_parse_string() local
|