Searched refs:peak_value (Results 1 – 6 of 6) sorted by relevance
97 Int32 *peak_value);101 Int32 *peak_value);
181 Int32 *peak_value in mix_radix_fft() argument205 max1 = *peak_value; in mix_radix_fft()315 *peak_value = max1 | max2; in mix_radix_fft()
193 Int32 *peak_value) in fft_rx4_short() argument231 max = *peak_value; in fft_rx4_short()463 *peak_value = max; in fft_rx4_short()
89 Int32 *peak_value);
195 Int32 *peak_value) in fft_rx4_long() argument423 *peak_value = max; in fft_rx4_long()
1108 int peak_value = 0; in GapInXProjection() local1110 if (xprojection[i] > peak_value) { in GapInXProjection()1111 peak_value = xprojection[i]; in GapInXProjection()1117 if (peak_value < kMinRowsInTable) in GapInXProjection()1119 double projection_threshold = kProjectionThreshold * peak_value; in GapInXProjection()