Searched refs:startCoeff (Results 1 – 1 of 1) sorted by relevance
1072 uint32_t startCoeff = NUM_TX_FILTER_TAPS - txShape->numCoeff; in LRF_programShape() local1073 for (uint32_t i = 0; i < startCoeff; i++) in LRF_programShape()1077 for (uint32_t i = 0; i < NUM_TX_FILTER_TAPS - startCoeff; i++) in LRF_programShape()1079 filterCoeff.b[i + startCoeff] = in LRF_programShape()