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:u_out
(Results
1 - 2
of
2
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
lcldec.c
173
uint8_t *y_out, *
u_out
, *v_out;
in decode_frame()
local
386
u_out
= FF_PTR_ADD(frame->data[1], offset);
in decode_frame()
394
u_out
[col] = *encoded++ + 128;
in decode_frame()
398
u_out
-= frame->linesize[1];
in decode_frame()
407
u_out
[ col >> 1 ] = *encoded++ + 128;
in decode_frame()
408
u_out
[(col >> 1) + 1] = *encoded++ + 128;
in decode_frame()
413
u_out
[ col >> 1 ] =
u_out
[(col>>1) - 1];
in decode_frame()
418
u_out
-= frame->linesize[1];
in decode_frame()
435
u_out
[co
in decode_frame()
[all...]
/third_party/skia/third_party/externals/libwebp/src/dec/
H
A
D
frame_dec.c
180
uint8_t* const
u_out
= dec->cache_u_ + mb_x * 8 + uv_offset;
in ReconstructRow()
local
186
memcpy(
u_out
+ j * dec->cache_uv_stride_, u_dst + j * BPS, 8);
in ReconstructRow()
Completed in 3 milliseconds