/aosp_15_r20/external/libxaac/decoder/ |
H A 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
|
H A D | ixheaacd_main.h | 129 WORD8 c_prev[MAX_NUM_CHANNELS][1024 / 2 + 4]; member
|
/aosp_15_r20/frameworks/av/media/module/codecs/m4v_h263/enc/src/ |
H A D | motion_comp.cpp | 105 UChar *c_prev, *cu_prev, *cv_prev; in getMotionCompensatedMB() local 203 UChar *c_prev, /* i */ in EncPrediction_INTER() 243 UChar *c_prev, /* i */ in EncPrediction_INTER4V() 1520 Int EncGetPredOutside(Int xpos, Int ypos, UChar *c_prev, UChar *rec, in EncGetPredOutside() 1905 void get_MB(UChar *c_prev, UChar *c_prev_u , UChar *c_prev_v, in get_MB()
|
/aosp_15_r20/external/libxaac/encoder/ |
H A 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()
|
H A D | iusace_fd_quant.h | 32 WORD32 c_prev[(FRAME_LEN_LONG / 2) + 4]; member
|
H A D | iusace_config.h | 338 WORD32 c_prev[(NUM_COEFF / 2) + 4]; member
|
/aosp_15_r20/frameworks/av/media/module/codecs/m4v_h263/dec/src/ |
H A D | mb_motion_comp.cpp | 141 PIXEL *c_comp, *c_prev; in MBMotionComp() local 519 PIXEL *c_comp, *c_prev; in SkippedMBMotionComp() local
|
H A D | get_pred_outside.cpp | 244 uint8 *c_prev, /* i */ in GetPredOutside()
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tests/ |
H A 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
|
H A D | lstm.py | 45 def LSTMCell(weights, m_prev, c_prev, x, pad): argument
|
/aosp_15_r20/external/aac/libArithCoding/include/ |
H A D | ac_arith_coder.h | 116 UCHAR c_prev[(1024 / 2) + 4]; /* 2-tuple context of previous frame, 4 bit */ member
|
/aosp_15_r20/external/aac/libArithCoding/src/ |
H A D | ac_arith_coder.cpp | 613 UCHAR *RESTRICT c_prev, in decode2()
|
/aosp_15_r20/external/iproute2/lib/ |
H A D | bpf.c | 224 char *tmp_string, *pos, c_prev = ' '; in bpf_parse_string() local
|