HomeSort by relevance Sort by last modified time
    Searched refs:bool_coder_spec (Results 1 - 2 of 2) 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;
  /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 95 milliseconds