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:ppf
(Results
1 - 4
of
4
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
g723_1dec.c
376
* @param
ppf
pitch postfilter parameters
382
static void comp_ppf_gains(int lag, PPFParam *
ppf
, enum Rate cur_rate,
in comp_ppf_gains()
argument
388
ppf
->index = lag;
in comp_ppf_gains()
395
ppf
->opt_gain = ppf_gain_weight[cur_rate];
in comp_ppf_gains()
397
ppf
->opt_gain = (ccr << 15) / res_eng *
in comp_ppf_gains()
401
temp1 = (tgt_eng << 15) + (ccr *
ppf
->opt_gain << 1);
in comp_ppf_gains()
402
temp2 = (
ppf
->opt_gain *
ppf
->opt_gain >> 15) * res_eng;
in comp_ppf_gains()
412
ppf
->sc_gain = square_root(temp1 << 16);
in comp_ppf_gains()
414
ppf
in comp_ppf_gains()
430
comp_
ppf
_coeff(G723_1_ChannelContext *p, int offset, int pitch_lag, PPFParam *
ppf
, enum Rate cur_rate)
comp_ppf_coeff()
argument
937
PPFParam
ppf
[SUBFRAMES];
g723_1_decode_frame()
local
[all...]
/third_party/FreeBSD/sys/dev/usb/
H
A
D
usb_controller.h
109
void (*get_hw_ep_profile) (struct usb_device *udev, const struct usb_hw_ep_profile **
ppf
, uint8_t ep_addr);
H
A
D
usb_dev.c
118
struct usb_fifo **
ppf
= NULL;
in usb_ref_device()
local
180
ppf
= cpd->udev->fifo;
in usb_ref_device()
181
f =
ppf
[cpd->fifo_index + USB_FIFO_TX];
in usb_ref_device()
197
ppf
= cpd->udev->fifo;
in usb_ref_device()
198
f =
ppf
[cpd->fifo_index + USB_FIFO_RX];
in usb_ref_device()
/third_party/skia/third_party/externals/libpng/contrib/libtests/
H
A
D
pngvalid.c
930
store_freefile(png_store_file **
ppf
)
in store_freefile()
argument
932
if (*
ppf
!= NULL)
in store_freefile()
934
store_freefile(&(*
ppf
)->next);
in store_freefile()
936
store_freebuffer(&(*
ppf
)->data);
in store_freefile()
937
(*
ppf
)->datacount = 0;
in store_freefile()
938
if ((*
ppf
)->palette != NULL)
in store_freefile()
940
free((*
ppf
)->palette);
in store_freefile()
941
(*
ppf
)->palette = NULL;
in store_freefile()
942
(*
ppf
)->npalette = 0;
in store_freefile()
944
free(*
ppf
);
in store_freefile()
[all...]
Completed in 11 milliseconds