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

  /external/libvpx/vp8/encoder/
modecosts.c 45 vp8_cost_tokens(c->mb.intra_uv_mode_cost[1], x->fc.uv_mode_prob, vp8_uv_mode_tree);
46 vp8_cost_tokens(c->mb.intra_uv_mode_cost[0], x->kf_uv_mode_prob, vp8_uv_mode_tree);
bitstream.c 127 w, VP8_UV_MODES, vp8_uv_mode_encodings, vp8_uv_mode_tree,
145 vp8_write_token(bc, vp8_uv_mode_tree, p, vp8_uv_mode_encodings + m);
    [all...]
  /external/libvpx/vp8/common/
entropymode.c 137 const vp8_tree_index vp8_uv_mode_tree[6] = variable
205 VP8_UV_MODES, vp8_uv_mode_encodings, vp8_uv_mode_tree,
210 VP8_UV_MODES, vp8_uv_mode_encodings, vp8_uv_mode_tree,
264 vp8_tokens_from_tree(vp8_uv_mode_encodings, vp8_uv_mode_tree);
entropymode.h 40 extern const vp8_tree_index vp8_uv_mode_tree[];
  /external/libvpx/vp8/decoder/
decodemv.c 47 const int i = vp8_treed_read(bc, vp8_uv_mode_tree, p);

Completed in 85 milliseconds