OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ec_range_bytes
(Results
1 - 4
of
4
) sorted by null
/external/libopus/celt/tests/
test_unit_laplace.c
78
ec_dec_init(&dec,ec_get_buffer(&enc),
ec_range_bytes
(&enc));
test_unit_entropy.c
109
fprintf(stderr,"Packed to %li bytes.\n",(long)
ec_range_bytes
(&enc));
200
if ((tell_bits+7)/8 <
ec_range_bytes
(&enc))
203
ec_range_bytes
(&enc), (tell_bits+7)/8,seed);
269
if((ec_tell(&enc)+7U)/8U<
ec_range_bytes
(&enc)){
271
ec_range_bytes
(&enc),(ec_tell(&enc)+7)/8,seed);
343
if(
ec_range_bytes
(&enc)!=1||ptr[0]!=192){
358
if(
ec_range_bytes
(&enc)!=2||ptr[0]!=63){
/external/libopus/celt/
entcode.h
93
static OPUS_INLINE opus_uint32
ec_range_bytes
(ec_ctx *_this){
function