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:bit_depth_idx
(Results
1 - 7
of
7
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
vaapi_av1.c
127
int8_t
bit_depth_idx
;
in vaapi_av1_start_frame()
local
135
bit_depth_idx
= vaapi_av1_get_bit_depth_idx(avctx);
in vaapi_av1_start_frame()
136
if (
bit_depth_idx
< 0)
in vaapi_av1_start_frame()
154
.
bit_depth_idx
=
bit_depth_idx
,
in vaapi_av1_start_frame()
/third_party/mesa3d/src/gallium/frontends/va/
H
A
D
picture_av1.c
138
context->desc.av1.picture_parameter.
bit_depth_idx
= av1->
bit_depth_idx
;
in vlVaHandlePictureParameterBufferAV1()
H
A
D
picture.c
753
if (context->desc.av1.picture_parameter.
bit_depth_idx
== 1) {
in vlVaEndPicture()
/third_party/mesa3d/src/gallium/include/pipe/
H
A
D
p_video_state.h
809
uint8_t
bit_depth_idx
;
member
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H
A
D
radeon_vcn_dec.c
952
result.bit_depth_luma_minus8 = result.bit_depth_chroma_minus8 = pic->picture_parameter.
bit_depth_idx
<< 1;
in get_av1_msg()
983
if (pic->picture_parameter.
bit_depth_idx
) {
in get_av1_msg()
1043
fg_params->bit_depth_minus_8 = pic->picture_parameter.
bit_depth_idx
<< 1;
in get_av1_msg()
1087
dec->ref_codec.bts = pic->picture_parameter.
bit_depth_idx
? CODEC_10_BITS : CODEC_8_BITS;
in get_av1_msg()
/third_party/mesa3d/src/gallium/frontends/omx/bellagio/
H
A
D
vid_dec_av1.c
374
priv->picture.av1.picture_parameter.
bit_depth_idx
=
in sequence_header_obu()
/third_party/ffmpeg/
H
A
D
configure
6909
check_struct "va/va.h" "VADecPictureParameterBufferAV1"
bit_depth_idx
Completed in 21 milliseconds