HomeSort by relevance Sort by last modified time
    Searched refs:VP8_UV_MODES (Results 1 - 6 of 6) sorted by null

  /external/libvpx/vp8/common/
entropymode.c 19 static const unsigned int uv_mode_cts [VP8_UV_MODES] = { 59483, 13605, 16492, 4230};
20 static const unsigned int kf_uv_mode_cts[VP8_UV_MODES] = { 5319, 1904, 1703, 674};
170 struct vp8_token_struct vp8_uv_mode_encodings [VP8_UV_MODES];
205 VP8_UV_MODES, vp8_uv_mode_encodings, vp8_uv_mode_tree,
210 VP8_UV_MODES, vp8_uv_mode_encodings, vp8_uv_mode_tree,
entropymode.h 49 extern struct vp8_token_struct vp8_uv_mode_encodings [VP8_UV_MODES];
onyxc_int.h 42 vp8_prob uv_mode_prob [VP8_UV_MODES-1];
176 vp8_prob kf_uv_mode_prob [VP8_UV_MODES-1];
blockd.h 107 #define VP8_UV_MODES (TM_PRED + 1)
  /external/libvpx/vp8/encoder/
onyx_int.h 434 int uv_mode_count[VP8_UV_MODES]; /* intra MB type cts this frame */
bitstream.c 133 vp8_prob Pnew [VP8_UV_MODES-1];
134 unsigned int bct [VP8_UV_MODES-1] [2];
137 w, VP8_UV_MODES, vp8_uv_mode_encodings, vp8_uv_mode_tree,
    [all...]

Completed in 56 milliseconds