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:matrix_coef
(Results
1 - 6
of
6
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
vc1.h
206
int
matrix_coef
; ///< 8 bits, Color primaries->YCbCr transform matrix
member
H
A
D
vc1dec.c
553
if (v->
matrix_coef
== 1 || v->
matrix_coef
== 6 || v->
matrix_coef
== 7)
in vc1_decode_init()
554
avctx->colorspace = v->
matrix_coef
;
in vc1_decode_init()
H
A
D
vc1.c
491
v->
matrix_coef
= get_bits(gb, 8);
in decode_sequence_header_adv()
/third_party/mesa3d/src/gallium/drivers/r600/
H
A
D
radeon_vce.h
202
uint32_t
matrix_coef
;
member
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H
A
D
radeon_vce.h
202
uint32_t
matrix_coef
;
member
H
A
D
radeon_vce_52.c
133
enc->enc_pic.vui.
matrix_coef
= 0x00000002;
in get_vui_param()
629
RVCE_CS(enc->enc_pic.vui.
matrix_coef
);
in vui()
Completed in 10 milliseconds