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:cblk_style
(Results
1 - 2
of
2
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
jpeg2000.h
144
uint8_t
cblk_style
; // codeblock coding style
member
H
A
D
jpeg2000dec.c
532
c->
cblk_style
= bytestream2_get_byteu(&s->g);
in get_cox()
533
if (c->
cblk_style
!= 0) { // cblk style
in get_cox()
534
av_log(s->avctx, AV_LOG_WARNING, "extra cblk styles %X\n", c->
cblk_style
);
in get_cox()
535
if (c->
cblk_style
& JPEG2000_CBLK_BYPASS)
in get_cox()
1202
if (needs_termination(codsty->
cblk_style
, cblk->npasses + newpasses1 - 1)) {
in jpeg2000_decode_packet()
1764
int vert_causal_ctx_csty_symbol = codsty->
cblk_style
& JPEG2000_CBLK_VSC;
in decode_cblk()
1799
codsty->
cblk_style
& JPEG2000_CBLK_SEGSYM,
in decode_cblk()
1803
if (codsty->
cblk_style
& JPEG2000_CBLK_RESET) // XXX no testcase for just this
in decode_cblk()
1806
if (passno && (coder_type = needs_termination(codsty->
cblk_style
, pass_cnt))) {
in decode_cblk()
Completed in 5 milliseconds