Home
last modified time | relevance | path

Searched refs:vp8_uv_mode_encodings (Results 1 – 3 of 3) sorted by relevance

/external/libvpx/libvpx/vp8/common/
Dvp8_entropymodedata.h33 const struct vp8_token_struct vp8_uv_mode_encodings[VP8_UV_MODES] = { variable
Dentropymode.h60 extern const struct vp8_token_struct vp8_uv_mode_encodings[VP8_UV_MODES];
/external/libvpx/libvpx/vp8/encoder/
Dbitstream.c94 update_mode(w, VP8_UV_MODES, vp8_uv_mode_encodings, vp8_uv_mode_tree, Pnew, in update_mbintra_mode_probs()
108 vp8_write_token(bc, vp8_uv_mode_tree, p, vp8_uv_mode_encodings + m); in write_uv_mode()