Lines Matching refs:tempo_t
45 } tempo_t; typedef
60 static size_t tempo_best_overlap_position(tempo_t * t, float const * new_win) in tempo_best_overlap_position()
88 tempo_t * t, const float * in1, const float * in2, float * output) in tempo_overlap()
101 static void tempo_process(tempo_t * t) in tempo_process()
135 static float * tempo_input(tempo_t * t, float const * samples, size_t n) in tempo_input()
141 static float const * tempo_output(tempo_t * t, float * samples, size_t * n) in tempo_output()
148 static void tempo_flush(tempo_t * t) in tempo_flush()
166 static void tempo_setup(tempo_t * t, in tempo_setup()
185 static void tempo_delete(tempo_t * t) in tempo_delete()
193 static tempo_t * tempo_create(size_t channels) in tempo_create()
195 tempo_t * t = lsx_calloc(1, sizeof(*t)); in tempo_create()
205 tempo_t * tempo;