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_DWT53
(Results
1 - 9
of
9
) sorted by relevance
/third_party/ffmpeg/libavcodec/x86/
H
A
D
jpeg2000dsp_init.c
42
c->mct_decode[
FF_DWT53
] = ff_rct_int_sse2;
in ff_jpeg2000dsp_init_x86()
58
c->mct_decode[
FF_DWT53
] = ff_rct_int_avx2;
in ff_jpeg2000dsp_init_x86()
/third_party/ffmpeg/libavcodec/tests/
H
A
D
jpeg2000dwt.c
66
type ==
FF_DWT53
? "5/3i" : "9/7i",
in test_dwt()
134
ret = test_dwt(array, ref, border, decomp_levels,
FF_DWT53
, 0);
in main()
/third_party/ffmpeg/libavcodec/
H
A
D
jpeg2000dwt.h
38
FF_DWT53
,
enumerator
H
A
D
jpeg2000dsp.c
96
c->mct_decode[
FF_DWT53
] = rct_int;
in ff_jpeg2000dsp_init()
H
A
D
jpeg2000dwt.c
569
case
FF_DWT53
:
in ff_jpeg2000_dwt_init()
590
case
FF_DWT53
:
in ff_dwt_encode()
610
case
FF_DWT53
:
in ff_dwt_decode()
H
A
D
j2kenc.c
356
bytestream_put_byte(&s->buf, codsty->transform ==
FF_DWT53
); // transformation
in put_cod()
1388
(int64_t)dwt_norms[codsty->transform ==
FF_DWT53
][bandpos][lev] * (int64_t)band->i_stepsize >> 15);
in truncpasses()
1444
if (codsty->transform ==
FF_DWT53
){
in encode_tile()
1746
codsty->transform = s->pred ?
FF_DWT53
: FF_DWT97_INT;
in j2kenc_init()
1755
if (codsty->transform ==
FF_DWT53
)
in j2kenc_init()
H
A
D
jpeg2000.c
222
// lut_gain[codsty->transform ==
FF_DWT53
][bandno + (reslevelno > 0)];
in init_band_stepsize()
241
if (codsty->transform !=
FF_DWT53
) {
in init_band_stepsize()
H
A
D
jpeg2000dec.c
542
else if (c->transform ==
FF_DWT53
) {
in get_cox()
/third_party/ffmpeg/tests/checkasm/
H
A
D
jpeg2000dsp.c
98
if (check_func(h.mct_decode[
FF_DWT53
], "jpeg2000_rct_int"))
in checkasm_check_jpeg2000dsp()
Completed in 12 milliseconds