Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Dmodecosts.c51 vp8_uv_mode_tree); in vp8_init_mode_costs()
53 vp8_uv_mode_tree); in vp8_init_mode_costs()
Dbitstream.c129 w, VP8_UV_MODES, vp8_uv_mode_encodings, vp8_uv_mode_tree, in update_mbintra_mode_probs()
147 vp8_write_token(bc, vp8_uv_mode_tree, p, vp8_uv_mode_encodings + m); in write_uv_mode()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
Dentropymode.h53 extern const vp8_tree_index vp8_uv_mode_tree[];
Dentropymode.c120 const vp8_tree_index vp8_uv_mode_tree[6] = variable
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/
Ddecodemv.c44 const int i = vp8_treed_read(bc, vp8_uv_mode_tree, p); in read_uv_mode()