OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:s32SliceCount
(Results
1 - 2
of
2
) sorted by null
/system/bt/embdrv/sbc/encoder/srce/
sbc_enc_bit_alloc_ste.c
47
int32_t
s32SliceCount
; /*to store hwo many slices can be put in bitpool*/
100
s32SliceCount
= 0;
103
s32BitCount -=
s32SliceCount
;
104
s32SliceCount
= 0;
111
s32SliceCount
+= 2;
113
s32SliceCount
++;
117
} while (s32BitCount -
s32SliceCount
> 0);
119
if (s32BitCount -
s32SliceCount
== 0) {
120
s32BitCount -=
s32SliceCount
;
sbc_enc_bit_alloc_mono.c
48
int32_t
s32SliceCount
; /*to store hwo many slices can be put in bitpool*/
109
s32SliceCount
= 0;
112
s32BitCount -=
s32SliceCount
;
113
s32SliceCount
= 0;
119
s32SliceCount
+= 2;
121
s32SliceCount
++;
127
} while (s32BitCount -
s32SliceCount
> 0);
130
s32BitCount -=
s32SliceCount
;
Completed in 116 milliseconds