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:l_m_tl
(Results
1 - 1
of
1
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
vp9dsp_template.c
198
int
l_m_tl
= left[3 - y] - tl;
in tm_4x4_c()
local
200
dst[0] = av_clip_pixel(top[0] +
l_m_tl
);
in tm_4x4_c()
201
dst[1] = av_clip_pixel(top[1] +
l_m_tl
);
in tm_4x4_c()
202
dst[2] = av_clip_pixel(top[2] +
l_m_tl
);
in tm_4x4_c()
203
dst[3] = av_clip_pixel(top[3] +
l_m_tl
);
in tm_4x4_c()
218
int
l_m_tl
= left[7 - y] - tl;
in tm_8x8_c()
local
220
dst[0] = av_clip_pixel(top[0] +
l_m_tl
);
in tm_8x8_c()
221
dst[1] = av_clip_pixel(top[1] +
l_m_tl
);
in tm_8x8_c()
222
dst[2] = av_clip_pixel(top[2] +
l_m_tl
);
in tm_8x8_c()
223
dst[3] = av_clip_pixel(top[3] +
l_m_tl
);
in tm_8x8_c()
242
int
l_m_tl
= left[15 - y] - tl;
tm_16x16_c()
local
274
int
l_m_tl
= left[31 - y] - tl;
tm_32x32_c()
local
[all...]
Completed in 3 milliseconds