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:mm_end
(Results
1 - 2
of
2
) sorted by relevance
/third_party/ffmpeg/libswscale/x86/
H
A
D
rgb2rgb_template.c
53
const uint8_t *
mm_end
;
in rgb24tobgr32()
local
56
mm_end
= end - 23;
in rgb24tobgr32()
58
while (s <
mm_end
) {
in rgb24tobgr32()
131
const uint8_t *
mm_end
;
in rgb32tobgr24()
local
134
mm_end
= end - 31;
in rgb32tobgr24()
135
while (s <
mm_end
) {
in rgb32tobgr24()
174
const uint8_t *
mm_end
;
in rgb15to16()
local
178
mm_end
= end - 15;
in rgb15to16()
179
while (s<
mm_end
) {
in rgb15to16()
199
mm_end
in rgb15to16()
217
const uint8_t *
mm_end
;
rgb16to15()
local
264
const uint8_t *
mm_end
;
rgb32to16()
local
314
const uint8_t *
mm_end
;
rgb32tobgr16()
local
369
const uint8_t *
mm_end
;
rgb32to15()
local
419
const uint8_t *
mm_end
;
rgb32tobgr15()
local
474
const uint8_t *
mm_end
;
rgb24tobgr16()
local
531
const uint8_t *
mm_end
;
rgb24to16()
local
588
const uint8_t *
mm_end
;
rgb24tobgr15()
local
645
const uint8_t *
mm_end
;
rgb24to15()
local
701
const uint16_t *
mm_end
;
rgb15tobgr24()
local
807
const uint16_t *
mm_end
;
rgb16tobgr24()
local
933
const uint16_t *
mm_end
;
rgb15to32()
local
976
const uint16_t *
mm_end
;
rgb16to32()
local
[all...]
/third_party/ffmpeg/libswscale/
H
A
D
rgb2rgb_template.c
90
const uint8_t *
mm_end
= end - 3;
in rgb15to16_c()
local
92
while (s <
mm_end
) {
in rgb15to16_c()
109
const uint8_t *
mm_end
= end - 3;
in rgb16to15_c()
local
111
while (s <
mm_end
) {
in rgb16to15_c()
Completed in 4 milliseconds