Home
last modified time | relevance | path

Searched refs:vp8_uv_mode_tree (Results 1 – 5 of 5) sorted by relevance

/external/libvpx/libvpx/vp8/encoder/
Dmodecosts.c45 vp8_uv_mode_tree); in vp8_init_mode_costs()
47 vp8_uv_mode_tree); in vp8_init_mode_costs()
Dbitstream.c101 update_mode(w, VP8_UV_MODES, vp8_uv_mode_encodings, vp8_uv_mode_tree, Pnew, in update_mbintra_mode_probs()
115 vp8_write_token(bc, vp8_uv_mode_tree, p, vp8_uv_mode_encodings + m); in write_uv_mode()
/external/libvpx/libvpx/vp8/common/
Dentropymode.h51 extern const vp8_tree_index vp8_uv_mode_tree[];
Dentropymode.c82 const vp8_tree_index vp8_uv_mode_tree[6] = { -DC_PRED, 2, -V_PRED, variable
/external/libvpx/libvpx/vp8/decoder/
Ddecodemv.c36 const int i = vp8_treed_read(bc, vp8_uv_mode_tree, p); in read_uv_mode()