Searched refs:unweights (Results 1 – 5 of 5) sorted by relevance
164 state->unweights = calloc(weight_index_start, sizeof(*state->unweights)); in FilterbankPopulateState()167 if (state->weights == NULL || state->unweights == NULL) { in FilterbankPopulateState()196 state->unweights + weight_index); in FilterbankPopulateState()218 free(state->unweights); in FilterbankFreeStateContents()
52 const int16_t* unweights = state->unweights + *channel_weight_starts++; in FilterbankAccumulateChannels() local57 unweight_accumulator += *unweights++ * ((uint64_t)*magnitudes); in FilterbankAccumulateChannels()
37 int16_t* unweights; member
45 PrintArray(fp, "unweights", state->unweights, num_weights); in FilterbankWriteMemmapPreamble()
157 TF_LITE_MICRO_EXPECT_EQ(state.unweights[i], expected[i]); in TF_LITE_MICRO_TEST()
Completed in 7 milliseconds