HomeSort by relevance Sort by last modified time
    Searched refs:subbands (Results 1 - 8 of 8) sorted by null

  /external/bluetooth/bluedroid/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...]
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/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...]
oi_codec_sbc_private.h 142 const OI_UINT subbands,
  /external/aac/libSBRdec/src/
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...]

Completed in 125 milliseconds