Searched defs:c_prev (Results 1 – 7 of 7) sorted by relevance
| /external/libxaac/decoder/ |
| D | ixheaacd_arith_dec.c | 1634 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
|
| D | ixheaacd_main.h | 129 WORD8 c_prev[MAX_NUM_CHANNELS][1024 / 2 + 4]; member
|
| /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/tensorflow/tensorflow/compiler/tests/ |
| D | lstm_test.py | 61 def _NextC(self, inputs, weight, m_prev, c_prev): argument 66 def _NextM(self, inputs, weight, m_prev, c_prev): argument
|
| D | lstm.py | 45 def LSTMCell(weights, m_prev, c_prev, x, pad): 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
|