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:macroblock_offset
(Results
1 - 4
of
4
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
vaapi_mpeg2.c
137
uint32_t quantiser_scale_code, intra_slice_flag,
macroblock_offset
;
in vaapi_mpeg2_decode_slice()
local
140
/* Determine
macroblock_offset
*/
in vaapi_mpeg2_decode_slice()
151
macroblock_offset
= get_bits_count(&gb);
in vaapi_mpeg2_decode_slice()
157
.
macroblock_offset
=
macroblock_offset
,
in vaapi_mpeg2_decode_slice()
H
A
D
vaapi_vp8.c
203
.
macroblock_offset
= (8 * (s->coder_state_at_header_end.input - data) -
in vaapi_vp8_decode_slice()
208
sp.partition_size[0] = s->header_partition_size - ((sp.
macroblock_offset
+ 7) / 8);
in vaapi_vp8_decode_slice()
H
A
D
vaapi_mpeg4.c
166
.
macroblock_offset
= get_bits_count(&s->gb) % 8,
in vaapi_mpeg4_decode_slice()
H
A
D
vaapi_vc1.c
490
.
macroblock_offset
= get_bits_count(&s->gb),
in vaapi_vc1_decode_slice()
Completed in 6 milliseconds