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

  /external/libvpx/libvpx/vp8/common/
vp8_entropymodedata.h 45 const struct vp8_token_struct vp8_sub_mv_ref_encoding_array[VP8_SUBMVREFS] = {
entropymode.c 35 static const vp8_prob sub_mv_ref_prob[VP8_SUBMVREFS - 1] = { 180, 162, 25 };
37 const vp8_prob vp8_sub_mv_ref_prob2[SUBMVREF_COUNT][VP8_SUBMVREFS - 1] = {
entropymode.h 41 extern const vp8_prob vp8_sub_mv_ref_prob2[SUBMVREF_COUNT][VP8_SUBMVREFS - 1];
67 vp8_sub_mv_ref_encoding_array[VP8_SUBMVREFS];
onyxc_int.h 44 vp8_prob sub_mv_ref_prob[VP8_SUBMVREFS - 1];
blockd.h 119 #define VP8_SUBMVREFS (1 + NEW4X4 - LEFT4X4)
  /external/libvpx/libvpx/vp8/decoder/
decodemv.c 165 const vp8_prob vp8_sub_mv_ref_prob3[8][VP8_SUBMVREFS - 1] = {

Completed in 59 milliseconds