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:i4x4_cache
(Results
1 - 2
of
2
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
h264dec.h
675
int8_t *
i4x4_cache
= sl->intra4x4_pred_mode_cache;
in write_back_intra_pred_mode()
local
677
AV_COPY32(i4x4,
i4x4_cache
+ 4 + 8 * 4);
in write_back_intra_pred_mode()
678
i4x4[4] =
i4x4_cache
[7 + 8 * 3];
in write_back_intra_pred_mode()
679
i4x4[5] =
i4x4_cache
[7 + 8 * 2];
in write_back_intra_pred_mode()
680
i4x4[6] =
i4x4_cache
[7 + 8 * 1];
in write_back_intra_pred_mode()
H
A
D
svq3.c
826
int8_t *
i4x4_cache
= s->intra4x4_pred_mode_cache;
in svq3_decode_mb()
local
873
AV_COPY32(i4x4,
i4x4_cache
+ 4 + 8 * 4);
in svq3_decode_mb()
874
i4x4[4] =
i4x4_cache
[7 + 8 * 3];
in svq3_decode_mb()
875
i4x4[5] =
i4x4_cache
[7 + 8 * 2];
in svq3_decode_mb()
876
i4x4[6] =
i4x4_cache
[7 + 8 * 1];
in svq3_decode_mb()
Completed in 5 milliseconds