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:log2_cblk_width
(Results
1 - 4
of
4
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
jpeg2000.c
310
band->
log2_cblk_width
)
in init_prec()
311
- (prec->coord[0][0] >> band->
log2_cblk_width
);
in init_prec()
345
Cx0 = ((prec->coord[0][0]) >> band->
log2_cblk_width
) << band->
log2_cblk_width
;
in init_prec()
346
Cx0 = Cx0 + ((cblkno % prec->nb_codeblocks_width) << band->
log2_cblk_width
);
in init_prec()
355
cblk->coord[0][1] = FFMIN(Cx0 + (1 << band->
log2_cblk_width
),
in init_prec()
419
band->
log2_cblk_width
= FFMIN(codsty->
log2_cblk_width
,
in init_band()
437
band->
log2_cblk_width
= FFMIN(codsty->
log2_cblk_width
,
in init_band()
[all...]
H
A
D
jpeg2000.h
138
uint8_t
log2_cblk_width
,
member
204
uint16_t
log2_cblk_width
, log2_cblk_height;
member
H
A
D
j2kenc.c
353
bytestream_put_byte(&s->buf, codsty->
log2_cblk_width
-2); // cblk width
in put_cod()
1409
t1.stride = (1<<codsty->
log2_cblk_width
) + 2;
in encode_tile()
1439
xx1 = FFMIN(ff_jpeg2000_ceildivpow2(band->coord[0][0] + 1, band->
log2_cblk_width
) << band->
log2_cblk_width
,
in encode_tile()
1470
xx1 = FFMIN(xx1 + (1 << band->
log2_cblk_width
), band->coord[0][1] - band->coord[0][0] + x0);
in encode_tile()
1744
codsty->
log2_cblk_width
= 4;
in j2kenc_init()
H
A
D
jpeg2000dec.c
523
c->
log2_cblk_width
= (bytestream2_get_byteu(&s->g) & 15) + 2; // cblk width
in get_cox()
526
if (c->
log2_cblk_width
> 10 || c->log2_cblk_height > 10 ||
in get_cox()
527
c->
log2_cblk_width
+ c->log2_cblk_height > 12) {
in get_cox()
1962
t1.stride = (1<<codsty->
log2_cblk_width
) + 2;
in tile_codeblocks()
Completed in 9 milliseconds