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_output
(Results
1 - 7
of
7
) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H
A
D
radeon_vcn_enc_2_0.c
102
num_bits[inst_index] = enc->
bits_output
- bits_copied;
in radeon_enc_slice_header_hevc()
103
bits_copied = enc->
bits_output
;
in radeon_enc_slice_header_hevc()
116
num_bits[inst_index] = enc->
bits_output
- bits_copied;
in radeon_enc_slice_header_hevc()
117
bits_copied = enc->
bits_output
;
in radeon_enc_slice_header_hevc()
157
num_bits[inst_index] = enc->
bits_output
- bits_copied;
in radeon_enc_slice_header_hevc()
158
bits_copied = enc->
bits_output
;
in radeon_enc_slice_header_hevc()
174
num_bits[inst_index] = enc->
bits_output
- bits_copied;
in radeon_enc_slice_header_hevc()
175
bits_copied = enc->
bits_output
;
in radeon_enc_slice_header_hevc()
187
num_bits[inst_index] = enc->
bits_output
- bits_copied;
in radeon_enc_slice_header_hevc()
188
bits_copied = enc->
bits_output
;
in radeon_enc_slice_header_hevc()
[all...]
H
A
D
radeon_vcn_enc_1_2.c
344
*size_in_bytes = (enc->
bits_output
+ 7) / 8;
in radeon_enc_nalu_sps()
442
*size_in_bytes = (enc->
bits_output
+ 7) / 8;
in radeon_enc_nalu_sps_hevc()
495
*size_in_bytes = (enc->
bits_output
+ 7) / 8;
in radeon_enc_nalu_prefix()
525
unsigned
bits_output
= enc->
bits_output
;
in radeon_enc_nalu_sei()
local
579
unsigned bits_output2 = enc->
bits_output
;
in radeon_enc_nalu_sei()
587
enc->
bits_output
=
bits_output
;
in radeon_enc_nalu_sei()
599
enc->
bits_output
= bits_output2;
in radeon_enc_nalu_sei()
604
*size_in_bytes = (enc->
bits_output
in radeon_enc_nalu_sei()
[all...]
H
A
D
radeon_uvd_enc_1_1.c
96
enc->
bits_output
+= 8;
in radeon_uvd_enc_emulation_prevention()
126
enc->
bits_output
+= 8;
in radeon_uvd_enc_code_fixed_bits()
136
enc->
bits_output
= 0;
in radeon_uvd_enc_reset()
155
enc->
bits_output
+= enc->bits_in_shifter;
in radeon_uvd_enc_flush_headers()
481
*size_in_bytes = (enc->
bits_output
+ 7) / 8;
in radeon_uvd_enc_nalu_sps_hevc()
541
*size_in_bytes = (enc->
bits_output
+ 7) / 8;
in radeon_uvd_enc_nalu_pps_hevc()
595
*size_in_bytes = (enc->
bits_output
+ 7) / 8;
in radeon_uvd_enc_nalu_vps_hevc()
632
*size_in_bytes = (enc->
bits_output
+ 7) / 8;
in radeon_uvd_enc_nalu_aud_hevc()
655
num_bits[inst_index] = enc->
bits_output
- bits_copied;
in radeon_uvd_enc_slice_header_hevc()
656
bits_copied = enc->
bits_output
;
in radeon_uvd_enc_slice_header_hevc()
[all...]
H
A
D
radeon_vcn_enc.c
579
enc->
bits_output
+= 8;
in radeon_enc_emulation_prevention()
610
enc->
bits_output
+= 8;
in radeon_enc_code_fixed_bits()
620
enc->
bits_output
= 0;
in radeon_enc_reset()
640
enc->
bits_output
+= enc->bits_in_shifter;
in radeon_enc_flush_headers()
H
A
D
radeon_uvd_enc.h
420
unsigned
bits_output
;
member
H
A
D
radeon_vcn_enc_3_0.c
166
*size_in_bytes = (enc->
bits_output
+ 7) / 8;
in radeon_enc_nalu_pps_hevc()
H
A
D
radeon_vcn_enc.h
575
unsigned
bits_output
;
member
Completed in 8 milliseconds