Home
last modified time | relevance | path

Searched refs:max_shift (Results 1 – 5 of 5) sorted by relevance

/external/libxaac/decoder/
Dixheaacd_imdct.c303 WORD32 max_shift; in ixheaacd_fd_imdct_short() local
310 max_shift = in ixheaacd_fd_imdct_short()
312 ixheaacd_normalize(p_in_ibuffer, max_shift, ixheaacd_drc_offset->n_long); in ixheaacd_fd_imdct_short()
313 shiftp = max_shift + 6; in ixheaacd_fd_imdct_short()
329 max_shift = in ixheaacd_fd_imdct_short()
331 ixheaacd_normalize(p_in_ibuffer, max_shift - 1, ixheaacd_drc_offset->n_long); in ixheaacd_fd_imdct_short()
332 shiftp += max_shift - 1; in ixheaacd_fd_imdct_short()
430 WORD32 max_shift; in ixheaacd_fd_imdct_long() local
438 max_shift = in ixheaacd_fd_imdct_long()
440 ixheaacd_normalize(p_in_ibuffer, max_shift, ixheaacd_drc_offset->n_long); in ixheaacd_fd_imdct_long()
[all …]
Dixheaacd_env_calc.c1096 WORD16 max_shift; in ixheaacd_expsubbandsamples_dec() local
1119 max_shift = ixheaacd_pnorm32(max_abs); in ixheaacd_expsubbandsamples_dec()
1135 max_shift = ixheaacd_pnorm32(max_abs); in ixheaacd_expsubbandsamples_dec()
1138 return max_shift; in ixheaacd_expsubbandsamples_dec()
/external/walt/pywalt/pywalt/
Dminimization.py45 def minimize_lsq(tx, x, ty, y, tl, min_shift, max_shift, step): argument
52 shifts = numpy.arange(min_shift, max_shift, step)
/external/v8/src/wasm/
Dfunction-body-decoder-impl.h928 uint8_t max_shift = 0; in Validate() local
933 max_shift = 32; in Validate()
938 max_shift = 16; in Validate()
943 max_shift = 8; in Validate()
949 if (!VALIDATE(imm.shift >= 0 && imm.shift < max_shift)) { in Validate()
/external/libopus/src/
Dopus_encoder.c864 int max_shift; in compute_frame_energy() local
873 max_shift = celt_ilog2(len); in compute_frame_energy()
874 shift = IMAX(0, (celt_ilog2(sample_max) << 1) + max_shift - 28); in compute_frame_energy()