Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
Dvp8_entropymodedata.h53 const struct vp8_token_struct vp8_uv_mode_encodings[VP8_UV_MODES] =
108 const vp8_prob vp8_uv_mode_prob[VP8_UV_MODES-1] =
113 const vp8_prob vp8_kf_uv_mode_prob[VP8_UV_MODES-1] =
Dentropymode.h62 extern const struct vp8_token_struct vp8_uv_mode_encodings[VP8_UV_MODES];
77 extern const vp8_prob vp8_kf_uv_mode_prob[VP8_UV_MODES-1];
Donyxc_int.h45 vp8_prob uv_mode_prob [VP8_UV_MODES-1];
Dblockd.h105 #define VP8_UV_MODES (TM_PRED + 1) macro
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Dblock.h141 int uv_mode_count[VP8_UV_MODES]; /* intra MB type cts this frame */
Dbitstream.c125 vp8_prob Pnew [VP8_UV_MODES-1]; in update_mbintra_mode_probs()
126 unsigned int bct [VP8_UV_MODES-1] [2]; in update_mbintra_mode_probs()
129 w, VP8_UV_MODES, vp8_uv_mode_encodings, vp8_uv_mode_tree, in update_mbintra_mode_probs()
Dencodeframe.c881 for(mode_count = 0; mode_count < VP8_UV_MODES; mode_count++) in vp8_encode_frame()