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:mbn_xy
(Results
1 - 1
of
1
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
h264_loopfilter.c
503
int
mbn_xy
= mb_xy - 2 * h->mb_stride;
in filter_mb_dir()
local
506
for(j=0; j<2; j++,
mbn_xy
+= h->mb_stride){
in filter_mb_dir()
509
if (IS_INTRA(mb_type | h->cur_pic.mb_type[
mbn_xy
])) {
in filter_mb_dir()
512
if (!CABAC(h) && IS_8x8DCT(h->cur_pic.mb_type[
mbn_xy
])) {
in filter_mb_dir()
513
bS[0]= 1+((h->cbp_table[
mbn_xy
] & 0x4000) || sl->non_zero_count_cache[scan8[0]+0]);
in filter_mb_dir()
514
bS[1]= 1+((h->cbp_table[
mbn_xy
] & 0x4000) || sl->non_zero_count_cache[scan8[0]+1]);
in filter_mb_dir()
515
bS[2]= 1+((h->cbp_table[
mbn_xy
] & 0x8000) || sl->non_zero_count_cache[scan8[0]+2]);
in filter_mb_dir()
516
bS[3]= 1+((h->cbp_table[
mbn_xy
] & 0x8000) || sl->non_zero_count_cache[scan8[0]+3]);
in filter_mb_dir()
518
const uint8_t *mbn_nnz = h->non_zero_count[
mbn_xy
] + 3*4;
in filter_mb_dir()
527
qp = (h->cur_pic.qscale_table[mb_xy] + h->cur_pic.qscale_table[
mbn_xy
]
in filter_mb_dir()
762
int
mbn_xy
= sl->left_mb_xy[LEFT(j)];
ff_h264_filter_mb()
local
[all...]
Completed in 3 milliseconds