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:JPEG2000_T1_SIG
(Results
1 - 4
of
4
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
j2kenc.c
619
if (!(t1->flags[(y+1) * t1->stride + x+1] &
JPEG2000_T1_SIG
) && (t1->flags[(y+1) * t1->stride + x+1] & JPEG2000_T1_SIG_NB)){
in encode_sigpass()
641
if ((t1->flags[(y+1) * t1->stride + x+1] & (
JPEG2000_T1_SIG
| JPEG2000_T1_VIS)) ==
JPEG2000_T1_SIG
){
in encode_refpass()
655
(t1->flags[(y0+1) * t1->stride + x+1] & (JPEG2000_T1_SIG_NB | JPEG2000_T1_VIS |
JPEG2000_T1_SIG
)) ||
in encode_clnpass()
656
(t1->flags[(y0+2) * t1->stride + x+1] & (JPEG2000_T1_SIG_NB | JPEG2000_T1_VIS |
JPEG2000_T1_SIG
)) ||
in encode_clnpass()
657
(t1->flags[(y0+3) * t1->stride + x+1] & (JPEG2000_T1_SIG_NB | JPEG2000_T1_VIS |
JPEG2000_T1_SIG
)) ||
in encode_clnpass()
658
(t1->flags[(y0+4) * t1->stride + x+1] & (JPEG2000_T1_SIG_NB | JPEG2000_T1_VIS |
JPEG2000_T1_SIG
))))
in encode_clnpass()
671
if (!(t1->flags[(y+1) * t1->stride + x+1] & (
JPEG2000_T1_SIG
| JPEG2000_T1_VIS))){
in encode_clnpass()
687
if (!(t1->flags[(y+1) * t1->stride + x+1] & (
JPEG2000_T1_SIG
| JPEG2000_T1_VIS))){
in encode_clnpass()
H
A
D
jpeg2000.h
96
#define
JPEG2000_T1_SIG
0x2000
macro
H
A
D
jpeg2000dec.c
1651
&& !(t1->flags[(y+1) * t1->stride + x+1] & (
JPEG2000_T1_SIG
| JPEG2000_T1_VIS))) {
in decode_sigpass()
1680
if ((t1->flags[(y + 1) * t1->stride + x + 1] & (
JPEG2000_T1_SIG
| JPEG2000_T1_VIS)) ==
JPEG2000_T1_SIG
) {
in decode_refpass()
1704
!((t1->flags[(y0 + 1) * t1->stride + x + 1] & (JPEG2000_T1_SIG_NB | JPEG2000_T1_VIS |
JPEG2000_T1_SIG
)) ||
in decode_clnpass()
1705
(t1->flags[(y0 + 2) * t1->stride + x + 1] & (JPEG2000_T1_SIG_NB | JPEG2000_T1_VIS |
JPEG2000_T1_SIG
)) ||
in decode_clnpass()
1706
(t1->flags[(y0 + 3) * t1->stride + x + 1] & (JPEG2000_T1_SIG_NB | JPEG2000_T1_VIS |
JPEG2000_T1_SIG
)) ||
in decode_clnpass()
1707
(t1->flags[(y0 + 4) * t1->stride + x + 1] & (JPEG2000_T1_SIG_NB | JPEG2000_T1_VIS |
JPEG2000_T1_SIG
) & flags_mask))) {
in decode_clnpass()
1726
if (!(t1->flags[(y+1) * t1->stride + x+1] & (
JPEG2000_T1_SIG
| JPEG2000_T1_VIS))) {
in decode_clnpass()
H
A
D
jpeg2000.c
184
t1->flags[(y) * t1->stride + x] |=
JPEG2000_T1_SIG
;
in ff_jpeg2000_set_significance()
Completed in 9 milliseconds