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:next_pic
(Results
1 - 6
of
6
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
svq3.c
94
SVQ3Frame *
next_pic
;
member
431
const SVQ3Frame *pic = (dir == 0) ? s->last_pic : s->
next_pic
;
in svq3_mc_dir_part()
524
mx = s->
next_pic
->motion_val[0][b_xy][0] * 2;
in svq3_mc_dir()
525
my = s->
next_pic
->motion_val[0][b_xy][1] * 2;
in svq3_mc_dir()
725
s->
next_pic
->mb_type[mb_xy] == -1) {
in svq3_decode_mb()
735
mb_type = FFMIN(s->
next_pic
->mb_type[mb_xy], 6);
in svq3_decode_mb()
1129
s->
next_pic
= &s->frames[2];
in svq3_decode_init()
1133
s->
next_pic
->f = av_frame_alloc();
in svq3_decode_init()
1134
if (!s->cur_pic->f || !s->last_pic->f || !s->
next_pic
->f)
in svq3_decode_init()
1384
if (s->
next_pic
in svq3_decode_frame()
[all...]
H
A
D
error_resilience.c
403
if (s->
next_pic
.f && s->
next_pic
.f->data[0])
in guess_mv()
404
mb_height = FFMIN(mb_height, (s->
next_pic
.f->height+15)>>4);
in guess_mv()
936
if (s->
next_pic
.f) {
in ff_er_frame_end()
937
if (s->
next_pic
.f->width != s->cur_pic.f->width ||
in ff_er_frame_end()
938
s->
next_pic
.f->height != s->cur_pic.f->height ||
in ff_er_frame_end()
939
s->
next_pic
.f->format != s->cur_pic.f->format) {
in ff_er_frame_end()
941
memset(&s->
next_pic
, 0, sizeof(s->
next_pic
));
in ff_er_frame_end()
1136
!(s->
next_pic
in ff_er_frame_end()
[all...]
H
A
D
error_resilience.h
76
ERPicture
next_pic
;
member
H
A
D
mpeg_er.c
51
set_erpic(&er->
next_pic
, s->next_picture_ptr);
in ff_mpeg_er_frame_start()
H
A
D
h264dec.c
781
ff_h264_set_erpic(&h->er.
next_pic
, sl->ref_list[1][0].parent);
in decode_nal_units()
H
A
D
h264_slice.c
554
ff_h264_set_erpic(&h->er.
next_pic
, NULL);
in h264_frame_start()
Completed in 11 milliseconds