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:new_u
(Results
1 - 2
of
2
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
escape130.c
35
uint8_t *
new_u
, *old_u;
member
141
s->
new_u
= s->new_y + avctx->width * avctx->height;
in escape130_decode_init()
142
s->new_v = s->
new_u
+ avctx->width * avctx->height / 4;
in escape130_decode_init()
223
new_cb = s->
new_u
;
in escape130_decode_frame()
314
new_cb = s->
new_u
;
in escape130_decode_frame()
340
FFSWAP(uint8_t*, s->old_u, s->
new_u
);
in escape130_decode_frame()
/third_party/ffmpeg/libavfilter/
H
A
D
vf_hue.c
131
int32_t i, j, u, v,
new_u
, new_v;
in create_chrominance_lut()
local
149
new_u
= ((c * u) - (s * v) + (1 << 15) + (128 << 16)) >> 16;
in create_chrominance_lut()
153
h->lut_u[i][j] = av_clip_uint8(
new_u
);
in create_chrominance_lut()
168
new_u
= ((c * u) - (s * v) + (1 << 15) + (512 << 16)) >> 16;
in create_chrominance_lut()
172
h->lut_u10[i][j] = av_clip_uintp2(
new_u
, 10);
in create_chrominance_lut()
Completed in 2 milliseconds