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

  /system/bt/embdrv/sbc/decoder/srce/
readsamplesjoint.inc 29 #define NROF_SUBBANDS 4
31 #undef NROF_SUBBANDS
36 #define NROF_SUBBANDS 8
38 #undef NROF_SUBBANDS
45 OI_UINT nrof_subbands = common->frameInfo.nrof_subbands;
47 #define NROF_SUBBANDS nrof_subbands
49 #undef NROF_SUBBANDS
66 uint8_t jmask = common->frameInfo.join << (8 - NROF_SUBBANDS);
    [all...]
decoder-sbc.c 103 context->common.frameInfo.nrof_subbands;
118 context->common.frameInfo.nrof_subbands *
145 context->common.frameInfo.nrof_subbands;
165 frameSamples = decode_block_count * context->common.frameInfo.nrof_subbands;
444 #define NROF_SUBBANDS 4
446 #undef NROF_SUBBANDS
451 #define NROF_SUBBANDS 8
453 #undef NROF_SUBBANDS
467 OI_UINT nrof_subbands = common->frameInfo.nrof_subbands; local
    [all...]

Completed in 4015 milliseconds