HomeSort by relevance Sort by last modified time
    Searched refs:c_prev (Results 1 - 16 of 16) sorted by null

  /external/aac/libArithCoding/include/
ac_arith_coder.h 116 UCHAR c_prev[(1024 / 2) + 4]; /* 2-tuple context of previous frame, 4 bit */ member in struct:__anon13711
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
mp4dec_lib.h 147 uint8 *c_prev, /* i */
161 uint8 *c_prev, /* i */
209 uint8 *c_prev,
218 uint8 *c_prev, /* i */
225 uint8 *c_prev, /* i */
232 uint8 *c_prev, /* i */
239 uint8 *c_prev, /* i */
250 uint8 *c_prev,
268 void PutSKIPPED_MB(uint8 *comp, uint8 *c_prev, int width);
269 void PutSKIPPED_B(uint8 *comp, uint8 *c_prev, int width)
    [all...]
mb_motion_comp.cpp 141 PIXEL *c_comp, *c_prev; local
242 c_prev = prev->yChan;
243 if (!c_prev) {
259 /* luminance_pred_mode_inter4v(xpos, ypos, px, py, c_prev,
286 GetPredAdvBTable[ypred&1][xpred&1](c_prev + (xpred >> 1) + ((ypred >> 1)*width),
293 GetPredOutside(xpred, ypred, c_prev,
321 GetPredAdvBTable[ypred&1][xpred&1](c_prev + (xpred >> 1) + ((ypred >> 1)*width),
328 GetPredOutside(xpred, ypred, c_prev,
357 GetPredAdvBTable[ypred&1][xpred&1](c_prev + (xpred >> 1) + ((ypred >> 1)*width),
364 GetPredOutside(xpred, ypred, c_prev,
564 PIXEL *c_comp, *c_prev; local
    [all...]
get_pred_outside.cpp 29 c_prev = pointer to previous 8-bit prediction values within a VOP;
244 uint8 *c_prev, /* i */
276 prev = c_prev;
305 prev = c_prev + (ypos >> 1) * width;
332 prev = c_prev + width * (height - 8);
366 prev = c_prev + (xpos >> 1) - xoffset;
399 prev = c_prev + width * (height - 8) + (xpos >> 1) - xoffset;
432 prev = c_prev + width - 8;
460 prev = c_prev + (ypos >> 1) * width + width - 8;
489 prev = c_prev + width * (height - 8) + width - 8
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
motion_comp.cpp 37 Int EncGetPredOutside(Int xpos, Int ypos, UChar *c_prev, UChar *rec,
44 void get_MB(UChar *c_prev, UChar *c_prev_u , UChar *c_prev_v,
48 UChar *c_prev, /* i */
55 UChar *c_prev, /* i */
62 UChar *c_prev, /* i */
69 UChar *c_prev, /* i */
105 UChar *c_prev, *cu_prev, *cv_prev; local
136 c_prev = prevVop->yChan;
142 EncPrediction_INTER(xpred, ypred, c_prev, c_rec,
163 c_prev = prevVop->yChan
    [all...]
mp4enc_lib.h 102 void EncPrediction_INTER(Int xpred, Int ypred, UChar *c_prev, UChar *c_rec,
105 void EncPrediction_INTER4V(Int xpred, Int ypred, MOT *mot, UChar *c_prev, UChar *c_rec,
111 void get_MB(UChar *c_prev, UChar *c_prev_u , UChar *c_prev_v,
  /external/tensorflow/tensorflow/compiler/tests/
lstm_test.py 64 def _NextC(self, inputs, weight, m_prev, c_prev):
67 return _Clip(_Clip(_Sigmoid(x) * c_prev) + _Clip(_Sigmoid(x) * np.tanh(x)))
69 def _NextM(self, inputs, weight, m_prev, c_prev):
72 return _Clip(_Sigmoid(x) * self._NextC(inputs, weight, m_prev, c_prev))
82 c_prev = constant_op.constant([[c_prev_scalar]] * self._batch_size)
86 m, c = lstm.LSTMCell(weights, m_prev, c_prev, x, pad)
111 for c_prev in [0., 1.]:
113 init_ops.ones_initializer(), m_prev, c_prev,
115 self.assertAllClose(m, self._NextM(self._inputs, 1., m_prev, c_prev))
116 self.assertAllClose(c, self._NextC(self._inputs, 1., m_prev, c_prev))
    [all...]
lstm.py 47 def LSTMCell(weights, m_prev, c_prev, x, pad):
53 c_prev: Previous c states with shape [batch_size, num_nodes].
75 c_next = Clip(Clip(forget_gate * c_prev) + Clip(in_gate * in_value))
79 c_next = c_prev * pad + c_next * (1.0 - pad)
  /external/tensorflow/tensorflow/contrib/grid_rnn/python/ops/
grid_rnn_cell.py 180 c_prev, m_prev, cell_output_size = self._extract_states(state)
186 # project input, populate c_prev and m_prev
187 self._project_input(inputs, c_prev, m_prev, cell_output_size > 0)
191 _propagate(conf.non_priority, conf, self._cells, c_prev, m_prev,
194 c_prev, m_prev, new_output, new_state, False)
234 # c_prev is `m` (cell value), and
237 c_prev = [None] * conf.num_dims
253 c_prev[recurrent_dim], m_prev[recurrent_dim] = recurrent_state
261 c_prev[recurrent_dim] = array_ops.slice(state, [0, start_idx],
268 return c_prev, m_prev, cell_output_siz
    [all...]
  /external/tensorflow/tensorflow/contrib/model_pruning/python/layers/
rnn_cells.py 302 (c_prev, m_prev) = state
304 c_prev = array_ops.slice(state, [0, 0], [-1, self._num_units])
321 sigmoid(f + self._forget_bias + self._w_f_diag * c_prev) * c_prev +
322 sigmoid(i + self._w_i_diag * c_prev) * self._activation(j))
325 sigmoid(f + self._forget_bias) * c_prev +
  /external/aac/libArithCoding/src/
ac_arith_coder.cpp 612 static void decode2(HANDLE_FDK_BITSTREAM bbuf, UCHAR *RESTRICT c_prev,
631 state_inc = c_prev[0] << 12;
636 s = s + (c_prev[i + 1] << 8);
698 c_prev[i] = (UCHAR)c_0;
723 FDKmemset(&c_prev[i], 1, sizeof(c_prev[0]) * (nt - i));
746 FDKmemclear(pArcoData->c_prev,
747 sizeof(pArcoData->c_prev[0]) * ((lg_max / 2) + 4));
758 copyTableAmrwbArith2(pArcoData->c_prev, pArcoData->m_numberLinesPrev >> 1,
766 decode2(hBs, pArcoData->c_prev + 2, mdctSpectrum, lg >> 1, lg_max >> 1)
    [all...]
  /external/libxaac/decoder/
ixheaacd_arith_dec.c 2081 WORD8 *c_prev = &usac_data->c_prev[ch][0]; local
2128 WORD8 *c_prev = usac_data->c_prev[usac_data->present_chan]; local
    [all...]
ixheaacd_main.h 127 WORD8 c_prev[MAX_NUM_CHANNELS][1024 / 2 + 4]; member in struct:ia_usac_data_main_struct
  /external/tensorflow/tensorflow/contrib/rnn/python/ops/
rnn_cell.py 244 (c_prev, m_prev) = state
246 c_prev = array_ops.slice(state, [0, 0], [-1, self._num_units])
287 f_act = sigmoid(f + self._forget_bias + w_f_diag * c_prev)
290 c = (f_act * c_prev + (1 - f_act) * self._activation(j))
431 c_prev = array_ops.slice(state, [0, 2 * fq * self._num_units],
443 sigmoid(f + self._forget_bias + w_f_diag * c_prev) * c_prev +
444 sigmoid(i + w_i_diag * c_prev) * tanh(j))
446 c = (sigmoid(f + self._forget_bias) * c_prev + sigmoid(i) * tanh(j))
    [all...]
  /external/tensorflow/tensorflow/python/ops/
rnn_cell_impl.py 779 (c_prev, m_prev) = state
781 c_prev = array_ops.slice(state, [0, 0], [-1, self._num_units])
797 c = (sigmoid(f + self._forget_bias + self._w_f_diag * c_prev) * c_prev +
798 sigmoid(i + self._w_i_diag * c_prev) * self._activation(j))
800 c = (sigmoid(f + self._forget_bias) * c_prev + sigmoid(i) *
    [all...]
  /external/iproute2/lib/
bpf.c 224 char *tmp_string, *pos, c_prev = ' '; local
243 if (c_prev != ',')
245 c_prev = ',';
249 if (c_prev != ' ')
251 c_prev = ' ';
255 c_prev = c;
    [all...]

Completed in 695 milliseconds