Searched refs:min_shift (Results 1 – 2 of 2) sorted by relevance
/external/walt/pywalt/pywalt/ |
D | minimization.py | 45 def minimize_lsq(tx, x, ty, y, tl, min_shift, max_shift, step): argument 52 shifts = numpy.arange(min_shift, max_shift, step)
|
/external/libxaac/decoder/ |
D | ixheaacd_sbr_dec.c | 803 WORD min_shift; in ixheaacd_sbr_dec() local 845 min_shift = ixheaacd_min32(shift1, shift2); in ixheaacd_sbr_dec() 846 shift_over = (shift2 - min_shift); in ixheaacd_sbr_dec() 847 reserve -= (shift1 - min_shift); in ixheaacd_sbr_dec()
|