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

  /external/libvpx/vp8/common/
entropymode.h 30 extern const vp8_prob vp8_sub_mv_ref_prob2 [SUBMVREF_COUNT][VP8_SUBMVREFS-1];
55 extern struct vp8_token_struct vp8_sub_mv_ref_encoding_array [VP8_SUBMVREFS];
entropymode.c 57 static const vp8_prob sub_mv_ref_prob [VP8_SUBMVREFS-1] = { 180, 162, 25};
59 const vp8_prob vp8_sub_mv_ref_prob2 [SUBMVREF_COUNT][VP8_SUBMVREFS-1] =
174 struct vp8_token_struct vp8_sub_mv_ref_encoding_array [VP8_SUBMVREFS];
blockd.h 136 #define VP8_SUBMVREFS (1 + NEW4X4 - LEFT4X4)
onyxc_int.h 43 vp8_prob sub_mv_ref_prob [VP8_SUBMVREFS-1];

Completed in 36 milliseconds