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

  /external/libvpx/vp8/common/
treecoder.h 23 struct bool_coder_spec;
25 typedef struct bool_coder_spec bool_coder_spec; typedef in typeref:struct:bool_coder_spec
29 typedef const bool_coder_spec c_bool_coder_spec;
boolcoder.h 97 struct bool_coder_spec;
106 typedef bool_coder_spec Spec;
123 struct bool_coder_spec : bool_coder_namespace struct in inherits:bool_coder_namespace
189 bool_coder_spec( function in struct:bool_coder_spec
198 bool_coder_spec(FILE *);
276 struct bool_coder_spec_float : bool_coder_spec
281 : bool_coder_spec(prec, rr, Ebits, Mbits)
288 struct bool_coder_spec_explicit_table : bool_coder_spec
304 struct bool_coder_spec_exponential_table : bool_coder_spec
456 typedef struct bool_coder_spec bool_coder_spec typedef in typeref:struct:bool_coder_spec
    [all...]
  /external/libvpx/vp8/common/x86/
boolcoder.cxx 29 void bool_coder_spec::check_prec() const {
33 bool bool_coder_spec::float_init( uint Ebits, uint Mbits) {
50 void bool_coder_spec::cost_init()
73 : bool_coder_spec( prec, rr)
88 : bool_coder_spec( prec, rr)
105 bool_coder_spec::bool_coder_spec( FILE *fp) {
124 void bool_coder_spec::dump( FILE *fp) const {
131 vp8bc_index_t bool_coder_spec::operator()( double p) const
180 double bool_coder_spec::operator()( Index i) const
    [all...]

Completed in 81 milliseconds