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:end_mb_x
(Results
1 - 5
of
5
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
mss2.c
416
v->
end_mb_x
= (w + 15) >> 4;
in decode_wmv9()
419
v->
end_mb_x
= v->
end_mb_x
+ 1 >> 1;
in decode_wmv9()
425
if (v->
end_mb_x
== s->mb_width && s->end_mb_y == s->mb_height) {
in decode_wmv9()
430
v->
end_mb_x
, s->end_mb_y, s->mb_width, s->mb_height);
in decode_wmv9()
H
A
D
vc1.h
395
int
end_mb_x
; ///< Horizontal macroblock limit (used only by mss2)
member
H
A
D
vc1_loopfilter.c
296
if (s->mb_x == v->
end_mb_x
- 1) {
in ff_vc1_i_loop_filter()
311
if (s->mb_x == v->
end_mb_x
- 1) {
in ff_vc1_i_loop_filter()
326
if (s->mb_x == v->
end_mb_x
- 1) {
in ff_vc1_i_loop_filter()
341
if (s->mb_x == v->
end_mb_x
- 1) {
in ff_vc1_i_loop_filter()
354
if (s->mb_x == v->
end_mb_x
- 1) {
in ff_vc1_i_loop_filter()
H
A
D
vc1_block.c
103
if (s->mb_x == v->
end_mb_x
- 1) {
in vc1_put_blocks_clamped()
142
if (s->mb_x == v->
end_mb_x
- 1) {
in vc1_put_blocks_clamped()
2572
for (; s->mb_x < v->
end_mb_x
; s->mb_x++) {
in vc1_decode_i_blocks()
2631
v->topleft_blk_idx = (v->topleft_blk_idx + 1) % (v->
end_mb_x
+ 2);
in vc1_decode_i_blocks()
2632
v->top_blk_idx = (v->top_blk_idx + 1) % (v->
end_mb_x
+ 2);
in vc1_decode_i_blocks()
2633
v->left_blk_idx = (v->left_blk_idx + 1) % (v->
end_mb_x
+ 2);
in vc1_decode_i_blocks()
2634
v->cur_blk_idx = (v->cur_blk_idx + 1) % (v->
end_mb_x
+ 2);
in vc1_decode_i_blocks()
H
A
D
vc1dec.c
1028
v->
end_mb_x
= s->mb_width;
in vc1_decode_frame()
Completed in 12 milliseconds