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

  /system/bt/embdrv/sbc/decoder/srce/
alloc.c 60 common->filterBufferLen = filterBufferCount * SBC_MAX_BANDS;
70 size_t allocSize = common->filterBufferLen * sizeof(common->filterBuffer[0][0]);
synthesis-sbc.c 270 COPY_BACKWARD_32BIT_ALIGNED_72_HALFWORDS(context->common.filterBuffer[0] + context->common.filterBufferLen - 72, context->common.filterBuffer[0]);
272 COPY_BACKWARD_32BIT_ALIGNED_72_HALFWORDS(context->common.filterBuffer[1] + context->common.filterBufferLen - 72, context->common.filterBuffer[1]);
274 offset = context->common.filterBufferLen - 80;
301 COPY_BACKWARD_32BIT_ALIGNED_72_HALFWORDS(context->common.filterBuffer[0] + context->common.filterBufferLen - 72,context->common.filterBuffer[0]);
303 COPY_BACKWARD_32BIT_ALIGNED_72_HALFWORDS(context->common.filterBuffer[1] + context->common.filterBufferLen - 72,context->common.filterBuffer[1]);
305 offset =context->common.filterBufferLen - 80;
335 COPY_BACKWARD_32BIT_ALIGNED_104_HALFWORDS(context->common.filterBuffer[0] +context->common.filterBufferLen - 104, context->common.filterBuffer[0]);
337 COPY_BACKWARD_32BIT_ALIGNED_104_HALFWORDS(context->common.filterBuffer[1] + context->common.filterBufferLen - 104, context->common.filterBuffer[1]);
339 offset = context->common.filterBufferLen - 112;
  /system/bt/embdrv/sbc/decoder/include/
oi_codec_sbc.h 162 OI_INT32 filterBufferLen;

Completed in 307 milliseconds