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:long_rps
(Results
1 - 1
of
1
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
hevc_refs.c
454
const LongTermRPS *
long_rps
= &s->sh.long_term_rps;
in ff_hevc_frame_rps()
local
494
for (i = 0; i <
long_rps
->nb_refs; i++) {
in ff_hevc_frame_rps()
495
int poc =
long_rps
->poc[i];
in ff_hevc_frame_rps()
496
int list =
long_rps
->used[i] ? LT_CURR : LT_FOLL;
in ff_hevc_frame_rps()
498
ret = add_candidate_ref(s, &rps[list], poc, HEVC_FRAME_FLAG_LONG_REF,
long_rps
->poc_msb_present[i]);
in ff_hevc_frame_rps()
516
const LongTermRPS *
long_rps
= &s->sh.long_term_rps;
in ff_hevc_frame_nb_refs()
local
525
if (
long_rps
) {
in ff_hevc_frame_nb_refs()
526
for (i = 0; i <
long_rps
->nb_refs; i++)
in ff_hevc_frame_nb_refs()
527
ret += !!
long_rps
->used[i];
in ff_hevc_frame_nb_refs()
Completed in 2 milliseconds