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:qp_bd_offset
(Results
1 - 7
of
7
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
h264_loopfilter.c
252
int
qp_bd_offset
= 6 * (h->ps.sps->bit_depth_luma - 8);
in h264_filter_mb_fast_internal()
local
253
int a = 52 + sl->slice_alpha_c0_offset -
qp_bd_offset
;
in h264_filter_mb_fast_internal()
254
int b = 52 + sl->slice_beta_offset -
qp_bd_offset
;
in h264_filter_mb_fast_internal()
726
int
qp_bd_offset
= 6 * (h->ps.sps->bit_depth_luma - 8);
in ff_h264_filter_mb()
local
727
int a = 52 + sl->slice_alpha_c0_offset -
qp_bd_offset
;
in ff_h264_filter_mb()
728
int b = 52 + sl->slice_beta_offset -
qp_bd_offset
;
in ff_h264_filter_mb()
H
A
D
h264_ps.c
754
int
qp_bd_offset
;
in ff_h264_decode_picture_parameter_set()
local
832
qp_bd_offset
= 6 * (sps->bit_depth_luma - 8);
in ff_h264_decode_picture_parameter_set()
836
pps->init_qp = get_se_golomb(gb) + 26U +
qp_bd_offset
;
in ff_h264_decode_picture_parameter_set()
837
pps->init_qs = get_se_golomb(gb) + 26U +
qp_bd_offset
;
in ff_h264_decode_picture_parameter_set()
H
A
D
hevc_ps.h
243
int
qp_bd_offset
;
member
H
A
D
hevc_cabac.c
1099
qp = qp_y + s->ps.sps->
qp_bd_offset
;
in ff_hevc_hls_residual_coding()
1110
qp_i = av_clip(qp_y + offset, - s->ps.sps->
qp_bd_offset
, 57);
in ff_hevc_hls_residual_coding()
1125
qp += s->ps.sps->
qp_bd_offset
;
in ff_hevc_hls_residual_coding()
H
A
D
hevc_filter.c
113
av_assert2(qPy_a >= -s->ps.sps->
qp_bd_offset
&& qPy_a < 52);
in get_qPy_pred()
114
av_assert2(qPy_b >= -s->ps.sps->
qp_bd_offset
&& qPy_b < 52);
in get_qPy_pred()
124
int off = s->ps.sps->
qp_bd_offset
;
in ff_hevc_set_qPy()
H
A
D
hevcdec.c
961
sh->slice_qp < -s->ps.sps->
qp_bd_offset
) {
in hls_slice_header()
966
-s->ps.sps->
qp_bd_offset
);
in hls_slice_header()
1130
if (lc->tu.cu_qp_delta < -(26 + s->ps.sps->
qp_bd_offset
/ 2) ||
in hls_transform_unit()
1131
lc->tu.cu_qp_delta > (25 + s->ps.sps->
qp_bd_offset
/ 2)) {
in hls_transform_unit()
1136
-(26 + s->ps.sps->
qp_bd_offset
/ 2),
in hls_transform_unit()
1137
(25 + s->ps.sps->
qp_bd_offset
/ 2));
in hls_transform_unit()
H
A
D
hevc_ps.c
1213
sps->
qp_bd_offset
= 6 * (sps->bit_depth - 8);
in ff_hevc_parse_sps()
Completed in 16 milliseconds