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:PS_MAX_NUM_ENV
(Results
1 - 2
of
2
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
aacps.h
33
#define
PS_MAX_NUM_ENV
5
macro
62
int border_position[
PS_MAX_NUM_ENV
+1];
63
int8_t iid_par[
PS_MAX_NUM_ENV
][PS_MAX_NR_IIDICC]; ///< Inter-channel Intensity Difference Parameters
64
int8_t icc_par[
PS_MAX_NUM_ENV
][PS_MAX_NR_IIDICC]; ///< Inter-Channel Coherence Parameters
66
int8_t ipd_par[
PS_MAX_NUM_ENV
][PS_MAX_NR_IIDICC]; ///< Inter-channel Phase Difference Parameters
67
int8_t opd_par[
PS_MAX_NUM_ENV
][PS_MAX_NR_IIDICC]; ///< Overall Phase Difference Parameters
81
DECLARE_ALIGNED(16, INTFLOAT, H11)[2][
PS_MAX_NUM_ENV
+1][PS_MAX_NR_IIDICC];
82
DECLARE_ALIGNED(16, INTFLOAT, H12)[2][
PS_MAX_NUM_ENV
+1][PS_MAX_NR_IIDICC];
83
DECLARE_ALIGNED(16, INTFLOAT, H21)[2][
PS_MAX_NUM_ENV
+1][PS_MAX_NR_IIDICC];
84
DECLARE_ALIGNED(16, INTFLOAT, H22)[2][
PS_MAX_NUM_ENV
[all...]
H
A
D
aacps.c
563
INTFLOAT (*H11)[
PS_MAX_NUM_ENV
+1][PS_MAX_NR_IIDICC] = ps->H11;
in stereo_processing()
564
INTFLOAT (*H12)[
PS_MAX_NUM_ENV
+1][PS_MAX_NR_IIDICC] = ps->H12;
in stereo_processing()
565
INTFLOAT (*H21)[
PS_MAX_NUM_ENV
+1][PS_MAX_NR_IIDICC] = ps->H21;
in stereo_processing()
566
INTFLOAT (*H22)[
PS_MAX_NUM_ENV
+1][PS_MAX_NR_IIDICC] = ps->H22;
in stereo_processing()
569
int8_t iid_mapped_buf[
PS_MAX_NUM_ENV
][PS_MAX_NR_IIDICC];
in stereo_processing()
570
int8_t icc_mapped_buf[
PS_MAX_NUM_ENV
][PS_MAX_NR_IIDICC];
in stereo_processing()
571
int8_t ipd_mapped_buf[
PS_MAX_NUM_ENV
][PS_MAX_NR_IIDICC];
in stereo_processing()
572
int8_t opd_mapped_buf[
PS_MAX_NUM_ENV
][PS_MAX_NR_IIDICC];
in stereo_processing()
Completed in 2 milliseconds