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:mb2br_xy
(Results
1 - 4
of
4
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
svq3.c
126
uint32_t *
mb2br_xy
;
member
762
if (s->mb_x > 0 && s->intra4x4_pred_mode[s->
mb2br_xy
[mb_xy - 1] + 6] != -1) {
in svq3_decode_mb()
775
(s->intra4x4_pred_mode[s->
mb2br_xy
[mb_xy - s->mb_stride]] == -1) ? PART_NOT_AVAILABLE : 1, 4);
in svq3_decode_mb()
781
(s->intra4x4_pred_mode[s->
mb2br_xy
[mb_xy - s->mb_stride + 1] + 6] == -1 ||
in svq3_decode_mb()
782
s->intra4x4_pred_mode[s->
mb2br_xy
[mb_xy - s->mb_stride]] == -1) ? PART_NOT_AVAILABLE : 1;
in svq3_decode_mb()
789
(s->intra4x4_pred_mode[s->
mb2br_xy
[mb_xy - s->mb_stride - 1] + 3] == -1) ? PART_NOT_AVAILABLE : 1;
in svq3_decode_mb()
825
int8_t *i4x4 = s->intra4x4_pred_mode + s->
mb2br_xy
[s->mb_xy];
in svq3_decode_mb()
833
s->intra4x4_pred_mode_cache[scan8[0] - 1 + i * 8] = s->intra4x4_pred_mode[s->
mb2br_xy
[mb_xy - 1] + 6 - i];
in svq3_decode_mb()
838
s->intra4x4_pred_mode_cache[4 + 8 * 0] = s->intra4x4_pred_mode[s->
mb2br_xy
[mb_xy - s->mb_stride] + 0];
in svq3_decode_mb()
839
s->intra4x4_pred_mode_cache[5 + 8 * 0] = s->intra4x4_pred_mode[s->
mb2br_xy
[mb_x
in svq3_decode_mb()
[all...]
H
A
D
h264dec.h
398
uint32_t *
mb2br_xy
;
member
674
int8_t *i4x4 = sl->intra4x4_pred_mode + h->
mb2br_xy
[sl->mb_xy];
in write_back_intra_pred_mode()
721
: h->
mb2br_xy
[sl->mb_xy]];
in write_back_motion_list()
H
A
D
h264_mvpred.h
511
AV_COPY32(sl->intra4x4_pred_mode_cache + 4 + 8 * 0, sl->intra4x4_pred_mode + h->
mb2br_xy
[top_xy]);
in fill_decode_caches()
520
int8_t *mode = sl->intra4x4_pred_mode + h->
mb2br_xy
[left_xy[LEFT(i)]];
in fill_decode_caches()
699
const int b_xy = h->
mb2br_xy
[top_xy];
in fill_decode_caches()
705
const int b_xy = h->
mb2br_xy
[left_xy[LTOP]] + 6;
in fill_decode_caches()
713
const int b_xy = h->
mb2br_xy
[left_xy[LBOT]] + 6;
in fill_decode_caches()
H
A
D
h264dec.c
150
av_freep(&h->
mb2br_xy
);
in ff_h264_free_tables()
197
!FF_ALLOCZ_TYPED_ARRAY(h->
mb2br_xy
, big_mb_num))
in ff_h264_alloc_tables()
211
h->
mb2br_xy
[mb_xy] = 8 * (FMO ? mb_xy : (mb_xy % (2 * h->mb_stride)));
in ff_h264_alloc_tables()
Completed in 8 milliseconds