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:b_idx
(Results
1 - 7
of
7
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
h264_loopfilter.c
438
static int check_mv(H264SliceContext *sl, long
b_idx
, long bn_idx, int mvy_limit)
in check_mv()
argument
442
v = sl->ref_cache[0][
b_idx
] != sl->ref_cache[0][bn_idx];
in check_mv()
443
if (!v && sl->ref_cache[0][
b_idx
] != -1)
in check_mv()
444
v = sl->mv_cache[0][
b_idx
][0] - sl->mv_cache[0][bn_idx][0] + 3 >= 7U |
in check_mv()
445
FFABS(sl->mv_cache[0][
b_idx
][1] - sl->mv_cache[0][bn_idx][1]) >= mvy_limit;
in check_mv()
449
v = sl->ref_cache[1][
b_idx
] != sl->ref_cache[1][bn_idx] |
in check_mv()
450
sl->mv_cache[1][
b_idx
][0] - sl->mv_cache[1][bn_idx][0] + 3 >= 7U |
in check_mv()
451
FFABS(sl->mv_cache[1][
b_idx
][1] - sl->mv_cache[1][bn_idx][1]) >= mvy_limit;
in check_mv()
454
if (sl->ref_cache[0][
b_idx
] != sl->ref_cache[1][bn_idx] |
in check_mv()
455
sl->ref_cache[1][
b_idx
] !
in check_mv()
562
int
b_idx
= 8 + 4;
filter_mb_dir()
local
574
int
b_idx
= 8 + 4 + x + 8*y;
filter_mb_dir()
local
645
int
b_idx
= 8 + 4 + edge * (dir ? 8:1);
filter_mb_dir()
local
657
int
b_idx
= 8 + 4 + x + 8*y;
filter_mb_dir()
local
[all...]
/third_party/ffmpeg/libavcodec/loongarch/
H
A
D
h264_deblock_lasx.c
29
int
b_idx
= 0; \
41
for (;
b_idx
< edges;
b_idx
+= step) { \
43
if (!(mask_mv &
b_idx
)) { \
/third_party/ffmpeg/libavcodec/mips/
H
A
D
h264_deblock_msa.c
32
int
b_idx
= 0; \
44
for (;
b_idx
< edges;
b_idx
+= step) { \
46
if (!(mask_mv &
b_idx
)) { \
/third_party/ffmpeg/libavfilter/
H
A
D
vf_elbg.c
153
const uint8_t
b_idx
= elbg->rgba_map[B];
in filter_frame()
local
162
elbg->codeword[k++] = p[
b_idx
];
in filter_frame()
223
p[
b_idx
] = elbg->codebook[cb_idx];
in filter_frame()
H
A
D
vf_fade.c
191
const uint8_t
b_idx
= s->rgba_map[B];
in filter_rgb()
local
201
p[
b_idx
] = INTERP(
b_idx
, 2);
in filter_rgb()
/third_party/mesa3d/src/compiler/nir/
H
A
D
nir_opt_find_array_copies.c
343
const unsigned
b_idx
= const_b_idx ? nir_src_as_uint(b->arr.index) : 0;
in try_match_deref()
local
352
const_b_idx &&
b_idx
== 0 &&
in try_match_deref()
370
(const_b_idx && const_d_idx &&
b_idx
== d_idx))
in try_match_deref()
/third_party/ffmpeg/libavcodec/x86/
H
A
D
h264_deblock.asm
1084
xor b_idxd, b_idxd ; for (
b_idx
= 0;
b_idx
< edges;
b_idx
+= step)
1090
jnz %%.skip_loop_iter ; if (!(
b_idx
& mask_mv))
Completed in 6 milliseconds