OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PHASE_BUFF_SIZE
(Results
1 - 4
of
4
) sorted by null
/external/svox/pico/lib/
picodsp.h
76
#define
PHASE_BUFF_SIZE
5
picosig2.h
83
picoos_int32 *int_vec42[
PHASE_BUFF_SIZE
]; /*reserved for phase smoothing - phase buffers */
89
picoos_int16 idx_vect14[
PHASE_BUFF_SIZE
]; /*reserved for vox_bnd value buffering before phase smoothing*/
picosig.c
409
for (n_count = 0; n_count <
PHASE_BUFF_SIZE
-1; n_count++) {
420
for (n_count = 0; n_count <
PHASE_BUFF_SIZE
-1; n_count++) {
423
sig_subObj->sig_inner.PhsBuff[
PHASE_BUFF_SIZE
-1]=tmp1;
511
tmp1 = sig_subObj->sig_inner.PhsBuff[
PHASE_BUFF_SIZE
-1];
513
getPhsFromPdf(this, tmp_int16, tmp1, &(sig_subObj->sig_inner.VoxBndBuff[
PHASE_BUFF_SIZE
-1]));
516
sig_subObj->sig_inner.VoxBndBuff[
PHASE_BUFF_SIZE
-1] = 0;
[
all
...]
picosig2.c
302
for (nCount = 0; nCount <
PHASE_BUFF_SIZE
; nCount++) {
396
for (nCount = 0; nCount <
PHASE_BUFF_SIZE
; nCount++) {
481
for (i = 0; i <
PHASE_BUFF_SIZE
; i++) {
[
all
...]
Completed in 140 milliseconds