Searched refs:kFftInnerThreshold (Results 1 – 2 of 2) sorted by relevance
18 constexpr int kFftInnerThreshold = 200; variable
317 const int threshold = (K + 1 >= kFftInnerThreshold * kDigitBits) in ComputeParameters()729 bool use_fft = length_ >= kFftInnerThreshold && (K_ & 3) == 0; in DoPointwiseMultiplication()