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_flag
(Results
1 - 5
of
5
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
h264_parse.c
57
pwt->
luma_weight_flag
[list] = 0;
in ff_h264_pred_weight_table()
60
int
luma_weight_flag
, chroma_weight_flag;
in ff_h264_pred_weight_table()
local
62
luma_weight_flag
= get_bits1(gb);
in ff_h264_pred_weight_table()
63
if (
luma_weight_flag
) {
in ff_h264_pred_weight_table()
72
pwt->
luma_weight_flag
[list] = 1;
in ff_h264_pred_weight_table()
H
A
D
vaapi_h264.c
181
* @param[out]
luma_weight_flag
VA API plain luma weight flag
190
unsigned char *
luma_weight_flag
,
in fill_vaapi_plain_pred_weight_table()
200
*
luma_weight_flag
= sl->pwt.
luma_weight_flag
[list];
in fill_vaapi_plain_pred_weight_table()
206
if (sl->pwt.
luma_weight_flag
[list]) {
in fill_vaapi_plain_pred_weight_table()
188
fill_vaapi_plain_pred_weight_table(const H264Context *h, int list, unsigned char *
luma_weight_flag
, short luma_weight[32], short luma_offset[32], unsigned char *chroma_weight_flag, short chroma_weight[32][2], short chroma_offset[32][2])
fill_vaapi_plain_pred_weight_table()
argument
H
A
D
h264_parse.h
74
int
luma_weight_flag
[2]; ///< 7.4.3.2 luma_weight_lX_flag
member
H
A
D
dxva2_h264.c
262
if (plane == 0 && sl->pwt.
luma_weight_flag
[list]) {
in fill_slice_long()
H
A
D
h264_slice.c
697
sl->pwt.
luma_weight_flag
[i] = 0;
in implicit_weight_table()
1970
sl->pwt.
luma_weight_flag
[i] = 0;
in h264_slice_header_parse()
Completed in 7 milliseconds