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:slice_rct_by_coef
(Results
1 - 5
of
5
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
ffv1.h
133
int
slice_rct_by_coef
;
member
H
A
D
ffv1enc_template.c
178
g += (b * s->
slice_rct_by_coef
+ r * s->slice_rct_ry_coef) >> 2;
in encode_rgb_frame()
H
A
D
ffv1dec_template.c
172
g -= (b * s->
slice_rct_by_coef
+ r * s->slice_rct_ry_coef) >> 2;
in decode_rgb_frame()
H
A
D
ffv1enc.c
931
put_symbol(c, state, fs->
slice_rct_by_coef
, 0);
in encode_slice_header()
1015
fs->
slice_rct_by_coef
= rct_y_coeff[best][1];
in choose_rct_params()
1040
fs->
slice_rct_by_coef
= 1;
in encode_slice()
H
A
D
ffv1dec.c
243
fs->
slice_rct_by_coef
= get_symbol(c, state, 0);
in decode_slice_header()
245
if ((uint64_t)fs->
slice_rct_by_coef
+ (uint64_t)fs->slice_rct_ry_coef > 4) {
in decode_slice_header()
299
fs->
slice_rct_by_coef
= 1;
in decode_slice()
Completed in 5 milliseconds