Searched defs:tf_max (Results 1 – 2 of 2) sorted by relevance
149 __host__ __device__ inline const T& tf_max(const T& x, const T& y) { in tf_max() function160 __host__ __device__ inline float tf_max(float x, float y) { in tf_max() function163 __host__ __device__ inline double tf_max(double x, double y) { in tf_max() function
237 opus_val16 tf_max; in transient_analysis() local