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

  /external/libvpx/vp8/common/x86/
boolcoder.cxx 131 vp8bc_index_t bool_coder_spec::operator()( double p) const
369 vp8bc_index_t vp8bc_index( c_bool_coder_spec *p, double x) {
373 vp8bc_index_t vp8bc_index_from_counts(
379 double vp8bc_probability( c_bool_coder_spec *p, vp8bc_index_t i) {
383 vp8bc_index_t vp8bc_complement( c_bool_coder_spec *p, vp8bc_index_t i) {
386 unsigned int vp8bc_cost_zero( c_bool_coder_spec *p, vp8bc_index_t i) {
389 unsigned int vp8bc_cost_one( c_bool_coder_spec *p, vp8bc_index_t i) {
392 unsigned int vp8bc_cost_bit( c_bool_coder_spec *p, vp8bc_index_t i, int v) {
401 static vp8bc_index_t dbg_i [dbg_l]
    [all...]
  /external/libvpx/vp8/common/
treecoder.h 15 typedef unsigned char vp8bc_index_t; /* probability index */ typedef

Completed in 166 milliseconds