OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nrof_subbands
(Results
1 - 8
of
8
) sorted by null
/system/bt/embdrv/sbc/decoder/srce/
bitalloc.c
47
return 16 * frame->
nrof_subbands
;
50
return 32 * frame->
nrof_subbands
;
62
OI_UINT16
nrof_subbands
= frame->
nrof_subbands
;
local
66
result +=
nrof_subbands
+ (8 *
nrof_subbands
);
69
if (frame->mode == SBC_MONO) { result += 4*
nrof_subbands
; } else { result += 8*
nrof_subbands
; }
78
blocksbands = frame->
nrof_subbands
* frame->nrof_blocks;
86
OI_UINT headerLen = SBC_HEADER_LEN + frame->
nrof_subbands
* frame->nrof_channels/2
137
const OI_UINT
nrof_subbands
= common->frameInfo.
nrof_subbands
;
local
347
const OI_UINT8
nrof_subbands
= common->frameInfo.
nrof_subbands
;
local
[
all
...]
bitalloc-sbc.c
51
const OI_UINT
nrof_subbands
= common->frameInfo.
nrof_subbands
;
local
61
bitcount += computeBitneed(common, &bitneeds.uint8[
nrof_subbands
], 1, &bitpoolPreference);
65
bitadjust = adjustToFitBitpool(common->frameInfo.bitpool, bitneeds.uint32, 2 *
nrof_subbands
, bitcount, &ex);
70
sbR =
nrof_subbands
;
71
while (sbL <
nrof_subbands
) {
78
sbR =
nrof_subbands
;
133
OI_UINT16
nrof_subbands
= frame->
nrof_subbands
;
local
139
hdr = 9 *
nrof_subbands
;
[
all
...]
framing-sbc.c
45
printf(" subbands: %d\n", frameInfo->
nrof_subbands
);
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
...]
decoder-private.c
116
frame->
nrof_subbands
= band_values[frame->subbands];
138
OI_UINT i = common->frameInfo.
nrof_subbands
* common->frameInfo.nrof_channels;
142
if (common->frameInfo.
nrof_subbands
== 8 || common->frameInfo.mode != SBC_JOINT_STEREO) {
159
OI_ASSERT(common->frameInfo.
nrof_subbands
== 4 && common->frameInfo.mode == SBC_JOINT_STEREO);
187
const OI_UINT iter_count = common->frameInfo.nrof_channels * common->frameInfo.
nrof_subbands
/ 4;
synthesis-sbc.c
376
OI_UINT
nrof_subbands
= context->common.frameInfo.
nrof_subbands
;
local
379
OI_ASSERT(
nrof_subbands
== 4 ||
nrof_subbands
== 8);
380
if (
nrof_subbands
== 4) {
framing.c
177
OI_UINT count = (frame->
nrof_subbands
* frame->nrof_channels / 2u) + 4;
179
if (frame->mode == SBC_JOINT_STEREO && frame->
nrof_subbands
== 8) {
189
if (frame->mode == SBC_JOINT_STEREO && frame->
nrof_subbands
== 4) {
199
frame->
nrof_subbands
= band_values[frame->subbands];
/system/bt/embdrv/sbc/decoder/include/
oi_codec_sbc.h
135
OI_UINT8
nrof_subbands
; /**< The number of subbands of the encoded stream. Input parameter. */
member in struct:__anon73825
Completed in 590 milliseconds