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:tc_offset_div2
(Results
1 - 9
of
9
) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H
A
D
radeon_vcn_enc_2_0.c
223
RADEON_ENC_CS(enc->enc_pic.hevc_deblock.
tc_offset_div2
);
in radeon_enc_loop_filter_hevc()
375
radeon_enc_code_se(enc, enc->enc_pic.hevc_deblock.
tc_offset_div2
);
in radeon_enc_nalu_pps_hevc()
H
A
D
radeon_uvd_enc.h
271
int32_t
tc_offset_div2
;
member
H
A
D
radeon_vcn_enc_3_0.c
154
radeon_enc_code_se(enc, enc->enc_pic.hevc_deblock.
tc_offset_div2
);
in radeon_enc_nalu_pps_hevc()
H
A
D
radeon_uvd_enc_1_1.c
363
enc->enc_pic.hevc_deblock.
tc_offset_div2
= pic->slice.slice_tc_offset_div2;
in radeon_uvd_enc_deblocking_filter_hevc()
371
RADEON_ENC_CS(enc->enc_pic.hevc_deblock.
tc_offset_div2
);
in radeon_uvd_enc_deblocking_filter_hevc()
529
radeon_uvd_enc_code_se(enc, enc->enc_pic.hevc_deblock.
tc_offset_div2
);
in radeon_uvd_enc_nalu_pps_hevc()
H
A
D
radeon_vcn_enc.h
318
int32_t
tc_offset_div2
;
member
H
A
D
radeon_vcn_enc.c
178
enc->enc_pic.hevc_deblock.
tc_offset_div2
= pic->slice.slice_tc_offset_div2;
in radeon_vcn_enc_get_param()
H
A
D
radeon_vcn_enc_1_2.c
245
RADEON_ENC_CS(enc->enc_pic.hevc_deblock.
tc_offset_div2
);
in radeon_enc_deblocking_filter_hevc()
685
radeon_enc_code_se(enc, enc->enc_pic.hevc_deblock.
tc_offset_div2
);
in radeon_enc_nalu_pps_hevc()
/third_party/ffmpeg/libavcodec/
H
A
D
hevc_ps.c
1678
int
tc_offset_div2
= get_se_golomb(gb) ;
in ff_hevc_decode_nal_pps()
local
1685
if (
tc_offset_div2
< -6 ||
tc_offset_div2
> 6) {
in ff_hevc_decode_nal_pps()
1687
tc_offset_div2
);
in ff_hevc_decode_nal_pps()
1692
pps->tc_offset = 2 *
tc_offset_div2
;
in ff_hevc_decode_nal_pps()
H
A
D
hevcdec.c
873
int
tc_offset_div2
= get_se_golomb(gb) ;
in hls_slice_header()
local
875
tc_offset_div2
< -6 ||
tc_offset_div2
> 6) {
in hls_slice_header()
878
beta_offset_div2,
tc_offset_div2
);
in hls_slice_header()
882
sh->tc_offset =
tc_offset_div2
* 2;
in hls_slice_header()
Completed in 17 milliseconds