Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:FIXHR
(Results
1 - 5
of
5
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
dct32_template.c
36
# define
FIXHR
(x) ((float)(x))
macro
42
# define
FIXHR
(a) ((int)((a) * (1LL<<32) + 0.5))
macro
53
#define COS0_0
FIXHR
(0.50060299823519630134/2)
54
#define COS0_1
FIXHR
(0.50547095989754365998/2)
55
#define COS0_2
FIXHR
(0.51544730992262454697/2)
56
#define COS0_3
FIXHR
(0.53104259108978417447/2)
57
#define COS0_4
FIXHR
(0.55310389603444452782/2)
58
#define COS0_5
FIXHR
(0.58293496820613387367/2)
59
#define COS0_6
FIXHR
(0.62250412303566481615/2)
60
#define COS0_7
FIXHR
(0.6748083414550057460
[all...]
H
A
D
mpegaudiodsp_template.c
47
#define
FIXHR
(x) ((float)(x))
macro
71
# define
FIXHR
(a) ((int)((a) * (1LL<<32) + 0.5))
macro
238
#define C1
FIXHR
(0.98480775301220805936/2)
239
#define C2
FIXHR
(0.93969262078590838405/2)
240
#define C3
FIXHR
(0.86602540378443864676/2)
241
#define C4
FIXHR
(0.76604444311897803520/2)
242
#define C5
FIXHR
(0.64278760968653932632/2)
243
#define C6
FIXHR
(0.5/2)
244
#define C7
FIXHR
(0.34202014332566873304/2)
245
#define C8
FIXHR
(0.1736481776669303488
[all...]
H
A
D
mpegaudiodec_float.c
34
#define
FIXHR
(x) ((float)(x))
macro
H
A
D
mpegaudiodec_fixed.c
34
#define
FIXHR
(a) ((int)((a) * (1LL<<32) + 0.5))
macro
H
A
D
mpegaudiodec_template.c
317
#define C3
FIXHR
(0.86602540378443864676/2)
318
#define C4
FIXHR
(0.70710678118654752439/2) //0.5 / cos(pi*(9)/36)
319
#define C5
FIXHR
(0.51763809020504152469/2) //0.5 / cos(pi*(5)/36)
320
#define C6
FIXHR
(1.93185165257813657349/4) //0.5 / cos(pi*(15)/36)
Completed in 5 milliseconds