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:FF_DWT97_INT
(Results
1 - 6
of
6
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
jpeg2000dwt.h
39
FF_DWT97_INT
,
enumerator
H
A
D
jpeg2000dsp.c
97
c->mct_decode[
FF_DWT97_INT
] = ict_int;
in ff_jpeg2000dsp_init()
H
A
D
jpeg2000dwt.c
564
case
FF_DWT97_INT
:
in ff_jpeg2000_dwt_init()
588
case
FF_DWT97_INT
:
in ff_dwt_encode()
607
case
FF_DWT97_INT
:
in ff_dwt_decode()
H
A
D
j2kenc.c
564
if (codsty->transform ==
FF_DWT97_INT
){
in init_quantization()
1731
if (avctx->pix_fmt == AV_PIX_FMT_PAL8 && (s->pred !=
FF_DWT97_INT
|| s->format != CODEC_JP2)) {
in j2kenc_init()
1746
codsty->transform = s->pred ? FF_DWT53 :
FF_DWT97_INT
;
in j2kenc_init()
H
A
D
jpeg2000dec.c
541
c->transform =
FF_DWT97_INT
;
in get_cox()
2005
else if (codsty->transform ==
FF_DWT97_INT
)
in tile_codeblocks()
/third_party/ffmpeg/libavcodec/tests/
H
A
D
jpeg2000dwt.c
137
ret = test_dwt(array, ref, border, decomp_levels,
FF_DWT97_INT
, FFMIN(7+5*decomp_levels, 15+3*decomp_levels));
in main()
Completed in 9 milliseconds