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:MAX_REF_FRAMES
(Results
1 - 5
of
5
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
snowdata.h
135
int ff_scale_mv_ref[
MAX_REF_FRAMES
][
MAX_REF_FRAMES
];
H
A
D
snow.h
49
#define
MAX_REF_FRAMES
8
macro
129
AVFrame *last_picture[
MAX_REF_FRAMES
];
130
uint8_t *halfpel_plane[
MAX_REF_FRAMES
][4][4];
146
int16_t (*ref_mvs[
MAX_REF_FRAMES
])[2];
147
uint32_t *ref_scores[
MAX_REF_FRAMES
];
201
extern int ff_scale_mv_ref[
MAX_REF_FRAMES
][
MAX_REF_FRAMES
];
H
A
D
snow.c
427
for (int i = 0; i <
MAX_REF_FRAMES
; i++)
in snow_static_init()
428
for (int j = 0; j <
MAX_REF_FRAMES
; j++)
in snow_static_init()
498
for(i=0; i<
MAX_REF_FRAMES
; i++) {
in ff_snow_common_init()
717
for(i=0; i<
MAX_REF_FRAMES
; i++){
in ff_snow_common_end()
H
A
D
snowdec.c
351
GET_S(s->max_ref_frames, tmp < (unsigned)
MAX_REF_FRAMES
)
in decode_header()
H
A
D
snowenc.c
91
s->max_ref_frames = av_clip(avctx->refs, 1,
MAX_REF_FRAMES
);
in encode_init()
Completed in 8 milliseconds