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_coeffs
(Results
1 - 14
of
14
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
atrac3data.h
103
static const float
matrix_coeffs
[8] = {
variable
H
A
D
atrac3.c
484
mc1_l =
matrix_coeffs
[s1 * 2 ];
in reverse_matrixing()
485
mc1_r =
matrix_coeffs
[s1 * 2 + 1];
in reverse_matrixing()
486
mc2_l =
matrix_coeffs
[s2 * 2 ];
in reverse_matrixing()
487
mc2_r =
matrix_coeffs
[s2 * 2 + 1];
in reverse_matrixing()
H
A
D
hevc_sei.h
126
int
matrix_coeffs
;
member
H
A
D
h264_sei.h
177
int
matrix_coeffs
;
member
H
A
D
hevc_ps.h
61
uint8_t
matrix_coeffs
;
member
H
A
D
hevc_ps.c
621
vui->
matrix_coeffs
= get_bits(gb, 8);
in decode_vui()
628
if (!av_color_space_name(vui->
matrix_coeffs
))
in decode_vui()
629
vui->
matrix_coeffs
= AVCOL_SPC_UNSPECIFIED;
in decode_vui()
630
if (vui->
matrix_coeffs
== AVCOL_SPC_RGB) {
in decode_vui()
H
A
D
hevc_sei.c
438
h->
matrix_coeffs
= get_bits(gb, 8);
in decode_film_grain_characteristics()
H
A
D
h264_sei.c
435
h->
matrix_coeffs
= get_bits(gb, 8);
in decode_film_grain_characteristics()
H
A
D
hevcdec.c
352
avctx->colorspace = sps->vui.
matrix_coeffs
;
in export_stream_params()
2933
fgp->codec.h274.color_space = fgc->
matrix_coeffs
;
in set_side_data()
2946
fgp->codec.h274.color_space = vui->
matrix_coeffs
;
in set_side_data()
H
A
D
h264_slice.c
1368
fgp->codec.h274.color_space = fgc->
matrix_coeffs
;
in h264_export_frame_props()
/third_party/mesa3d/include/vk_video/
H
A
D
vulkan_video_codec_h265std.h
193
uint8_t
matrix_coeffs
;
member
/third_party/vk-gl-cts/external/vulkancts/scripts/src/vk_video/
H
A
D
vulkan_video_codec_h265std.h
156
uint8_t
matrix_coeffs
;
member
/third_party/vulkan-headers/include/vk_video/
H
A
D
vulkan_video_codec_h265std.h
241
uint8_t
matrix_coeffs
;
member
/third_party/vulkan-headers/include/vulkan/
H
A
D
vulkan_video.hpp
1627
( transfer_characteristics == rhs.transfer_characteristics ) && (
matrix_coeffs
== rhs.
matrix_coeffs
) &&
1654
uint8_t
matrix_coeffs
= {};
member
Completed in 29 milliseconds