Searched refs:input_is_truncated (Results 1 – 1 of 1) sorted by relevance
1004 const bool input_is_truncated = fft_type == FftType::IRFFT; in Sweep() local1024 const bool expand_input = input_is_truncated && sweep_axis == 0; in Sweep()1033 const bool is_truncated = input_is_truncated || output_is_truncated; in Sweep()1040 if (input_is_truncated) { in Sweep()1139 const bool input_is_truncated = fft_type == FftType::IRFFT; in CopyDataFromInput() local1152 const int64 ub = input_is_truncated ? (length / 2) + 1 : length; in CopyDataFromInput()