/system/bt/embdrv/sbc/decoder/srce/ |
decoder-oina.c | 43 OI_UINT8 subbands, 54 if (subbands != SBC_SUBBANDS_8) { 66 if (subbands > SBC_SUBBANDS_8) { 85 context->common.frameInfo.subbands = subbands; 118 OI_UINT8 subbands) 132 context->restrictSubbands = subbands;
|
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...] |
framing-sbc.c | 45 printf(" subbands: %d\n", frameInfo->nrof_subbands);
|
bitalloc.c | 28 subbands within the SBC/eSBC frame, along with support functions for computing 237 * @param subbands The number of subbands over which the adkustment is calculated. For mono and 248 const OI_UINT subbands, 269 for (i = (subbands / 4 - 1); i >= 0; --i) {
|
decoder-private.c | 115 frame->subbands = (d1 & BIT0); 116 frame->nrof_subbands = band_values[frame->subbands];
|
framing.c | 199 frame->nrof_subbands = band_values[frame->subbands];
|
/external/webrtc/src/modules/audio_processing/ |
splitting_filter.h | 21 * Splits a super-wb signal into two subbands: 0-8 kHz and 8-16 kHz. 43 * Combines the two subbands (0-8 and 8-16 kHz) into a super-wb signal.
|
/system/bt/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:__anon69217 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...] |
oi_codec_sbc_private.h | 142 const OI_UINT subbands,
|
/system/bt/stack/include/ |
a2d_sbc.h | 55 #define A2D_SBC_IE_SUBBAND_MSK 0x0C /* b3-b2 number of subbands */ 82 UINT8 num_subbands; /* Number of subbands */
|
a2d_api.h | 65 #define A2D_BAD_SUBBANDS 0xC7 /* None or multiple values have been selected for Number of Subbands */ 66 #define A2D_NS_SUBBANDS 0xC8 /* Number of Subbands is not supported */
|
/external/aac/libFDK/include/ |
qmf.h | 164 int no_channels; /*!< Total number of channels (subbands) */ 166 int lsb; /*!< Top of low subbands */ 167 int usb; /*!< Top of high subbands */
|
/system/bt/bta/av/ |
bta_av_sbc.c | 470 /* Check if the peer supports our num subbands */ 559 /* subbands */ 623 /* subbands */
|
/external/aac/libSBRenc/src/ |
ps_encode.cpp | 118 0, 1, 2, 3, 4, 5, /* 6 subqmf subbands - 0th qmf subband */ 119 6, 7, /* 2 subqmf subbands - 1st qmf subband */ 120 8, 9, /* 2 subqmf subbands - 2nd qmf subband */ 135 1, 0, 0, 1, 2, 3, /* 6 subqmf subbands - 0th qmf subband */ 136 4, 5, /* 2 subqmf subbands - 1st qmf subband */ 137 6, 7, /* 2 subqmf subbands - 2nd qmf subband */ [all...] |
tran_det.h | 102 INT tran_fc; /* Number of lowband subbands to discard */
|
/system/bt/embdrv/sbc/encoder/srce/ |
sbc_enc_bit_alloc_mono.c | 40 * and the number of subbands.
|
sbc_enc_bit_alloc_ste.c | 36 * and the number of subbands.
|
/external/webrtc/src/modules/audio_processing/aec/ |
aec_core_sse2.c | 354 // Weight subbands 393 // Weight subbands
|
/external/aac/libSBRdec/src/ |
psdec_hybrid.cpp | 472 Description: The lower QMF subbands are further split to provide better 585 subbands QMF. 615 prior to the synthesis with the 54 subbands QMF.
|
env_calc.cpp | 97 one or more QMF-subbands are grouped to one SBR-band. An envelope contains 114 Depending on the frequency range set in the bitstream, only QMF-subbands between 158 int subbands); 460 and relatively compared to the total gain over all subbands. 618 cases where the number of limiter bands exceeds the number of subbands. The latter can be caused by undetected bit [all...] |
sbr_rom.cpp | 99 \brief Start and stop subbands of the highband. [all...] |
psdec.cpp | [all...] |
/frameworks/av/media/libstagefright/codecs/mp3dec/src/ |
pvmp3_poly_phase_synthesis.cpp | 51 Each time the subband samples for all 32 polyphase subbands of one
|
pvmp3_reorder.cpp | 137 sfb = 3; /* no reorder for low 2 subbands */
|
pvmp3_dequantize_sample.cpp | 254 { /* 1st 2 subbands of switched blocks */
|