Home
last modified time | relevance | path

Searched refs:half_index (Results 1 – 2 of 2) sorted by relevance

/external/libvpx/vp8/common/
Dboolcoder.h139 Index max_index, half_index; member
143 assert(i < half_index); in mantissa()
148 assert(i < half_index); in exponent()
164 if (i >= half_index) in split()
218 Index half_index() const in half_index() function
220 return half_index; in half_index()
/external/libvpx/vp8/common/x86/
Dboolcoder.cxx40 max_index = ( ( half_index = 1 << b ) << 1) - 1; in float_init()
44 half_index = 128; in float_init()
150 return half_index - 1; in operator ()()
183 if( i >= half_index) in operator ()()
444 const vp8bc_index_t i = s->half_index(); in vp8bc_write_bits()