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:AV1_LAST_FRAME
(Results
1 - 3
of
3
) sorted by relevance
/third_party/mesa3d/src/gallium/frontends/omx/bellagio/
H
A
D
vid_dec_av1.c
541
hdr->ref_frame_idx[AV1_GOLDEN_FRAME -
AV1_LAST_FRAME
] = hdr->gold_frame_idx;
in set_frame_refs()
558
hdr->ref_frame_idx[AV1_ALTREF_FRAME -
AV1_LAST_FRAME
] = ref;
in set_frame_refs()
564
hdr->ref_frame_idx[AV1_BWDREF_FRAME -
AV1_LAST_FRAME
] = ref;
in set_frame_refs()
570
hdr->ref_frame_idx[AV1_ALTREF2_FRAME -
AV1_LAST_FRAME
] = ref;
in set_frame_refs()
576
if (hdr->ref_frame_idx[refFrame -
AV1_LAST_FRAME
] == 0xff) {
in set_frame_refs()
579
hdr->ref_frame_idx[refFrame -
AV1_LAST_FRAME
] = ref;
in set_frame_refs()
950
lfp->loop_filter_ref_deltas[
AV1_LAST_FRAME
] = 0;
in loop_filter_params()
964
lfp->loop_filter_ref_deltas[
AV1_LAST_FRAME
] = 0;
in loop_filter_params()
1146
for (i = 0; i < AV1_ALTREF_FRAME -
AV1_LAST_FRAME
+ 1; ++i) {
in skip_mode_params()
1270
for (ref =
AV1_LAST_FRAME
; re
in global_motion_params()
[all...]
H
A
D
vid_dec_av1.h
139
AV1_LAST_FRAME
,
enumerator
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H
A
D
radeon_vcn_av1_default.h
227
#define
AV1_LAST_FRAME
1
macro
234
#define AV1_LAST_REF_FRAMES (AV1_LAST3_FRAME -
AV1_LAST_FRAME
+ 1)
238
#define FWD_REFS (AV1_GOLDEN_FRAME -
AV1_LAST_FRAME
+ 1)
239
#define FWD_RF_OFFSET(ref) (ref -
AV1_LAST_FRAME
)
Completed in 11 milliseconds