OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NROF_SUBBANDS
(Results
1 - 2
of
2
) sorted by null
/external/bluetooth/bluedroid/embdrv/sbc/decoder/srce/
readsamplesjoint.inc
28
#define
NROF_SUBBANDS
4
30
#undef
NROF_SUBBANDS
35
#define
NROF_SUBBANDS
8
37
#undef
NROF_SUBBANDS
44
OI_UINT
nrof_subbands
= common->frameInfo.
nrof_subbands
;
46
#define
NROF_SUBBANDS
nrof_subbands
48
#undef
NROF_SUBBANDS
65
OI_UINT8 jmask = common->frameInfo.join << (8 -
NROF_SUBBANDS
);
[
all
...]
decoder-sbc.c
105
OI_UINT frameSamples = context->common.frameInfo.nrof_blocks * context->common.frameInfo.
nrof_subbands
;
116
} else if (*pcmBytes < sizeof (OI_INT16) * context->common.frameInfo.
nrof_subbands
* context->common.pcmStride) {
140
decode_block_count = *pcmBytes / sizeof(OI_INT16) / context->common.pcmStride / context->common.frameInfo.
nrof_subbands
;
159
frameSamples = decode_block_count * context->common.frameInfo.
nrof_subbands
;
427
#define
NROF_SUBBANDS
4
429
#undef
NROF_SUBBANDS
434
#define
NROF_SUBBANDS
8
436
#undef
NROF_SUBBANDS
452
OI_UINT
nrof_subbands
= common->frameInfo.
nrof_subbands
;
local
[
all
...]
Completed in 972 milliseconds