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_B
(Results
1 - 10
of
10
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
hevc.h
96
HEVC_SLICE_B
= 0,
enumerator
H
A
D
vaapi_hevc.c
354
(sh->slice_type ==
HEVC_SLICE_B
&& !h->ps.pps->weighted_bipred_flag))
in fill_pred_weight_table()
374
if (sh->slice_type ==
HEVC_SLICE_B
) {
in fill_pred_weight_table()
419
int nb_list = (sh->slice_type ==
HEVC_SLICE_B
) ?
in vaapi_hevc_decode_slice()
499
if (sh->slice_type ==
HEVC_SLICE_B
) {
in vaapi_hevc_decode_slice()
H
A
D
cbs_h265_syntax_template.c
1190
if (current->slice_type ==
HEVC_SLICE_B
) {
in ref_pic_lists_modification()
1256
if (current->slice_type ==
HEVC_SLICE_B
) {
in pred_weight_table()
1475
current->slice_type ==
HEVC_SLICE_B
) {
in slice_segment_header()
1479
if (current->slice_type ==
HEVC_SLICE_B
)
in slice_segment_header()
1492
if (current->slice_type ==
HEVC_SLICE_B
)
in slice_segment_header()
1499
if (current->slice_type ==
HEVC_SLICE_B
)
in slice_segment_header()
1517
(pps->weighted_bipred_flag && current->slice_type ==
HEVC_SLICE_B
))
in slice_segment_header()
H
A
D
hevc_parser.c
140
slice_type ==
HEVC_SLICE_B
)) {
in hevc_parse_slice_header()
145
s->pict_type = slice_type ==
HEVC_SLICE_B
? AV_PICTURE_TYPE_B :
in hevc_parse_slice_header()
H
A
D
hevc_mvs.c
416
int available_l1 = (s->sh.slice_type ==
HEVC_SLICE_B
) ?
in derive_spatial_merge_candidates()
435
if (s->sh.slice_type ==
HEVC_SLICE_B
&& nb_orig_merge_cand > 1 &&
in derive_spatial_merge_candidates()
464
mergecandlist[nb_merge_cand].pred_flag = PF_L0 + ((s->sh.slice_type ==
HEVC_SLICE_B
) << 1);
in derive_spatial_merge_candidates()
H
A
D
vaapi_encode_h265.c
799
hpic->slice_type =
HEVC_SLICE_B
;
in vaapi_encode_h265_init_picture_params()
980
sh->slice_type =
HEVC_SLICE_B
;
in vaapi_encode_h265_init_slice_params()
1067
if (sh->slice_type ==
HEVC_SLICE_B
)
in vaapi_encode_h265_init_slice_params()
1154
vslice->slice_type =
HEVC_SLICE_B
;
in vaapi_encode_h265_init_slice_params()
H
A
D
hevcdec.c
219
if (s->sh.slice_type ==
HEVC_SLICE_B
) {
in pred_weight_table()
665
sh->slice_type ==
HEVC_SLICE_B
)) {
in hls_slice_header()
761
if (sh->slice_type == HEVC_SLICE_P || sh->slice_type ==
HEVC_SLICE_B
) {
in hls_slice_header()
765
if (sh->slice_type ==
HEVC_SLICE_B
)
in hls_slice_header()
770
if (sh->slice_type ==
HEVC_SLICE_B
)
in hls_slice_header()
794
if (sh->slice_type ==
HEVC_SLICE_B
) {
in hls_slice_header()
802
if (sh->slice_type ==
HEVC_SLICE_B
)
in hls_slice_header()
813
if (sh->slice_type ==
HEVC_SLICE_B
)
in hls_slice_header()
828
(s->ps.pps->weighted_bipred_flag && sh->slice_type ==
HEVC_SLICE_B
)) {
in hls_slice_header()
1512
(s->sh.slice_type ==
HEVC_SLICE_B
in luma_mc_uni()
[all...]
H
A
D
h265_metadata_bsf.c
357
if (slice->header.slice_type ==
HEVC_SLICE_B
&&
in h265_metadata_update_fragment()
H
A
D
hevc_refs.c
303
uint8_t nb_list = sh->slice_type ==
HEVC_SLICE_B
? 2 : 1;
in ff_hevc_slice_rpl()
H
A
D
hevc_filter.c
860
s->sh.slice_type ==
HEVC_SLICE_B
) ||
in ff_hevc_hls_filter()
Completed in 14 milliseconds