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:motion_val_buf
(Results
1 - 8
of
8
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
h264_picture.c
52
av_buffer_unref(&pic->
motion_val_buf
[i]);
in ff_h264_unref_picture()
120
dst->
motion_val_buf
[i] = av_buffer_ref(src->
motion_val_buf
[i]);
in ff_h264_ref_picture()
122
if (!dst->
motion_val_buf
[i] || !dst->ref_index_buf[i]) {
in ff_h264_ref_picture()
176
ret = av_buffer_replace(&dst->
motion_val_buf
[i], src->
motion_val_buf
[i]);
in ff_h264_replace_picture()
H
A
D
mpegpicture.c
48
av_buffer_unref(&pic->
motion_val_buf
[i]);
in free_picture_tables()
71
MAKE_WRITABLE(
motion_val_buf
[i]);
in make_tables_writable()
235
pic->
motion_val_buf
[i] = av_buffer_allocz(mv_size);
in alloc_picture_tables()
237
if (!pic->
motion_val_buf
[i] || !pic->ref_index_buf[i])
in alloc_picture_tables()
298
if (pic->
motion_val_buf
[0]) {
in ff_alloc_picture()
300
pic->motion_val[i] = (int16_t (*)[2])pic->
motion_val_buf
[i]->data + 4;
in ff_alloc_picture()
350
ret |= av_buffer_replace(&dst->
motion_val_buf
[i], src->
motion_val_buf
[i]);
in ff_update_picture_tables()
H
A
D
error_resilience.h
79
AVBufferRef *
motion_val_buf
[2];
member
H
A
D
mpegpicture.h
53
AVBufferRef *
motion_val_buf
[2];
member
H
A
D
svq3.c
78
int16_t (*
motion_val_buf
[2])[2];
member
1322
av_freep(&pic->
motion_val_buf
[i]);
in free_picture()
1337
if (!pic->
motion_val_buf
[0]) {
in get_buffer()
1346
pic->
motion_val_buf
[i] = av_calloc(b4_array_size + 4, 2 * sizeof(int16_t));
in get_buffer()
1347
if (!pic->
motion_val_buf
[i]) {
in get_buffer()
1352
pic->motion_val[i] = pic->
motion_val_buf
[i] + 4;
in get_buffer()
H
A
D
error_resilience.c
950
s->
motion_val_buf
[i] = av_buffer_allocz((size + 4) * 2 * sizeof(uint16_t));
in ff_er_frame_end()
951
if (!s->ref_index_buf[i] || !s->
motion_val_buf
[i])
in ff_er_frame_end()
954
s->cur_pic.motion_val[i] = (int16_t (*)[2])s->
motion_val_buf
[i]->data + 4;
in ff_er_frame_end()
959
av_buffer_unref(&s->
motion_val_buf
[i]);
in ff_er_frame_end()
1347
av_buffer_unref(&s->
motion_val_buf
[i]);
in ff_er_frame_end()
H
A
D
h264dec.h
116
AVBufferRef *
motion_val_buf
[2];
member
H
A
D
h264_slice.c
249
pic->
motion_val_buf
[i] = av_buffer_pool_get(h->motion_val_pool);
in alloc_picture()
251
if (!pic->
motion_val_buf
[i] || !pic->ref_index_buf[i])
in alloc_picture()
254
pic->motion_val[i] = (int16_t (*)[2])pic->
motion_val_buf
[i]->data + 4;
in alloc_picture()
Completed in 12 milliseconds