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:DCT_II
(Results
1 - 5
of
5
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
dct.c
190
if (inverse ==
DCT_II
&& nbits == 5) {
in ff_dct_init()
210
case
DCT_II
: s->dct_calc = dct_calc_II_c; break;
in ff_dct_init()
H
A
D
avfft.h
94
DCT_II
= 0,
enumerator
H
A
D
mpegaudiodsp.c
86
ff_dct_init(&dct, 5,
DCT_II
);
in ff_mpadsp_init()
/third_party/ffmpeg/libavfilter/
H
A
D
vf_bm3d.c
799
sc->dctf = av_dct_init(av_log2(s->block_size),
DCT_II
);
in config_input()
805
sc->gdctf = av_dct_init(s->group_bits,
DCT_II
);
in config_input()
/third_party/ffmpeg/libavcodec/tests/
H
A
D
fft.c
489
av_log(NULL, AV_LOG_INFO, "
DCT_II
");
in main()
490
dct_init(&d, fft_nbits, do_inverse ? DCT_III :
DCT_II
);
in main()
Completed in 5 milliseconds