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:padsize_z
(Results
1 - 1
of
1
) sorted by relevance
/third_party/astc-encoder/Source/
H
A
D
astcenc_compute_variance.cpp
133
int
padsize_z
= size_z + (have_z ? kerneldim : 0);
in compute_pixel_region_variance()
local
134
int sizeprod = padsize_x * padsize_y *
padsize_z
;
in compute_pixel_region_variance()
161
for (int z = zd_start; z <
padsize_z
; z++)
in compute_pixel_region_variance()
205
for (int z = zd_start; z <
padsize_z
; z++)
in compute_pixel_region_variance()
244
for (int z = zd_start; z <
padsize_z
; z++)
in compute_pixel_region_variance()
281
for (int z = 0; z <
padsize_z
; z++)
in compute_pixel_region_variance()
310
for (int z = zd_start; z <
padsize_z
; z++)
in compute_pixel_region_variance()
319
for (int z = zd_start; z <
padsize_z
; z++)
in compute_pixel_region_variance()
334
brent_kung_prefix_sum(&(VARBUF1(1, y, x)),
padsize_z
- 1, zst);
in compute_pixel_region_variance()
335
brent_kung_prefix_sum(&(VARBUF2(1, y, x)),
padsize_z
in compute_pixel_region_variance()
[all...]
Completed in 1 milliseconds