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:bits_in_shifter
(Results
1 - 6
of
6
) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H
A
D
radeon_vcn_enc.c
475
enc->
bits_in_shifter
= 0;
in radeon_create_encoder()
595
num_bits > (32 - enc->
bits_in_shifter
) ? (32 - enc->
bits_in_shifter
) : num_bits;
in radeon_enc_code_fixed_bits()
600
enc->shifter |= value_to_pack << (32 - enc->
bits_in_shifter
- bits_to_pack);
in radeon_enc_code_fixed_bits()
602
enc->
bits_in_shifter
+= bits_to_pack;
in radeon_enc_code_fixed_bits()
604
while (enc->
bits_in_shifter
>= 8) {
in radeon_enc_code_fixed_bits()
609
enc->
bits_in_shifter
-= 8;
in radeon_enc_code_fixed_bits()
619
enc->
bits_in_shifter
= 0;
in radeon_enc_reset()
628
unsigned int num_padding_zeros = (32 - enc->
bits_in_shifter
) % 8;
in radeon_enc_byte_align()
636
if (enc->
bits_in_shifter
!
in radeon_enc_flush_headers()
[all...]
H
A
D
radeon_uvd_enc_1_1.c
111
num_bits > (32 - enc->
bits_in_shifter
) ? (32 - enc->
bits_in_shifter
) : num_bits;
in radeon_uvd_enc_code_fixed_bits()
116
enc->shifter |= value_to_pack << (32 - enc->
bits_in_shifter
- bits_to_pack);
in radeon_uvd_enc_code_fixed_bits()
118
enc->
bits_in_shifter
+= bits_to_pack;
in radeon_uvd_enc_code_fixed_bits()
120
while (enc->
bits_in_shifter
>= 8) {
in radeon_uvd_enc_code_fixed_bits()
125
enc->
bits_in_shifter
-= 8;
in radeon_uvd_enc_code_fixed_bits()
135
enc->
bits_in_shifter
= 0;
in radeon_uvd_enc_reset()
143
unsigned int num_padding_zeros = (32 - enc->
bits_in_shifter
) % 8;
in radeon_uvd_enc_byte_align()
151
if (enc->
bits_in_shifter
!= 0) {
in radeon_uvd_enc_flush_headers()
155
enc->bits_output += enc->
bits_in_shifter
;
in radeon_uvd_enc_flush_headers()
[all...]
H
A
D
radeon_vcn_enc_1_2.c
522
unsigned
bits_in_shifter
= enc->
bits_in_shifter
;
in radeon_enc_nalu_sei()
local
565
unsigned aligned = (32 - enc->
bits_in_shifter
) % 8;
in radeon_enc_nalu_sei()
576
unsigned bits_in_shifter2 = enc->
bits_in_shifter
;
in radeon_enc_nalu_sei()
584
enc->
bits_in_shifter
=
bits_in_shifter
;
in radeon_enc_nalu_sei()
596
enc->
bits_in_shifter
= bits_in_shifter2;
in radeon_enc_nalu_sei()
H
A
D
radeon_uvd_enc.h
417
unsigned
bits_in_shifter
;
member
H
A
D
radeon_uvd_enc.c
294
enc->
bits_in_shifter
= 0;
in radeon_uvd_create_encoder()
H
A
D
radeon_vcn_enc.h
572
unsigned
bits_in_shifter
;
member
Completed in 7 milliseconds