Home
last modified time | relevance | path

Searched refs:VP8_UV_MODES (Results 1 – 7 of 7) sorted by relevance

/external/libvpx/libvpx/vp8/common/
Dvp8_entropymodedata.h33 const struct vp8_token_struct vp8_uv_mode_encodings[VP8_UV_MODES] = {
57 const vp8_prob vp8_uv_mode_prob[VP8_UV_MODES - 1] = { 162, 101, 204 };
59 const vp8_prob vp8_kf_uv_mode_prob[VP8_UV_MODES - 1] = { 142, 114, 183 };
Dentropymode.h60 extern const struct vp8_token_struct vp8_uv_mode_encodings[VP8_UV_MODES];
76 extern const vp8_prob vp8_kf_uv_mode_prob[VP8_UV_MODES - 1];
Donyxc_int.h43 vp8_prob uv_mode_prob[VP8_UV_MODES - 1];
Dblockd.h91 #define VP8_UV_MODES (TM_PRED + 1) macro
/external/libvpx/libvpx/vp8/encoder/
Dblock.h138 int uv_mode_count[VP8_UV_MODES]; /* intra MB type cts this frame */
Dbitstream.c98 vp8_prob Pnew[VP8_UV_MODES - 1]; in update_mbintra_mode_probs()
99 unsigned int bct[VP8_UV_MODES - 1][2]; in update_mbintra_mode_probs()
101 update_mode(w, VP8_UV_MODES, vp8_uv_mode_encodings, vp8_uv_mode_tree, Pnew, in update_mbintra_mode_probs()
Dencodeframe.c829 for (mode_count = 0; mode_count < VP8_UV_MODES; ++mode_count) { in vp8_encode_frame()