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:cur_chan
(Results
1 - 4
of
4
) sorted by relevance
/third_party/mesa3d/src/amd/common/
H
A
D
ac_nir_opt_outputs.c
147
nir_instr *
cur_chan
= cur->chan[j].value;
in ac_eliminate_duplicated_output()
local
150
if (!
cur_chan
)
in ac_eliminate_duplicated_output()
162
if (prev_chan !=
cur_chan
&&
in ac_eliminate_duplicated_output()
164
cur_chan
->type != nir_instr_type_load_const ||
in ac_eliminate_duplicated_output()
166
nir_instr_as_load_const(
cur_chan
)->value[0].u32)) {
in ac_eliminate_duplicated_output()
196
struct ac_chan_info *
cur_chan
= &cur->chan[i];
in ac_eliminate_duplicated_output()
local
198
b->cursor = nir_after_instr(&
cur_chan
->store_intr->instr);
in ac_eliminate_duplicated_output()
201
nir_alu_type src_type = nir_intrinsic_src_type(
cur_chan
->store_intr);
in ac_eliminate_duplicated_output()
202
struct nir_io_semantics sem = nir_intrinsic_io_semantics(
cur_chan
->store_intr);
in ac_eliminate_duplicated_output()
203
struct nir_io_xfb xfb = nir_intrinsic_io_xfb(
cur_chan
in ac_eliminate_duplicated_output()
[all...]
/third_party/ffmpeg/libavcodec/
H
A
D
ttaenc.c
92
int ret, i, out_bytes,
cur_chan
, res, samples;
in tta_encode_frame()
local
96
cur_chan
= 0, res = 0, samples = 0;
in tta_encode_frame()
109
TTAChannel *c = &s->ch_ctx[
cur_chan
];
in tta_encode_frame()
118
if (
cur_chan
< avctx->ch_layout.nb_channels - 1)
in tta_encode_frame()
180
if (
cur_chan
< avctx->ch_layout.nb_channels - 1)
in tta_encode_frame()
181
cur_chan
++;
in tta_encode_frame()
183
cur_chan
= 0;
in tta_encode_frame()
H
A
D
tta.c
235
int
cur_chan
= 0, framelen = s->frame_length;
in tta_decode_frame()
local
271
int32_t *predictor = &s->ch_ctx[
cur_chan
].predictor;
in tta_decode_frame()
272
TTAFilter *filter = &s->ch_ctx[
cur_chan
].filter;
in tta_decode_frame()
273
TTARice *rice = &s->ch_ctx[
cur_chan
].rice;
in tta_decode_frame()
337
if (
cur_chan
< (s->channels-1))
in tta_decode_frame()
338
cur_chan
++;
in tta_decode_frame()
346
cur_chan
= 0;
in tta_decode_frame()
H
A
D
shorten.c
104
int
cur_chan
;
member
517
s->
cur_chan
= 0;
in read_header()
608
s->
cur_chan
= 0;
in shorten_decode_frame()
609
while (s->
cur_chan
< s->channels) {
in shorten_decode_frame()
673
int channel = s->
cur_chan
;
in shorten_decode_frame()
735
s->
cur_chan
++;
in shorten_decode_frame()
736
if (s->
cur_chan
== s->channels) {
in shorten_decode_frame()
771
if (s->
cur_chan
< s->channels)
in shorten_decode_frame()
Completed in 5 milliseconds