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

  /system/bt/embdrv/sbc/decoder/srce/
decoder-oina.c 40 uint8_t mode, uint8_t subbands, uint8_t blocks, uint8_t alloc,
48 if (subbands != SBC_SUBBANDS_8) {
60 if (subbands > SBC_SUBBANDS_8) {
79 context->common.frameInfo.subbands = subbands;
102 OI_BOOL enhanced, uint8_t subbands) {
112 context->restrictSubbands = subbands;
decoder-sbc.c 264 * subbands. We need
270 (context->common.frameInfo.subbands != context->restrictSubbands)) {
386 uint8_t subbands; local
401 subbands = mode = blocks = frameData[1];
405 subbands = band_values[(subbands & BIT0)];
411 frameLen += subbands + (8 * subbands);
420 frameLen += 4 * subbands;
422 frameLen += 8 * subbands;
    [all...]
bitalloc.c 29 subbands within the SBC/eSBC frame, along with support functions for computing
235 * @param subbands The number of subbands over which the adkustment is
246 const OI_UINT subbands, OI_UINT bitcount,
265 for (i = (subbands / 4 - 1); i >= 0; --i) {
decoder-private.c 113 frame->subbands = (d1 & BIT0);
114 frame->nrof_subbands = band_values[frame->subbands];
framing.c 237 frame->nrof_subbands = band_values[frame->subbands];
  /system/bt/embdrv/sbc/decoder/include/
oi_codec_sbc.h 115 /**@name Subbands */
117 /**< The encoded stream has 4 subbands. One possible value for the @a subbands
120 /**< The encoded stream has 8 subbands. One possible value for the @a subbands
169 uint8_t nrof_subbands; /**< The number of subbands of the encoded stream.
171 uint8_t subbands; member in struct:__anon106017
261 * number of subbands, stereo mode, or frequency.
292 * @param subbands May be set to SBC_SUBBANDS_4 or SBC_SUBBANDS_8. All
294 * the requested number of subbands
    [all...]
oi_codec_sbc_private.h 144 const OI_UINT subbands, OI_UINT bitcount,
  /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);
469 and relatively compared to the total gain over all subbands.
627 cases where the number of limiter bands exceeds the number of subbands. The latter can be caused by undetected bit
    [all...]

Completed in 7448 milliseconds