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:obmc_scratchpad
(Results
1 - 6
of
6
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
mpegpicture.h
39
uint8_t *
obmc_scratchpad
;
member
H
A
D
mpegpicture.c
110
sc->
obmc_scratchpad
= me->scratchpad + 16;
in ff_mpeg_framesize_alloc()
H
A
D
mpegvideo.c
430
s->sc.
obmc_scratchpad
= NULL;
in free_duplicate_context()
457
COPY(sc.
obmc_scratchpad
);
in backup_duplicate_context()
685
s->sc.
obmc_scratchpad
= NULL;
in clear_context()
H
A
D
snowenc.c
85
s->m.sc.
obmc_scratchpad
= av_mallocz(MB_SIZE*MB_SIZE*12*sizeof(uint32_t));
in encode_init()
86
if (!s->m.me.scratchpad || !s->m.me.map || !s->m.me.score_map || !s->m.sc.
obmc_scratchpad
)
in encode_init()
520
IDWTELEM *dst= (IDWTELEM*)s->m.sc.
obmc_scratchpad
+ plane_index*block_size*block_size*4; //FIXME change to unsigned
in get_dc()
615
IDWTELEM *pred= (IDWTELEM*)s->m.sc.
obmc_scratchpad
+ plane_index*block_size*block_size*4;
in get_block_rd()
H
A
D
snow.c
711
av_freep(&s->m.sc.
obmc_scratchpad
);
in ff_snow_common_end()
H
A
D
mpegvideo_motion.c
477
ptr[i] = s->sc.
obmc_scratchpad
+ 8 * (i & 1) +
in obmc_motion()
Completed in 10 milliseconds