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:xsub
(Results
1 - 5
of
5
) sorted by relevance
/third_party/libdrm/tests/util/
H
A
D
pattern.c
193
unsigned int
xsub
= yuv->
xsub
;
in fill_smpte_yuv_planar()
local
224
for (x = 0; x < width; x +=
xsub
) {
in fill_smpte_yuv_planar()
225
u_mem[x*cs/
xsub
] = colors_top[x * 7 / width].u;
in fill_smpte_yuv_planar()
226
v_mem[x*cs/
xsub
] = colors_top[x * 7 / width].v;
in fill_smpte_yuv_planar()
228
u_mem += stride * cs /
xsub
;
in fill_smpte_yuv_planar()
229
v_mem += stride * cs /
xsub
;
in fill_smpte_yuv_planar()
233
for (x = 0; x < width; x +=
xsub
) {
in fill_smpte_yuv_planar()
234
u_mem[x*cs/
xsub
] = colors_middle[x * 7 / width].u;
in fill_smpte_yuv_planar()
235
v_mem[x*cs/
xsub
]
in fill_smpte_yuv_planar()
849
unsigned int
xsub
= yuv->
xsub
;
fill_tiles_yuv_planar()
local
[all...]
H
A
D
format.c
38
#define MAKE_YUV_INFO(order,
xsub
, ysub, chroma_stride) \
39
.yuv = { (order), (
xsub
), (ysub), (chroma_stride) }
H
A
D
format.h
50
unsigned int
xsub
;
member
/third_party/skia/third_party/externals/libwebp/src/dsp/
H
A
D
lossless_enc.c
625
const int
xsub
= x & mask;
in VP8LBundleColorMap_C()
local
626
if (
xsub
== 0) {
in VP8LBundleColorMap_C()
629
code |= row[x] << (8 + bit_depth *
xsub
);
in VP8LBundleColorMap_C()
/third_party/ffmpeg/libavcodec/
H
A
D
exr.c
101
int
xsub
, ysub;
member
1663
int
xsub
, ysub;
in decode_header()
local
1728
xsub
= bytestream2_get_le32(&ch_gb);
in decode_header()
1731
if (
xsub
!= 1 || ysub != 1) {
in decode_header()
1734
xsub
, ysub);
in decode_header()
1766
channel->
xsub
=
xsub
;
in decode_header()
Completed in 8 milliseconds