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:rdo
(Results
1 - 7
of
7
) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H
A
D
radeon_vce_52.c
460
enc->
rdo
(enc);
in config()
554
static void
rdo
(struct rvce_encoder *enc)
in rdo()
function
556
RVCE_BEGIN(0x04000008); //
rdo
in rdo()
557
RVCE_CS(enc->enc_pic.
rdo
.enc_disable_tbe_pred_i_frame);
in rdo()
558
RVCE_CS(enc->enc_pic.
rdo
.enc_disable_tbe_pred_p_frame);
in rdo()
559
RVCE_CS(enc->enc_pic.
rdo
.use_fme_interpol_y);
in rdo()
560
RVCE_CS(enc->enc_pic.
rdo
.use_fme_interpol_uv);
in rdo()
561
RVCE_CS(enc->enc_pic.
rdo
.use_fme_intrapol_y);
in rdo()
562
RVCE_CS(enc->enc_pic.
rdo
.use_fme_intrapol_uv);
in rdo()
563
RVCE_CS(enc->enc_pic.
rdo
in rdo()
[all...]
H
A
D
radeon_vce_40_2_2.c
197
static void
rdo
(struct rvce_encoder *enc)
in rdo()
function
199
RVCE_BEGIN(0x04000008); //
rdo
in rdo()
280
enc->
rdo
(enc);
in config()
438
enc->
rdo
=
rdo
;
in si_vce_40_2_2_init()
H
A
D
radeon_vce.h
335
struct rvce_rdo
rdo
;
member
379
void (*
rdo
)(struct rvce_encoder *enc);
member
/third_party/ffmpeg/libavcodec/
H
A
D
qsvenc.h
66
{ "
rdo
", "Enable rate distortion optimization", OFFSET(qsv.
rdo
), AV_OPT_TYPE_INT, { .i64 = -1 }, -1, 1, VE },
171
int
rdo
;
member
H
A
D
qsvenc.c
774
if (q->
rdo
>= 0)
in init_video_param()
775
q->extco.RateDistortionOpt = q->
rdo
> 0 ? MFX_CODINGOPTION_ON : MFX_CODINGOPTION_OFF;
in init_video_param()
/third_party/mesa3d/src/gallium/drivers/r600/
H
A
D
radeon_vce.h
333
struct rvce_rdo
rdo
;
member
377
void (*
rdo
)(struct rvce_encoder *enc);
member
/third_party/skia/tests/
H
A
D
PathTest.cpp
5066
SkVector
rdo
[4] = {
in DEF_TEST()
local
5073
orr.setRectRadii(ro,
rdo
);
in DEF_TEST()
Completed in 16 milliseconds