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:area2
(Results
1 - 2
of
2
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
intrax8dsp.c
44
#define
area2
(8)
macro
92
c = *(ptr - 1); // area1, same mb as
area2
, no need to check
in x8_setup_spatial_compensation()
99
dst[
area2
+ i] = c;
in x8_setup_spatial_compensation()
173
a = src[
area2
+ 7 - i] << 4;
in spatial_compensation_0()
266
dst[x] = src[
area2
+ 9 + 2 * x - y];
in spatial_compensation_5()
294
dst[x] = src[
area2
+ 8 - y + (x >> 1)];
in spatial_compensation_7()
306
dst[x] = (src[area1 + 7 - y] + src[
area2
+ 7 - y] + 1) >> 1;
in spatial_compensation_8()
317
dst[x] = src[
area2
+ 6 - FFMIN(x + y, 6)];
in spatial_compensation_9()
328
dst[x] = (src[
area2
+ 7 - y] * (8 - x) + src[area4 + x] * x + 4) >> 3;
in spatial_compensation_10()
339
dst[x] = (src[
area2
in spatial_compensation_11()
[all...]
/third_party/typescript/tests/baselines/reference/
H
A
D
discriminatedUnionTypes1.js
35
function
area2
(s: Shape) {
function
160
function
area2
(s) {
Completed in 2 milliseconds