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:prev_poc_msb
(Results
1 - 8
of
8
) sorted by relevance
/third_party/mesa3d/src/gallium/frontends/omx/bellagio/
H
A
D
vid_dec_h265.c
767
unsigned max_poc_lsb, prev_poc_lsb,
prev_poc_msb
;
in slice_header()
local
856
prev_poc_msb
= slice_prev_poc - prev_poc_lsb;
in slice_header()
860
poc_msb =
prev_poc_msb
+ max_poc_lsb;
in slice_header()
864
poc_msb =
prev_poc_msb
- max_poc_lsb;
in slice_header()
867
poc_msb =
prev_poc_msb
;
in slice_header()
/third_party/ffmpeg/libavcodec/
H
A
D
h264_parse.h
88
int
prev_poc_msb
; ///< poc_msb of the last reference pic for POC type 0
member
H
A
D
h264_parse.c
297
pc->poc_msb = pc->
prev_poc_msb
+ max_poc_lsb;
in ff_h264_init_poc()
300
pc->poc_msb = pc->
prev_poc_msb
- max_poc_lsb;
in ff_h264_init_poc()
302
pc->poc_msb = pc->
prev_poc_msb
;
in ff_h264_init_poc()
H
A
D
h264_parser.c
353
p->poc.
prev_poc_msb
=
in parse_nal_units()
476
p->poc.
prev_poc_msb
= p->poc.poc_msb;
in parse_nal_units()
479
p->poc.
prev_poc_msb
= 0;
in parse_nal_units()
H
A
D
h264_picture.c
229
h->poc.
prev_poc_msb
= h->poc.poc_msb;
in ff_h264_field_end()
H
A
D
hevc_ps.c
1764
int
prev_poc_msb
= pocTid0 - prev_poc_lsb;
in ff_hevc_compute_poc()
local
1768
poc_msb =
prev_poc_msb
+ max_poc_lsb;
in ff_hevc_compute_poc()
1770
poc_msb =
prev_poc_msb
- max_poc_lsb;
in ff_hevc_compute_poc()
1772
poc_msb =
prev_poc_msb
;
in ff_hevc_compute_poc()
H
A
D
h264dec.c
295
h->poc.
prev_poc_msb
= 1 << 16;
in h264_init_context()
438
h->poc.
prev_poc_msb
= 1<<16;
in idr()
H
A
D
h264_slice.c
465
h->poc.
prev_poc_msb
= h->poc.poc_msb;
in ff_h264_update_thread_context()
Completed in 11 milliseconds