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:MAX_DWT_LEVELS
(Results
1 - 3
of
3
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
dirac.h
45
#define
MAX_DWT_LEVELS
5
macro
H
A
D
diracdec.c
125
SubBand band[
MAX_DWT_LEVELS
][4];
187
} codeblock[
MAX_DWT_LEVELS
+1];
191
uint8_t quant[
MAX_DWT_LEVELS
][4]; /* [DIRAC_STD] E.1 */
301
* 1<<
MAX_DWT_LEVELS
top padding to avoid if(y>0) in arith decoding
in alloc_sequence_buffers()
304
top_padding = FFMAX(1<<
MAX_DWT_LEVELS
, max_yblen/2);
in alloc_sequence_buffers()
305
w = FFALIGN(CALC_PADDING(w,
MAX_DWT_LEVELS
), 8); /* FIXME: Should this be 16 for SSE??? */
in alloc_sequence_buffers()
306
h = top_padding + CALC_PADDING(h,
MAX_DWT_LEVELS
) + max_yblen/2;
in alloc_sequence_buffers()
661
SubBand *bands[3*
MAX_DWT_LEVELS
+1];
in decode_component()
664
int ret[3*
MAX_DWT_LEVELS
+1];
in decode_component()
823
SliceCoeffs c[
MAX_DWT_LEVELS
])
in subband_coeffs()
[all...]
H
A
D
vc2enc.c
96
SubBand band[
MAX_DWT_LEVELS
][4];
150
uint8_t quant[
MAX_DWT_LEVELS
][4];
558
uint8_t quants[
MAX_DWT_LEVELS
][4];
in count_hq_slice()
732
uint8_t quants[
MAX_DWT_LEVELS
][4];
in encode_hq_slice()
Completed in 6 milliseconds