OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SCRATCH_SIZE
(Results
1 - 3
of
3
) sorted by null
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/include/
viddec_pm_utils_bstream.h
8
#define
SCRATCH_SIZE
20
26
uint8_t buf_scratch[
SCRATCH_SIZE
];/* scratch for boundary reads*/
/external/libopus/silk/float/
pitch_analysis_core_FLP.c
40
#define
SCRATCH_SIZE
22
505
silk_float scratch_mem[
SCRATCH_SIZE
];
506
opus_val32 xcorr[
SCRATCH_SIZE
];
532
silk_assert(lag_high-lag_low+1 <=
SCRATCH_SIZE
);
535
silk_assert( lag_counter <
SCRATCH_SIZE
);
546
silk_assert( idx + j <
SCRATCH_SIZE
);
572
silk_float scratch_mem[
SCRATCH_SIZE
];
611
silk_assert( lag_counter <
SCRATCH_SIZE
);
622
silk_assert( idx + j <
SCRATCH_SIZE
);
/external/libopus/silk/fixed/
pitch_analysis_core_FIX.c
41
#define
SCRATCH_SIZE
22
629
ALLOC( scratch_mem,
SCRATCH_SIZE
, opus_int32 );
630
ALLOC( xcorr32,
SCRATCH_SIZE
, opus_int32 );
639
silk_assert(lag_high-lag_low+1 <=
SCRATCH_SIZE
);
642
silk_assert( lag_counter <
SCRATCH_SIZE
);
653
silk_assert( idx + j <
SCRATCH_SIZE
);
[
all
...]
Completed in 189 milliseconds