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:block_max_depth
(Results
1 - 4
of
4
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
snowdec.c
34
const int mb_w= s->b_width << s->
block_max_depth
;
in predict_slice_buffered()
35
const int mb_h= s->b_height << s->
block_max_depth
;
in predict_slice_buffered()
37
int block_size = MB_SIZE >> s->
block_max_depth
;
in predict_slice_buffered()
40
const uint8_t *obmc = plane_index ? ff_obmc_tab[s->
block_max_depth
+s->chroma_h_shift] : ff_obmc_tab[s->
block_max_depth
];
in predict_slice_buffered()
91
const int b_width = s->b_width << s->
block_max_depth
;
in predict_slice_buffered()
156
const int w= s->b_width << s->
block_max_depth
;
in decode_q_branch()
157
const int rem_depth= s->
block_max_depth
- level;
in decode_q_branch()
172
if(level==s->
block_max_depth
|| get_rac(&s->c, &s->block_state[4 + s_context])){
in decode_q_branch()
312
s->
block_max_depth
in decode_header()
[all...]
H
A
D
snow.h
169
int
block_max_depth
;
member
284
const int b_width = s->b_width << s->
block_max_depth
;
in add_yblock()
285
const int b_height= s->b_height << s->
block_max_depth
;
in add_yblock()
409
const int mb_w= s->b_width << s->
block_max_depth
;
in predict_slice()
410
const int mb_h= s->b_height << s->
block_max_depth
;
in predict_slice()
412
int block_size = MB_SIZE >> s->
block_max_depth
;
in predict_slice()
415
const uint8_t *obmc = plane_index ? ff_obmc_tab[s->
block_max_depth
+s->chroma_h_shift] : ff_obmc_tab[s->
block_max_depth
];
in predict_slice()
459
const int mb_h= s->b_height << s->
block_max_depth
;
in predict_plane()
466
const int w= s->b_width << s->
block_max_depth
;
in set_blocks()
[all...]
H
A
D
snowenc.c
55
s->
block_max_depth
= (avctx->flags & AV_CODEC_FLAG_4MV ) ? 1 : 0;
in encode_init()
143
int size= s->b_width * s->b_height << 2*s->
block_max_depth
;
in encode_init()
229
const int w= s->b_width << s->
block_max_depth
;
in encode_q_branch()
230
const int h= s->b_height << s->
block_max_depth
;
in encode_q_branch()
231
const int rem_depth= s->
block_max_depth
- level;
in encode_q_branch()
302
c->xmax = - (x+1)*block_w + (w<<(LOG2_MB_SIZE - s->
block_max_depth
)) + 16-3;
in encode_q_branch()
303
c->ymax = - (y+1)*block_w + (h<<(LOG2_MB_SIZE - s->
block_max_depth
)) + 16-3;
in encode_q_branch()
366
if(level!=s->
block_max_depth
)
in encode_q_branch()
397
if(level!=s->
block_max_depth
)
in encode_q_branch()
422
if(level!=s->
block_max_depth
){
in encode_q_branch()
[all...]
H
A
D
snow.c
122
s->block = av_calloc(w * h, sizeof(*s->block) << (s->
block_max_depth
*2));
in ff_snow_alloc_blocks()
Completed in 6 milliseconds