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:big_mb_num
(Results
1 - 4
of
4
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
h264dec.c
182
const int
big_mb_num
= h->mb_stride * (h->mb_height + 1);
in ff_h264_alloc_tables()
local
184
const int st_size =
big_mb_num
+ h->mb_stride;
in ff_h264_alloc_tables()
188
!FF_ALLOCZ_TYPED_ARRAY(h->non_zero_count,
big_mb_num
) ||
in ff_h264_alloc_tables()
190
!FF_ALLOCZ_TYPED_ARRAY(h->cbp_table,
big_mb_num
) ||
in ff_h264_alloc_tables()
191
!FF_ALLOCZ_TYPED_ARRAY(h->chroma_pred_mode_table,
big_mb_num
) ||
in ff_h264_alloc_tables()
194
!FF_ALLOCZ_TYPED_ARRAY(h->direct_table,
big_mb_num
* 4) ||
in ff_h264_alloc_tables()
195
!FF_ALLOCZ_TYPED_ARRAY(h->list_counts,
big_mb_num
) ||
in ff_h264_alloc_tables()
196
!FF_ALLOCZ_TYPED_ARRAY(h->mb2b_xy,
big_mb_num
) ||
in ff_h264_alloc_tables()
197
!FF_ALLOCZ_TYPED_ARRAY(h->mb2br_xy,
big_mb_num
))
in ff_h264_alloc_tables()
218
int yc_size = y_size + 2 *
big_mb_num
;
in ff_h264_alloc_tables()
[all...]
H
A
D
mpegpicture.c
208
const int
big_mb_num
= mb_stride * (mb_height + 1) + 1;
in alloc_picture_tables()
local
215
pic->qscale_table_buf = av_buffer_allocz(
big_mb_num
+ mb_stride);
in alloc_picture_tables()
216
pic->mb_type_buf = av_buffer_allocz((
big_mb_num
+ mb_stride) *
in alloc_picture_tables()
H
A
D
svq3.c
1332
const int
big_mb_num
= s->mb_stride * (s->mb_height + 1) + 1;
in get_buffer()
local
1340
pic->mb_type_buf = av_calloc(
big_mb_num
+ s->mb_stride, sizeof(uint32_t));
in get_buffer()
H
A
D
h264_slice.c
165
const int
big_mb_num
= h->mb_stride * (h->mb_height + 1) + 1;
in init_table_pools()
local
170
h->qscale_table_pool = av_buffer_pool_init(
big_mb_num
+ h->mb_stride,
in init_table_pools()
172
h->mb_type_pool = av_buffer_pool_init((
big_mb_num
+ h->mb_stride) *
in init_table_pools()
Completed in 8 milliseconds