HomeSort by relevance Sort by last modified time
    Searched defs:nrof_subbands (Results 1 - 5 of 5) sorted by null

  /external/bluetooth/bluedroid/embdrv/sbc/decoder/srce/
bitalloc-sbc.c 51 const OI_UINT nrof_subbands = common->frameInfo.nrof_subbands; local
61 bitcount += computeBitneed(common, &bitneeds.uint8[nrof_subbands], 1, &bitpoolPreference);
65 bitadjust = adjustToFitBitpool(common->frameInfo.bitpool, bitneeds.uint32, 2 * nrof_subbands, bitcount, &ex);
70 sbR = nrof_subbands;
71 while (sbL < nrof_subbands) {
78 sbR = nrof_subbands;
133 OI_UINT16 nrof_subbands = frame->nrof_subbands; local
139 hdr = 9 * nrof_subbands;
    [all...]
bitalloc.c 47 return 16 * frame->nrof_subbands;
50 return 32 * frame->nrof_subbands;
62 OI_UINT16 nrof_subbands = frame->nrof_subbands; local
66 result += nrof_subbands + (8 * nrof_subbands);
69 if (frame->mode == SBC_MONO) { result += 4*nrof_subbands; } else { result += 8*nrof_subbands; }
78 blocksbands = frame->nrof_subbands * frame->nrof_blocks;
86 OI_UINT headerLen = SBC_HEADER_LEN + frame->nrof_subbands * frame->nrof_channels/2
137 const OI_UINT nrof_subbands = common->frameInfo.nrof_subbands; local
347 const OI_UINT8 nrof_subbands = common->frameInfo.nrof_subbands; local
    [all...]
decoder-sbc.c 105 OI_UINT frameSamples = context->common.frameInfo.nrof_blocks * context->common.frameInfo.nrof_subbands;
116 } else if (*pcmBytes < sizeof (OI_INT16) * context->common.frameInfo.nrof_subbands * context->common.pcmStride) {
140 decode_block_count = *pcmBytes / sizeof(OI_INT16) / context->common.pcmStride / context->common.frameInfo.nrof_subbands;
159 frameSamples = decode_block_count * context->common.frameInfo.nrof_subbands;
427 #define NROF_SUBBANDS 4
429 #undef NROF_SUBBANDS
434 #define NROF_SUBBANDS 8
436 #undef NROF_SUBBANDS
452 OI_UINT nrof_subbands = common->frameInfo.nrof_subbands; local
    [all...]
synthesis-sbc.c 376 OI_UINT nrof_subbands = context->common.frameInfo.nrof_subbands; local
379 OI_ASSERT(nrof_subbands == 4 || nrof_subbands == 8);
380 if (nrof_subbands == 4) {
  /external/bluetooth/bluedroid/embdrv/sbc/decoder/include/
oi_codec_sbc.h 135 OI_UINT8 nrof_subbands; /**< The number of subbands of the encoded stream. Input parameter. */ member in struct:__anon5732

Completed in 80 milliseconds