OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:subbands
(Results
1 - 2
of
2
) sorted by null
/external/bluetooth/bluedroid/embdrv/sbc/decoder/srce/
decoder-sbc.c
261
* Some implementations load the decoder into RAM and use overlays for 4 vs 8
subbands
. We need
265
if (context->limitFrameFormat && (context->common.frameInfo.
subbands
!= context->restrictSubbands)) {
370
OI_UINT8
subbands
;
local
385
subbands
= mode = blocks = frameData[1];;
388
subbands
= band_values[(
subbands
& BIT0)];
394
frameLen +=
subbands
+ (8 *
subbands
);
403
frameLen += 4*
subbands
;
405
frameLen += 8*
subbands
;
[
all
...]
/external/bluetooth/bluedroid/embdrv/sbc/decoder/include/
oi_codec_sbc.h
96
/**@name
Subbands
*/
98
#define SBC_SUBBANDS_4 0 /**< The encoded stream has 4
subbands
. One possible value for the @a
subbands
parameter of OI_CODEC_SBC_EncoderConfigure()*/
99
#define SBC_SUBBANDS_8 1 /**< The encoded stream has 8
subbands
. One possible value for the @a
subbands
parameter of OI_CODEC_SBC_EncoderConfigure() */
135
OI_UINT8 nrof_subbands; /**< The number of
subbands
of the encoded stream. Input parameter. */
136
OI_UINT8
subbands
;
member in struct:__anon5732
222
* number of
subbands
, stereo mode, or frequency.
254
* @param
subbands
May be set to SBC_SUBBANDS_4 or SBC_SUBBANDS_8. All
256
* the requested number of
subbands
[
all
...]
Completed in 40 milliseconds