OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:nrof_subbands
(Results
1 - 5
of
5
) sorted by null
/system/bt/embdrv/sbc/decoder/srce/
bitalloc-sbc.c
50
const OI_UINT
nrof_subbands
= common->frameInfo.
nrof_subbands
;
local
60
bitcount += computeBitneed(common, &bitneeds.uint8[
nrof_subbands
], 1,
66
2 *
nrof_subbands
, bitcount, &ex);
71
sbR =
nrof_subbands
;
72
while (sbL <
nrof_subbands
) {
81
sbR =
nrof_subbands
;
131
uint16_t
nrof_subbands
= frame->
nrof_subbands
;
local
137
hdr = 9 *
nrof_subbands
;
[
all
...]
bitalloc.c
47
return 16 * frame->
nrof_subbands
;
50
return 32 * frame->
nrof_subbands
;
60
uint16_t
nrof_subbands
= frame->
nrof_subbands
;
local
64
result +=
nrof_subbands
+ (8 *
nrof_subbands
);
70
result += 4 *
nrof_subbands
;
72
result += 8 *
nrof_subbands
;
80
blocksbands = frame->
nrof_subbands
* frame->nrof_blocks;
89
SBC_HEADER_LEN + frame->
nrof_subbands
* frame->nrof_channels / 2
134
const OI_UINT
nrof_subbands
= common->frameInfo.
nrof_subbands
;
local
335
const uint8_t
nrof_subbands
= common->frameInfo.
nrof_subbands
;
local
[
all
...]
decoder-sbc.c
103
context->common.frameInfo.
nrof_subbands
;
118
context->common.frameInfo.
nrof_subbands
*
145
context->common.frameInfo.
nrof_subbands
;
165
frameSamples = decode_block_count * context->common.frameInfo.
nrof_subbands
;
444
#define
NROF_SUBBANDS
4
446
#undef
NROF_SUBBANDS
451
#define
NROF_SUBBANDS
8
453
#undef
NROF_SUBBANDS
467
OI_UINT
nrof_subbands
= common->frameInfo.
nrof_subbands
;
local
[
all
...]
synthesis-sbc.c
416
OI_UINT
nrof_subbands
= context->common.frameInfo.
nrof_subbands
;
local
419
OI_ASSERT(
nrof_subbands
== 4 ||
nrof_subbands
== 8);
420
if (
nrof_subbands
== 4) {
/system/bt/embdrv/sbc/decoder/include/
oi_codec_sbc.h
169
uint8_t
nrof_subbands
; /**< The number of subbands of the encoded stream.
member in struct:__anon106017
Completed in 1469 milliseconds