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:init_qp
(Results
1 - 8
of
8
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
h264_ps.h
120
int
init_qp
; ///< pic_init_qp_minus26 + 26
member
H
A
D
vaapi_h264.c
259
.pic_init_qp_minus26 = pps->
init_qp
- 26,
in vaapi_h264_start_frame()
349
.slice_qp_delta = sl->qscale - h->ps.pps->
init_qp
,
in vaapi_h264_decode_slice()
H
A
D
nvdec_h264.c
98
.pic_init_qp_minus26 = pps->
init_qp
- 26,
in nvdec_h264_start_frame()
H
A
D
dxva2_h264.c
143
pp->pic_init_qp_minus26 = pps->
init_qp
- 26;
in fill_picture_parameters()
287
slice->slice_qp_delta = sl->qscale - h->ps.pps->
init_qp
;
in fill_slice_long()
H
A
D
vdpau_h264.c
150
info->pic_init_qp_minus26 = pps->
init_qp
- 26;
in vdpau_h264_start_frame()
H
A
D
h264_ps.c
836
pps->
init_qp
= get_se_golomb(gb) + 26U + qp_bd_offset;
in ff_h264_decode_picture_parameter_set()
889
pps->
init_qp
, pps->init_qs, pps->chroma_qp_index_offset[0], pps->chroma_qp_index_offset[1],
in ff_h264_decode_picture_parameter_set()
H
A
D
h264dec.c
820
par->qp = p->pps->
init_qp
;
in h264_export_enc_params()
H
A
D
h264_slice.c
2000
tmp = pps->
init_qp
+ (unsigned)get_se_golomb(&sl->gb);
in h264_slice_header_parse()
Completed in 10 milliseconds