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:left_sum
(Results
1 - 2
of
2
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
intrax8dsp.c
169
uint16_t
left_sum
[2][8] = { { 0 } };
in spatial_compensation_0()
local
176
left_sum
[p & 1][j] += a >> (p >> 1);
in spatial_compensation_0()
204
left_sum
[0][i] += (
left_sum
[1][i] * 181 + 128) >> 8;
in spatial_compensation_0()
209
(uint32_t)
left_sum
[0][y] * zero_prediction_weights[y * 16 + x * 2 + 1] +
in spatial_compensation_0()
/third_party/astc-encoder/Source/
H
A
D
astcenc_ideal_endpoints_and_weights.cpp
1329
vfloat4
left_sum
= vfloat4(left_sum_s) * color_weight;
1361
vfloat4 color_det1 = (
left_sum
* right_sum) - (middle_sum * middle_sum);
1367
vfloat4 color_mss1 = (
left_sum
*
left_sum
)
1376
vfloat4 ep1 = (
left_sum
* color_vec_y - middle_sum * color_vec_x) * color_rdet1;
Completed in 3 milliseconds