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:rem_depth
(Results
1 - 3
of
3
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
snow.h
467
const int
rem_depth
= s->block_max_depth - level;
in set_blocks()
local
468
const int index= (x + y*w) <<
rem_depth
;
in set_blocks()
469
const int block_w= 1<<
rem_depth
;
in set_blocks()
470
const int block_h= 1<<
rem_depth
; //FIXME "w!=h"
in set_blocks()
H
A
D
snowdec.c
157
const int
rem_depth
= s->block_max_depth - level;
in decode_q_branch()
local
158
const int index= (x + y*w) <<
rem_depth
;
in decode_q_branch()
159
int trx= (x+1)<<
rem_depth
;
in decode_q_branch()
163
const BlockNode *tr = y && trx<w && ((x&1)==0 || level==0) ? &s->block[index-w+(1<<
rem_depth
)] : tl; //FIXME use lt
in decode_q_branch()
H
A
D
snowenc.c
231
const int
rem_depth
= s->block_max_depth - level;
in encode_q_branch()
local
232
const int index= (x + y*w) <<
rem_depth
;
in encode_q_branch()
234
int trx= (x+1)<<
rem_depth
;
in encode_q_branch()
235
int try= (y+1)<<
rem_depth
;
in encode_q_branch()
241
const BlockNode *tr = y && trx<w && ((x&1)==0 || level==0) ? &s->block[index-w+(1<<
rem_depth
)] : tl; //FIXME use lt
in encode_q_branch()
456
const int
rem_depth
= s->block_max_depth - level;
in encode_q_branch2()
local
457
const int index= (x + y*w) <<
rem_depth
;
in encode_q_branch2()
458
int trx= (x+1)<<
rem_depth
;
in encode_q_branch2()
463
const BlockNode *tr = y && trx<w && ((x&1)==0 || level==0) ? &s->block[index-w+(1<<
rem_depth
)] : tl; //FIXME use lt
in encode_q_branch2()
Completed in 7 milliseconds