Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/common/
Dvp8_entropymodedata.h25 const struct vp8_token_struct vp8_ymode_encodings[VP8_YMODES] = { variable
Dentropymode.h58 extern const struct vp8_token_struct vp8_ymode_encodings[VP8_YMODES];
/external/libvpx/libvpx/vp8/encoder/
Dbitstream.c94 update_mode(w, VP8_YMODES, vp8_ymode_encodings, vp8_ymode_tree, Pnew, in update_mbintra_mode_probs()
107 vp8_write_token(bc, vp8_ymode_tree, p, vp8_ymode_encodings + m); in write_ymode()