Searched refs:old_state_start (Results 1 – 4 of 4) sorted by relevance
63 const int16_t* old_state_start = state_ptr + 1; in EvalIntegerSvdfReference() local65 while (old_state_start != old_state_end) { in EvalIntegerSvdfReference()66 *new_state_start++ = *old_state_start++; in EvalIntegerSvdfReference()
150 const float* old_state_start = state_ptr + 1; in EvalFloatSVDF() local153 while (old_state_start != old_state_end) { in EvalFloatSVDF()154 *new_state_start++ = *old_state_start++; in EvalFloatSVDF()
166 const float* old_state_start = state_ptr + 1; in EvalFloatSVDF() local169 while (old_state_start != old_state_end) { in EvalFloatSVDF()170 *new_state_start++ = *old_state_start++; in EvalFloatSVDF()
86 const int16_t* old_state_start = state_ptr + 1; in EvalIntegerSvdfHifimini() local88 while (old_state_start != old_state_end) { in EvalIntegerSvdfHifimini()89 *new_state_start++ = *old_state_start++; in EvalIntegerSvdfHifimini()