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
defs:fdct
(Results
1 - 6
of
6
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
fdctdsp.h
27
void (*
fdct
)(int16_t *block /* align 16 */);
member
H
A
D
avdct.h
50
void (*
fdct
)(int16_t *block /* align 16 */);
member
H
A
D
dv.h
50
void (*
fdct
[2])(int16_t *block);
member
H
A
D
proresenc_kostya.c
243
void (*
fdct
)(FDCTDSPContext *fdsp, const uint16_t *src,
member
[all...]
/third_party/skia/third_party/externals/libjpeg-turbo/
H
A
D
jcdctmgr.c
238
my_fdct_ptr
fdct
= (my_fdct_ptr)cinfo->
fdct
;
in start_pass_fdctmgr()
local
496
my_
fdct
_ptr
fdct
= (my_
fdct
_ptr)cinfo->
fdct
;
forward_DCT()
local
586
my_
fdct
_ptr
fdct
= (my_
fdct
_ptr)cinfo->
fdct
;
forward_DCT_float()
local
622
my_
fdct
_ptr
fdct
;
jinit_forward_dct()
local
[all...]
H
A
D
jpeglib.h
469
struct jpeg_forward_dct *
fdct
;
member
Completed in 7 milliseconds