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:filter_ptr2
(Results
1 - 2
of
2
) sorted by relevance
/third_party/ffmpeg/libavcodec/loongarch/
H
A
D
hevc_idct_lsx.c
536
const int16_t *
filter_ptr2
= >32x32_cnst2[0];
in hevc_idct_8x32_column_lsx()
local
567
filter0 = __lsx_vldrepl_w(
filter_ptr2
, 0);
in hevc_idct_8x32_column_lsx()
568
filter1 = __lsx_vldrepl_w(
filter_ptr2
, 4);
in hevc_idct_8x32_column_lsx()
576
filter0 = __lsx_vldrepl_w(
filter_ptr2
, 8);
in hevc_idct_8x32_column_lsx()
577
filter1 = __lsx_vldrepl_w(
filter_ptr2
, 12);
in hevc_idct_8x32_column_lsx()
585
filter0 = __lsx_vldrepl_w(
filter_ptr2
, 16);
in hevc_idct_8x32_column_lsx()
586
filter1 = __lsx_vldrepl_w(
filter_ptr2
, 20);
in hevc_idct_8x32_column_lsx()
594
filter0 = __lsx_vldrepl_w(
filter_ptr2
, 24);
in hevc_idct_8x32_column_lsx()
595
filter1 = __lsx_vldrepl_w(
filter_ptr2
, 28);
in hevc_idct_8x32_column_lsx()
/third_party/ffmpeg/libavcodec/mips/
H
A
D
hevc_idct_msa.c
434
const int16_t *
filter_ptr2
= >32x32_cnst2[0];
in hevc_idct_8x32_column_msa()
local
465
cnst0 = LW(
filter_ptr2
);
in hevc_idct_8x32_column_msa()
466
cnst1 = LW(
filter_ptr2
+ 2);
in hevc_idct_8x32_column_msa()
476
cnst0 = LW(
filter_ptr2
+ 4);
in hevc_idct_8x32_column_msa()
477
cnst1 = LW(
filter_ptr2
+ 6);
in hevc_idct_8x32_column_msa()
486
filter_ptr2
+= 8;
in hevc_idct_8x32_column_msa()
Completed in 4 milliseconds