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:buf_offs
(Results
1 - 4
of
4
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
ivi.c
476
static int ivi_dc_transform(const IVIBandDesc *band, int *prev_dc, int
buf_offs
,
in ivi_dc_transform()
argument
479
band->dc_transform(prev_dc, band->buf +
buf_offs
,
in ivi_dc_transform()
603
uint32_t cbp, quant,
buf_offs
;
in ivi_decode_blocks()
local
629
buf_offs
= mb->
buf_offs
;
in ivi_decode_blocks()
693
buf_offs
+= blk_size;
in ivi_decode_blocks()
695
buf_offs
-= blk_size;
in ivi_decode_blocks()
696
buf_offs
+= blk_size * band->pitch;
in ivi_decode_blocks()
705
buf_offs
, avctx);
in ivi_decode_blocks()
709
int buf_size = band->pitch * band->aheight -
buf_offs
;
in ivi_decode_blocks()
[all...]
H
A
D
ivi.h
113
uint32_t
buf_offs
; ///< address in the output buffer for this mb
member
H
A
D
indeo4.c
499
mb->
buf_offs
= mb_offset;
in decode_mb_info()
H
A
D
indeo5.c
487
mb->
buf_offs
= mb_offset;
in decode_mb_info()
Completed in 5 milliseconds