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:min_qp
(Results
1 - 15
of
15
) sorted by relevance
/kernel/linux/linux-6.6/drivers/media/platform/qcom/venus/
H
A
D
hfi_cmds.c
710
u32
min_qp
, max_qp;
in pkt_session_set_property_1x()
local
712
min_qp
= in->
min_qp
;
in pkt_session_set_property_1x()
718
if (
min_qp
> 0xff || max_qp > 0xff) {
in pkt_session_set_property_1x()
727
range->
min_qp
=
min_qp
|
min_qp
<< 8 |
min_qp
<< 16;
in pkt_session_set_property_1x()
1263
u32
min_qp
, max_qp;
in pkt_session_set_property_4xx()
local
1265
min_qp
in pkt_session_set_property_4xx()
[all...]
H
A
D
venc.c
885
quant_range_v2.
min_qp
.qp_packed = ctr->hevc_min_qp;
in venc_set_properties()
888
quant_range_v2.
min_qp
.qp_packed = ctr->vp8_min_qp;
in venc_set_properties()
891
quant_range_v2.
min_qp
.qp_packed = ctr->h264_min_qp;
in venc_set_properties()
900
quant_range.
min_qp
= ctr->hevc_min_qp;
in venc_set_properties()
903
quant_range.
min_qp
= ctr->vp8_min_qp;
in venc_set_properties()
906
quant_range.
min_qp
= ctr->h264_min_qp;
in venc_set_properties()
H
A
D
hfi_helper.h
832
u32
min_qp
;
member
845
struct hfi_quantization_v2
min_qp
;
member
/kernel/linux/linux-5.10/drivers/media/platform/qcom/venus/
H
A
D
hfi_cmds.c
699
u32
min_qp
, max_qp;
in pkt_session_set_property_1x()
local
701
min_qp
= in->
min_qp
;
in pkt_session_set_property_1x()
707
if (
min_qp
> 0xff || max_qp > 0xff) {
in pkt_session_set_property_1x()
716
range->
min_qp
=
min_qp
|
min_qp
<< 8 |
min_qp
<< 16;
in pkt_session_set_property_1x()
H
A
D
hfi_helper.h
769
u32
min_qp
;
member
H
A
D
venc.c
683
quant_range.
min_qp
= ctr->h264_min_qp;
in venc_set_properties()
/kernel/linux/linux-5.10/drivers/staging/media/allegro-dvt/
H
A
D
allegro-mail.h
106
u16
min_qp
;
member
H
A
D
allegro-mail.c
169
dst[i++] = FIELD_PREP(GENMASK(31, 16), param->
min_qp
) |
in allegro_encode_config_blob()
H
A
D
allegro-core.c
980
param->
min_qp
= v4l2_ctrl_g_ctrl(channel->mpeg_video_h264_min_qp);
in fill_create_channel_param()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/
H
A
D
intel_vdsc_regs.h
187
#define DSC_FLATNESS_MIN_QP(
min_qp
) ((
min_qp
) << 16)
/kernel/linux/linux-6.6/drivers/media/platform/allegro-dvt/
H
A
D
allegro-mail.h
109
u16
min_qp
;
member
H
A
D
allegro-mail.c
175
dst[i++] = FIELD_PREP(GENMASK(31, 16), param->
min_qp
) |
in allegro_encode_config_blob()
H
A
D
allegro-core.c
1280
param->
min_qp
= allegro_channel_get_min_qp(channel);
in fill_create_channel_param()
/kernel/linux/linux-6.6/drivers/media/platform/mediatek/vcodec/encoder/venc/
H
A
D
venc_h264_if.c
149
* @
min_qp
: min quant parameter
166
u32
min_qp
;
member
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/
H
A
D
i915_reg.h
12133
#define DSC_FLATNESS_MIN_QP(
min_qp
) ((
min_qp
) << 16)
Completed in 75 milliseconds