Home
last modified time | relevance | path

Searched refs:float2int (Results 1 – 13 of 13) sorted by relevance

/external/libopus/celt/
Dfloat_cast.h68 static OPUS_INLINE opus_int32 float2int(float x) {return _mm_cvt_ss2si(_mm_set_ss(x));} in float2int() function
73 static OPUS_INLINE opus_int32 float2int(float value) in float2int() function
91 float2int (float flt) in float2int() function
118 #define float2int(x) lrintf(x) macro
129 #define float2int(x) lrint(x) macro
139 #define float2int(flt) ((int)(floor(.5+flt))) macro
148 return (opus_int16)float2int(x); in FLOAT2INT16()
Dcelt_decoder.c592 buf16k[i] = float2int(MIN32(32767.f, MAX32(-32767.f, sum))); in update_plc_state()
/external/llvm/test/Transforms/Float2Int/
Dfloat2int-optnone.ll1 ; RUN: opt < %s -float2int -S | FileCheck %s
3 ; Verify that pass float2int is not run on optnone functions.
Dtoolarge.ll1 ; RUN: opt < %s -float2int -float2int-max-integer-bw=256 -S | FileCheck %s
Dbasic.ll1 ; RUN: opt < %s -float2int -S | FileCheck %s
2 ; RUN: opt < %s -passes='float2int' -S | FileCheck %s
/external/libopus/silk/float/
DSigProc_FLP.h166 return (opus_int32)float2int( x ); in silk_float2int()
178 out[k] = silk_SAT16( (opus_int32)float2int( in[k] ) ); in silk_float2short_array()
/external/OpenCL-CTS/test_common/harness/
Dcompat.h224 int32_t float2int(float fx);
Dmsvc9.c707 int32_t float2int(float fx) in float2int() function
/external/llvm/lib/Passes/
DPassRegistry.def139 FUNCTION_PASS("float2int", Float2IntPass())
/external/libopus/src/
Danalysis.c593 mod1 = d2_angle - (float)float2int(d2_angle); in tonality_analysis()
598 mod2 = d2_angle2 - (float)float2int(d2_angle2); in tonality_analysis()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Passes/
DPassRegistry.def185 FUNCTION_PASS("float2int", Float2IntPass())
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Passes/
DPassRegistry.def306 FUNCTION_PASS("float2int", Float2IntPass())
/external/libopus/dnn/
Dosce.c1047 xq[i] = float2int(tmp); in osce_enhance_frame()