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
defs:new_y
(Results
1 - 7
of
7
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
escape130.c
34
uint8_t *
new_y
, *old_y;
member
199
*
new_y
, *new_cb, *new_cr;
in escape130_decode_frame()
local
[all...]
/third_party/skia/third_party/externals/libwebp/src/dsp/
H
A
D
yuv.c
209
const int
new_y
= (int)dst[i] + diff_y;
in SharpYUVUpdateY_C()
local
H
A
D
yuv_neon.c
206
const int
new_y
= (int)(dst[i]) + diff_y;
in SharpYUVUpdateY_NEON()
local
H
A
D
yuv_sse2.c
784
const int
new_y
= (int)dst[i] + diff_y;
in SharpYUVUpdateY_SSE2()
local
/third_party/skia/third_party/externals/tint/src/
H
A
D
clone_context_test.cc
780
Symbol
new_y
= cloned.Symbols().New();
in TEST_F()
local
808
Symbol
new_y
= cloned.Symbols().New("b");
in TEST_F()
local
836
Symbol
new_y
= cloned.Symbols().New("b");
in TEST_F()
local
/third_party/ffmpeg/libavfilter/
H
A
D
vf_lensfun.c
316
float interpolated, new_x,
new_y
, d, norm;
in distortion_correction_filter_slice()
local
[all...]
/third_party/mesa3d/src/gallium/drivers/softpipe/
H
A
D
sp_tex_sample.c
1039
int new_x,
new_y
, max_x;
in get_texel_cube_seamless()
local
Completed in 13 milliseconds