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:slice_qp
(Results
1 - 5
of
5
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
hevcdec.h
305
int8_t
slice_qp
;
member
H
A
D
h264_cabac.c
1266
const int
slice_qp
= av_clip(sl->qscale - 6*(h->ps.sps->bit_depth_luma-8), 0, 51);
in ff_h264_init_cabac_states()
local
1273
int pre = 2*(((tab[i][0] *
slice_qp
) >>4 ) + tab[i][1]) - 127;
in ff_h264_init_cabac_states()
H
A
D
hevc_cabac.c
499
int pre = 2 * (((m * av_clip(s->sh.
slice_qp
, 0, 51)) >> 4) + n) - 127;
in cabac_init_state()
H
A
D
hevcdec.c
959
sh->
slice_qp
= 26U + s->ps.pps->pic_init_qp_minus26 + sh->slice_qp_delta;
in hls_slice_header()
960
if (sh->
slice_qp
> 51 ||
in hls_slice_header()
961
sh->
slice_qp
< -s->ps.sps->qp_bd_offset) {
in hls_slice_header()
963
"The
slice_qp
%d is outside the valid range "
in hls_slice_header()
965
sh->
slice_qp
,
in hls_slice_header()
986
s->HEVClc->qp_y = s->sh.
slice_qp
;
in hls_slice_header()
H
A
D
hevc_filter.c
96
qPy_pred = s->sh.
slice_qp
;
in get_qPy_pred()
Completed in 16 milliseconds