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:XFACE_PIXELS
(Results
1 - 3
of
3
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
xfaceenc.c
35
uint8_t bitmap[
XFACE_PIXELS
]; ///< image used internally for decoding
78
ProbRange prob_ranges[
XFACE_PIXELS
*2];
84
if (pq->prob_ranges_idx >=
XFACE_PIXELS
* 2 - 1)
in pq_push()
142
uint8_t bitmap_copy[
XFACE_PIXELS
];
in xface_encode_frame()
170
} while (i <
XFACE_PIXELS
);
in xface_encode_frame()
173
memcpy(bitmap_copy, xface->bitmap,
XFACE_PIXELS
);
in xface_encode_frame()
H
A
D
xfacedec.c
91
uint8_t bitmap[
XFACE_PIXELS
]; ///< image used internally for decoding
142
memset(xface->bitmap, 0,
XFACE_PIXELS
);
in xface_decode_frame()
158
for (i = 0, j = 0, k = 0, byte = 0; i <
XFACE_PIXELS
; i++) {
in xface_decode_frame()
H
A
D
xface.h
35
#define
XFACE_PIXELS
(XFACE_WIDTH * XFACE_HEIGHT)
macro
Completed in 3 milliseconds