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:HEVC_SLICE_P
(Results
1 - 8
of
8
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
hevc.h
97
HEVC_SLICE_P
= 1,
enumerator
H
A
D
hevc_parser.c
139
if (!(slice_type == HEVC_SLICE_I || slice_type ==
HEVC_SLICE_P
||
in hevc_parse_slice_header()
146
slice_type ==
HEVC_SLICE_P
? AV_PICTURE_TYPE_P :
in hevc_parse_slice_header()
H
A
D
h265_metadata_bsf.c
360
if (slice->header.slice_type ==
HEVC_SLICE_P
&&
in h265_metadata_update_fragment()
H
A
D
hevc_mvs.c
320
const int nb_refs = (s->sh.slice_type ==
HEVC_SLICE_P
) ?
in derive_spatial_merge_candidates()
H
A
D
vaapi_hevc.c
353
(sh->slice_type ==
HEVC_SLICE_P
&& !h->ps.pps->weighted_pred_flag) ||
in fill_pred_weight_table()
H
A
D
cbs_h265_syntax_template.c
1474
if (current->slice_type ==
HEVC_SLICE_P
||
in slice_segment_header()
1516
if ((pps->weighted_pred_flag && current->slice_type ==
HEVC_SLICE_P
) ||
in slice_segment_header()
H
A
D
vaapi_encode_h265.c
783
hpic->slice_type =
HEVC_SLICE_P
;
in vaapi_encode_h265_init_picture_params()
979
if (sh->slice_type ==
HEVC_SLICE_P
&& ctx->p_to_gpb)
in vaapi_encode_h265_init_slice_params()
H
A
D
hevcdec.c
664
sh->slice_type ==
HEVC_SLICE_P
||
in hls_slice_header()
761
if (sh->slice_type ==
HEVC_SLICE_P
|| sh->slice_type == HEVC_SLICE_B) {
in hls_slice_header()
827
if ((s->ps.pps->weighted_pred_flag && sh->slice_type ==
HEVC_SLICE_P
) ||
in hls_slice_header()
1511
int weight_flag = (s->sh.slice_type ==
HEVC_SLICE_P
&& s->ps.pps->weighted_pred_flag) ||
in luma_mc_uni()
1575
int weight_flag = (s->sh.slice_type ==
HEVC_SLICE_P
&& s->ps.pps->weighted_pred_flag) ||
in luma_mc_bi()
1661
int weight_flag = (s->sh.slice_type ==
HEVC_SLICE_P
&& s->ps.pps->weighted_pred_flag) ||
in chroma_mc_uni()
1728
int weight_flag = (s->sh.slice_type ==
HEVC_SLICE_P
&& s->ps.pps->weighted_pred_flag) ||
in chroma_mc_bi()
Completed in 17 milliseconds