OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:_nbits
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/opus/src/celt/
entenc.h
85
In order for this to work, at least
_nbits
bits must have already been
89
_val: The bits to encode (in the least
_nbits
significant bits).
91
_nbits
: The number of bits to overwrite.
93
void ec_enc_patch_initial_bits(ec_enc *_this,unsigned _val,unsigned
_nbits
);
entenc.c
214
void ec_enc_patch_initial_bits(ec_enc *_this,unsigned _val,unsigned
_nbits
){
217
celt_assert(
_nbits
<=EC_SYM_BITS);
218
shift=EC_SYM_BITS-
_nbits
;
219
mask=((1<<
_nbits
)-1)<<shift;
228
else if(_this->rng<=(EC_CODE_TOP>>
_nbits
)){
233
/*The encoder hasn't even encoded
_nbits
of data yet.*/
/external/libopus/celt/
entenc.h
85
In order for this to work, at least
_nbits
bits must have already been
89
_val: The bits to encode (in the least
_nbits
significant bits).
91
_nbits
: The number of bits to overwrite.
93
void ec_enc_patch_initial_bits(ec_enc *_this,unsigned _val,unsigned
_nbits
);
entenc.c
214
void ec_enc_patch_initial_bits(ec_enc *_this,unsigned _val,unsigned
_nbits
){
217
celt_assert(
_nbits
<=EC_SYM_BITS);
218
shift=EC_SYM_BITS-
_nbits
;
219
mask=((1<<
_nbits
)-1)<<shift;
228
else if(_this->rng<=(EC_CODE_TOP>>
_nbits
)){
233
/*The encoder hasn't even encoded
_nbits
of data yet.*/
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
decimal.py
5481
def
_nbits
(n, correction = {
function
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
decimal.py
5481
def
_nbits
(n, correction = {
function
[
all
...]
Completed in 1078 milliseconds