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:luma_weight_l1
(Results
1 - 8
of
8
) sorted by relevance
/third_party/vulkan-headers/include/vk_video/
H
A
D
vulkan_video_codec_h264std_encode.h
45
int8_t
luma_weight_l1
[STD_VIDEO_H264_MAX_NUM_LIST_REF];
member
/third_party/ffmpeg/libavcodec/
H
A
D
cbs_h264.h
356
int8_t
luma_weight_l1
[H264_MAX_REFS];
member
H
A
D
hevcdec.h
313
int16_t
luma_weight_l1
[16];
member
H
A
D
vaapi_h264.c
371
slice_param.
luma_weight_l1
,
in vaapi_h264_decode_slice()
H
A
D
vaapi_hevc.c
376
slice_param->delta_luma_weight_l1[i] = sh->
luma_weight_l1
[i] - (1 << sh->luma_log2_weight_denom);
in fill_pred_weight_table()
H
A
D
cbs_h264_syntax_template.c
953
ses(
luma_weight_l1
[i], -128, +127, 1, i);
in pred_weight_table()
H
A
D
hevcdec.c
223
s->sh.
luma_weight_l1
[i] = 1 << s->sh.luma_log2_weight_denom;
in pred_weight_table()
239
s->sh.
luma_weight_l1
[i] = (1 << s->sh.luma_log2_weight_denom) + delta_luma_weight_l1;
in pred_weight_table()
1629
s->sh.
luma_weight_l1
[current_mv->ref_idx[1]],
in luma_mc_bi()
1956
s->sh.
luma_weight_l1
[current_mv.ref_idx[1]],
in hls_prediction_unit()
/third_party/vulkan-headers/include/vulkan/
H
A
D
vulkan_video.hpp
837
(
luma_weight_l1
== rhs.
luma_weight_l1
) && ( luma_offset_l1 == rhs.luma_offset_l1 ) && ( chroma_weight_l1 == rhs.chroma_weight_l1 ) &&
854
VULKAN_HPP_NAMESPACE::ArrayWrapper1D<int8_t, STD_VIDEO_H264_MAX_NUM_LIST_REF>
luma_weight_l1
= {};
member
Completed in 19 milliseconds