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

  /system/bt/embdrv/sbc/encoder/srce/
sbc_enc_bit_alloc_mono.c 47 int32_t s32BitCount; /*the used number of bits*/
108 s32BitCount = pstrCodecParams->s16BitPool;
112 s32BitCount -= s32SliceCount;
127 } while (s32BitCount - s32SliceCount > 0);
129 if (s32BitCount == 0) {
130 s32BitCount -= s32SliceCount;
152 while ((s32BitCount > 0) && (s32Sb < s32NumOfSubBands)) {
155 s32BitCount--;
156 } else if ((*(ps16GenBufPtr) == s32BitSlice + 1) && (s32BitCount > 1)) {
158 s32BitCount -= 2
    [all...]
sbc_enc_bit_alloc_ste.c 46 int32_t s32BitCount; /*the used number of bits*/
99 s32BitCount = s32BitPool;
103 s32BitCount -= s32SliceCount;
117 } while (s32BitCount - s32SliceCount > 0);
119 if (s32BitCount - s32SliceCount == 0) {
120 s32BitCount -= s32SliceCount;
146 while ((s32BitCount > 0) && (s32Sb < s32NumOfSubBands)) {
149 s32BitCount--;
150 } else if ((*ps16GenBufPtr == s32BitSlice + 1) && (s32BitCount > 1)) {
152 s32BitCount -= 2
    [all...]

Completed in 471 milliseconds