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

  /external/libvpx/vp8/common/
entropymode.h 39 extern const vp8_tree_index vp8_kf_ymode_tree[];
entropymode.c 129 const vp8_tree_index vp8_kf_ymode_tree[8] = variable
200 VP8_YMODES, vp8_kf_ymode_encodings, vp8_kf_ymode_tree,
263 vp8_tokens_from_tree(vp8_kf_ymode_encodings, vp8_kf_ymode_tree);
  /external/libvpx/vp8/encoder/
modecosts.c 43 vp8_cost_tokens(c->mb.mbmode_cost[0], x->kf_ymode_prob, vp8_kf_ymode_tree);
bitstream.c 140 vp8_write_token(bc, vp8_kf_ymode_tree, p, vp8_kf_ymode_encodings + m);
    [all...]
  /external/libvpx/vp8/decoder/
decodemv.c 38 const int i = vp8_treed_read(bc, vp8_kf_ymode_tree, p);

Completed in 136 milliseconds