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:qscale_table_buf
(Results
1 - 5
of
5
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
mpegpicture.c
44
av_buffer_unref(&pic->
qscale_table_buf
);
in free_picture_tables()
67
MAKE_WRITABLE(
qscale_table_buf
);
in make_tables_writable()
215
pic->
qscale_table_buf
= av_buffer_allocz(big_mb_num + mb_stride);
in alloc_picture_tables()
218
if (!pic->mbskip_table_buf || !pic->
qscale_table_buf
|| !pic->mb_type_buf)
in alloc_picture_tables()
261
if (pic->
qscale_table_buf
)
in ff_alloc_picture()
280
if (!pic->
qscale_table_buf
)
in ff_alloc_picture()
295
pic->qscale_table = pic->
qscale_table_buf
->data + 2 * mb_stride + 1;
in ff_alloc_picture()
347
ret |= av_buffer_replace(&dst->
qscale_table_buf
, src->
qscale_table_buf
);
in ff_update_picture_tables()
H
A
D
h264_picture.c
48
av_buffer_unref(&pic->
qscale_table_buf
);
in ff_h264_unref_picture()
111
dst->
qscale_table_buf
= av_buffer_ref(src->
qscale_table_buf
);
in ff_h264_ref_picture()
114
if (!dst->
qscale_table_buf
|| !dst->mb_type_buf || !dst->pps_buf) {
in ff_h264_ref_picture()
169
ret = av_buffer_replace(&dst->
qscale_table_buf
, src->
qscale_table_buf
);
in ff_h264_replace_picture()
H
A
D
mpegpicture.h
50
AVBufferRef *
qscale_table_buf
;
member
H
A
D
h264dec.h
113
AVBufferRef *
qscale_table_buf
;
member
H
A
D
h264_slice.c
240
pic->
qscale_table_buf
= av_buffer_pool_get(h->qscale_table_pool);
in alloc_picture()
242
if (!pic->
qscale_table_buf
|| !pic->mb_type_buf)
in alloc_picture()
246
pic->qscale_table = pic->
qscale_table_buf
->data + 2 * h->mb_stride + 1;
in alloc_picture()
Completed in 8 milliseconds