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:csc2
(Results
1 - 6
of
6
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
dct.c
130
float csc = ctx->
csc2
[i] * (tmp1 - tmp2);
in dct_calc_III_c()
196
s->
csc2
= av_malloc_array(n / 2, sizeof(FFTSample));
in ff_dct_init()
197
if (!s->
csc2
)
in ff_dct_init()
201
av_freep(&s->
csc2
);
in ff_dct_init()
206
s->
csc2
[i] = 0.5 / sin((M_PI / (2 * n) * (2 * i + 1)));
in ff_dct_init()
227
av_freep(&s->
csc2
);
in ff_dct_end()
H
A
D
dct.h
37
FFTSample *
csc2
;
member
/third_party/mesa3d/src/gallium/winsys/radeon/drm/
H
A
D
radeon_drm_cs.h
79
struct radeon_cs_context
csc2
;
member
H
A
D
radeon_drm_cs.c
199
if (!radeon_init_cs_context(&cs->
csc2
, cs->ws)) {
in radeon_drm_cs_create()
207
cs->cst = &cs->
csc2
;
in radeon_drm_cs_create()
752
radeon_cs_context_cleanup(&cs->
csc2
);
in radeon_drm_cs_destroy()
755
radeon_destroy_cs_context(&cs->
csc2
);
in radeon_drm_cs_destroy()
/third_party/mesa3d/src/gallium/winsys/amdgpu/drm/
H
A
D
amdgpu_cs.c
996
if (!amdgpu_init_cs_context(ctx->ws, &cs->
csc2
, ip_type)) {
in amdgpu_cs_create()
1006
cs->cst = &cs->
csc2
;
in amdgpu_cs_create()
1010
cs->
csc2
.buffer_indices_hashlist = cs->buffer_indices_hashlist;
in amdgpu_cs_create()
1013
cs->
csc2
.ws = ctx->ws;
in amdgpu_cs_create()
1019
amdgpu_destroy_cs_context(ctx->ws, &cs->
csc2
);
in amdgpu_cs_create()
1043
struct amdgpu_cs_context *csc[2] = {&cs->csc1, &cs->
csc2
};
in amdgpu_cs_setup_preemption()
1834
amdgpu_destroy_cs_context(cs->ws, &cs->
csc2
);
in amdgpu_cs_destroy()
H
A
D
amdgpu_cs.h
141
struct amdgpu_cs_context
csc2
;
member
Completed in 6 milliseconds