Searched refs:FIXR (Results 1 – 14 of 14) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | mpegaudiodsp_template.c | 49 #define FIXR(x) ((float)(x)) macro 71 # define FIXR(a) ((int)((a) * FRAC_ONE + 0.5)) macro 250 FIXR(0.50190991877167369479), 251 FIXR(0.51763809020504152469), //0 252 FIXR(0.55168895948124587824), 253 FIXR(0.61038729438072803416), 254 FIXR(0.70710678118654752439), //1 255 FIXR(0.87172339781054900991), 256 FIXR(1.18310079157624925896), 257 FIXR(1.93185165257813657349), //2 [all …]
|
D | ac3.h | 62 #define FIXR(a) ((int)((a) * 0 + 0.5)) macro 81 #define FIXR(x) ((float)(x)) macro
|
D | aac_defines.h | 44 #define FIXR(a) ((int)((a) * 1 + 0.5)) macro 94 #define FIXR(x) ((float)(x)) macro
|
D | mpegaudiodec_float.c | 31 #define FIXR(x) ((float)(x)) macro
|
D | mpegaudiodec_fixed.c | 31 #define FIXR(a) ((int)((a) * FRAC_ONE + 0.5)) macro
|
D | lpc.h | 191 err *= FIXR(1.0) - (r * r); in AAC_RENAME()
|
D | mpegaudiodec_template.c | 247 scale_factor_mult[i][0] = MULLx(norm, FIXR(1.0 * 2.0), FRAC_BITS); in decode_init_static() 248 scale_factor_mult[i][1] = MULLx(norm, FIXR(0.7937005259 * 2.0), FRAC_BITS); in decode_init_static() 249 scale_factor_mult[i][2] = MULLx(norm, FIXR(0.6299605249 * 2.0), FRAC_BITS); in decode_init_static() 269 is_table_lsf[j][k ^ 1][i] = FIXR(f); in decode_init_static() 270 is_table_lsf[j][k ][i] = FIXR(1.0); in decode_init_static() 933 #define ISQRT2 FIXR(0.70710678118654752440)
|
D | aacdec_template.c | 1598 sf[idx] = FIXR(0.); in decode_scalefactors()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
D | SystemZInstrHFP.td | 123 def FIXR : UnaryRRE<"fixr", 0xB367, null_frag, FP128, FP128>;
|
D | SystemZScheduleZ196.td | 911 def : InstRW<[WLat15, FPU4, GroupAlone], (instregex "FIXR$")>;
|
D | SystemZScheduleZEC12.td | 949 def : InstRW<[WLat15, FPU4, GroupAlone], (instregex "FIXR$")>;
|
D | SystemZScheduleZ13.td | 981 def : InstRW<[WLat10, VecDF4, GroupAlone], (instregex "FIXR$")>;
|
D | SystemZScheduleZ14.td | 1001 def : InstRW<[WLat10, VecDF4, GroupAlone], (instregex "FIXR$")>;
|
D | SystemZScheduleZ15.td | 1018 def : InstRW<[WLat10, VecDF4, GroupAlone], (instregex "FIXR$")>;
|