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:sprite_offset
(Results
1 - 4
of
4
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
cdtoons.c
163
uint16_t sprite_count,
sprite_offset
;
in cdtoons_decode_frame()
local
186
sprite_offset
= bytestream_get_be16(&buf);
in cdtoons_decode_frame()
194
if (
sprite_offset
> buf_size)
in cdtoons_decode_frame()
198
buf = avpkt->data +
sprite_offset
;
in cdtoons_decode_frame()
303
eod = avpkt->data +
sprite_offset
;
in cdtoons_decode_frame()
H
A
D
mpeg4videodec.c
260
int64_t
sprite_offset
[2][2];
in mpeg4_decode_sprite_trajectory()
local
341
sprite_offset
[0][0] =
in mpeg4_decode_sprite_trajectory()
342
sprite_offset
[0][1] =
in mpeg4_decode_sprite_trajectory()
343
sprite_offset
[1][0] =
in mpeg4_decode_sprite_trajectory()
344
sprite_offset
[1][1] = 0;
in mpeg4_decode_sprite_trajectory()
353
sprite_offset
[0][0] = sprite_ref[0][0] - a * vop_ref[0][0];
in mpeg4_decode_sprite_trajectory()
354
sprite_offset
[0][1] = sprite_ref[0][1] - a * vop_ref[0][1];
in mpeg4_decode_sprite_trajectory()
355
sprite_offset
[1][0] = ((sprite_ref[0][0] >> 1) | (sprite_ref[0][0] & 1)) -
in mpeg4_decode_sprite_trajectory()
357
sprite_offset
[1][1] = ((sprite_ref[0][1] >> 1) | (sprite_ref[0][1] & 1)) -
in mpeg4_decode_sprite_trajectory()
367
sprite_offset
[
in mpeg4_decode_sprite_trajectory()
[all...]
H
A
D
mpegvideo_motion.c
46
motion_x = s->
sprite_offset
[0][0];
in gmc1_motion()
47
motion_y = s->
sprite_offset
[0][1];
in gmc1_motion()
93
motion_x = s->
sprite_offset
[1][0];
in gmc1_motion()
94
motion_y = s->
sprite_offset
[1][1];
in gmc1_motion()
148
ox = s->
sprite_offset
[0][0] + s->sprite_delta[0][0] * s->mb_x * 16 +
in gmc_motion()
150
oy = s->
sprite_offset
[0][1] + s->sprite_delta[1][0] * s->mb_x * 16 +
in gmc_motion()
170
ox = s->
sprite_offset
[1][0] + s->sprite_delta[0][0] * s->mb_x * 8 +
in gmc_motion()
172
oy = s->
sprite_offset
[1][1] + s->sprite_delta[1][0] * s->mb_x * 8 +
in gmc_motion()
H
A
D
mpegvideo.h
373
int
sprite_offset
[2][2]; ///< sprite offset[isChroma][isMVY]
member
Completed in 7 milliseconds