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
defs:b_xy
(Results
1 - 6
of
6
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
h264_mvpred.h
618
const int
b_xy
= h->mb2b_xy[top_xy] + 3 * b_stride;
in fill_decode_caches()
local
634
const int
b_xy
= h->mb2b_xy[left_xy[LEFT(i)]] + 3;
in fill_decode_caches()
local
652
const int
b_xy
= h->mb2b_xy[left_xy[LTOP]] + 3;
in fill_decode_caches()
local
664
const int
b_xy
= h->mb2b_xy[topright_xy] + 3 * b_stride;
in fill_decode_caches()
local
674
const int
b_xy
in fill_decode_caches()
local
699
const int
b_xy
= h->mb2br_xy[top_xy];
fill_decode_caches()
local
705
const int
b_xy
= h->mb2br_xy[left_xy[LTOP]] + 6;
fill_decode_caches()
local
713
const int
b_xy
= h->mb2br_xy[left_xy[LBOT]] + 6;
fill_decode_caches()
local
[all...]
H
A
D
h261dec.c
232
int
b_xy
= 2 * s->mb_x + (2 * s->mb_y) * b_stride;
in h261_decode_mb_skipped()
local
462
int
b_xy
= 2 * s->mb_x + (2 * s->mb_y) * b_stride;
in h261_decode_mb()
local
H
A
D
h264dec.c
208
const int
b_xy
= 4 * x + 4 * y * h->b_stride;
in ff_h264_alloc_tables()
local
H
A
D
h264_slice.c
2343
const int
b_xy
= h->mb2b_xy[top_xy] + 3 * b_stride;
in fill_filter_caches_inter()
local
2358
const int
b_xy
= h->mb2b_xy[left_xy[LTOP]] + 3;
in fill_filter_caches_inter()
local
H
A
D
svq3.c
513
const int
b_xy
= (4 * s->mb_x + (j >> 2)) +
in svq3_mc_dir()
local
718
const int
b_xy
= 4 * s->mb_x + 4 * s->mb_y * s->b_stride;
in svq3_decode_mb()
local
[all...]
H
A
D
h264dec.h
748
const int
b_xy
= 4 * sl->mb_x + 4 * sl->mb_y * h->b_stride; // try mb2b(8)_xy
in write_back_motion()
local
707
write_back_motion_list(const H264Context *h, H264SliceContext *sl, int b_stride, int
b_xy
, int b8_xy, int mb_type, int list)
write_back_motion_list()
argument
Completed in 11 milliseconds