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:WEIGHT_LUT_SIZE
(Results
1 - 3
of
3
) sorted by relevance
/third_party/ffmpeg/libavfilter/
H
A
D
af_anlmdn.c
34
#define
WEIGHT_LUT_SIZE
(1<<WEIGHT_LUT_NBITS)
macro
46
float weight_lut[
WEIGHT_LUT_SIZE
];
170
s->pdiff_lut_scale = 1.f / s->m *
WEIGHT_LUT_SIZE
;
in config_filter()
171
for (int i = 0; i <
WEIGHT_LUT_SIZE
; i++) {
in config_filter()
215
const float smooth = fminf(s->m,
WEIGHT_LUT_SIZE
/ pdiff_lut_scale);
in filter_channel()
250
av_assert2(weight_lut_idx <
WEIGHT_LUT_SIZE
);
in filter_channel()
/third_party/mesa3d/src/gallium/drivers/softpipe/
H
A
D
sp_tex_sample.c
2306
#define
WEIGHT_LUT_SIZE
1024
macro
2318
float *lut = (float *) MALLOC(
WEIGHT_LUT_SIZE
* sizeof(float));
in create_filter_table()
2320
for (i = 0; i <
WEIGHT_LUT_SIZE
; ++i) {
in create_filter_table()
2322
const float r2 = (float) i / (float) (
WEIGHT_LUT_SIZE
- 1);
in create_filter_table()
2389
* i.e. scale so that F =
WEIGHT_LUT_SIZE
-1
in img_filter_2d_ewa()
2391
const double formScale = (double) (
WEIGHT_LUT_SIZE
- 1) / F;
in img_filter_2d_ewa()
2437
*
WEIGHT_LUT_SIZE
- 1
in img_filter_2d_ewa()
2439
if (q <
WEIGHT_LUT_SIZE
) {
in img_filter_2d_ewa()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H
A
D
lp_bld_sample_soa.c
2071
#define
WEIGHT_LUT_SIZE
1024
macro
2232
* i.e. scale so that F =
WEIGHT_LUT_SIZE
-1
in lp_build_sample_aniso()
2234
LLVMValueRef formScale = lp_build_div(coord_bld, lp_build_const_vec(gallivm, coord_bld->type,
WEIGHT_LUT_SIZE
- 1), F);
in lp_build_sample_aniso()
Completed in 14 milliseconds