Searched defs:c_prev (Results 1 – 10 of 10) 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/libxaac/encoder/ |
D | iusace_arith_enc.c | 53 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()
|
D | iusace_fd_quant.h | 32 WORD32 c_prev[(FRAME_LEN_LONG / 2) + 4]; member
|
D | iusace_config.h | 339 WORD32 c_prev[(NUM_COEFF / 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
|