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:VP9mvrefPair
(Results
1 - 4
of
4
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
vp9shared.h
54
typedef struct
VP9mvrefPair
{
struct
57
}
VP9mvrefPair
;
typedef
63
VP9mvrefPair
*mv;
H
A
D
vp9mvs.c
140
VP9mvrefPair
*mv = &s->s.frames[CUR_FRAME].mv[(row - 1) * s->sb_cols * 8 + col];
in find_ref_mvs()
147
VP9mvrefPair
*mv = &s->s.frames[CUR_FRAME].mv[row * s->sb_cols * 8 + col - 1];
in find_ref_mvs()
164
VP9mvrefPair
*mv = &s->s.frames[CUR_FRAME].mv[r * s->sb_cols * 8 + c];
in find_ref_mvs()
175
VP9mvrefPair
*mv = &s->s.frames[REF_FRAME_MVPAIR].mv[row * s->sb_cols * 8 + col];
in find_ref_mvs()
200
VP9mvrefPair
*mv = &s->s.frames[CUR_FRAME].mv[r * s->sb_cols * 8 + c];
in find_ref_mvs()
216
VP9mvrefPair
*mv = &s->s.frames[REF_FRAME_MVPAIR].mv[row * s->sb_cols * 8 + col];
in find_ref_mvs()
H
A
D
vp9.c
118
s->frame_extradata_pool = av_buffer_pool_init(sz * (1 + sizeof(
VP9mvrefPair
)), NULL);
in vp9_frame_alloc()
132
f->mv = (
VP9mvrefPair
*) (f->extradata->data + sz);
in vp9_frame_alloc()
H
A
D
vp9block.c
777
VP9mvrefPair
*mv = &s->s.frames[CUR_FRAME].mv[o];
in decode_mode()
Completed in 13 milliseconds