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:nb_sps
(Results
1 - 2
of
2
) sorted by relevance
/third_party/ffmpeg/libavformat/
H
A
D
avc.c
148
int ret,
nb_sps
= 0, nb_pps = 0, nb_sps_ext = 0;
in ff_isom_write_avcc()
local
185
nb_sps
++;
in ff_isom_write_avcc()
186
if (size > UINT16_MAX ||
nb_sps
>= H264_MAX_SPS_COUNT) {
in ff_isom_write_avcc()
226
avio_w8(pb, 0xe0 |
nb_sps
); /* 3 bits reserved (111) + 5 bits number of sps */
in ff_isom_write_avcc()
/third_party/ffmpeg/libavcodec/
H
A
D
hevcdec.c
272
unsigned int
nb_sps
= 0, nb_sh;
in decode_lt_rps()
local
280
nb_sps
= get_ue_golomb_long(gb);
in decode_lt_rps()
283
if (
nb_sps
> sps->num_long_term_ref_pics_sps)
in decode_lt_rps()
285
if (nb_sh + (uint64_t)
nb_sps
> FF_ARRAY_ELEMS(rps->poc))
in decode_lt_rps()
288
rps->nb_refs = nb_sh +
nb_sps
;
in decode_lt_rps()
292
if (i <
nb_sps
) {
in decode_lt_rps()
310
if (i && i !=
nb_sps
)
in decode_lt_rps()
Completed in 6 milliseconds