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
defs:max_qp
(Results
1 - 14
of
14
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
libxavs2.c
48
int
max_qp
;
member
H
A
D
h264_ps.c
646
const int
max_qp
= 51 + 6 * (sps->bit_depth_luma - 8);
in init_dequant8_coeff_table()
local
673
const int
max_qp
= 51 + 6 * (sps->bit_depth_luma - 8);
in init_dequant4_coeff_table()
local
718
const int
max_qp
= 51 + 6 * (depth - 8);
in build_qp_table()
local
H
A
D
h264_cabac.c
2402
const int
max_qp
= 51 + 6*(sps->bit_depth_luma-8);
in ff_h264_decode_mb_cabac()
local
H
A
D
h264_cavlc.c
1102
const int
max_qp
= 51 + 6 * (h->ps.sps->bit_depth_luma - 8);
in ff_h264_decode_mb_cavlc()
local
H
A
D
svq3.c
1106
const int
max_qp
= 51;
in init_dequant4_coeff_table()
local
/third_party/mesa3d/src/gallium/drivers/r600/
H
A
D
radeon_vce.h
86
uint32_t
max_qp
;
member
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H
A
D
radeon_vce.h
86
uint32_t
max_qp
;
member
/device/soc/rockchip/rk3399/hardware/mpp/include/
H
A
D
rk_venc_cmd.h
920
RK_S32
max_qp
;
member
/device/soc/rockchip/rk3568/hardware/mpp/include/
H
A
D
rk_venc_cmd.h
920
RK_S32
max_qp
;
member
/device/soc/rockchip/rk3588/hardware/mpp/include/
H
A
D
rk_venc_cmd.h
1005
RK_S32
max_qp
;
member
/device/soc/rockchip/common/hardware/mpp/include/
H
A
D
rk_venc_cmd.h
919
signed int
max_qp
;
member
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/tde/driver/src/adp/tde_v2_0/
H
A
D
tde_adp.h
1928
unsigned int
max_qp
: 4; /* [3..0] */
member
2097
unsigned int
max_qp
: 4; /* [3..0] */
member
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/cbb/vo/vo_dev/arch/hi3516cv500/include/
H
A
D
vou_drv.h
384
hi_u32
max_qp
;
member
H
A
D
vou_reg.h
7919
unsigned int
max_qp
: 3; /* [14..12] */
member
8012
unsigned int
max_qp
: 3; /* [14..12] */
member
8224
unsigned int
max_qp
: 4; /* [3..0] */
member
Completed in 55 milliseconds