Home
last modified time | relevance | path

Searched refs:VP8_SUBMVREFS (Results 1 – 6 of 6) sorted by relevance

/external/libvpx/libvpx/vp8/common/
Dentropymode.h41 extern const vp8_prob vp8_sub_mv_ref_prob2[SUBMVREF_COUNT][VP8_SUBMVREFS - 1];
67 vp8_sub_mv_ref_encoding_array[VP8_SUBMVREFS];
Dentropymode.c35 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] = {
Dvp8_entropymodedata.h45 const struct vp8_token_struct vp8_sub_mv_ref_encoding_array[VP8_SUBMVREFS] = {
Donyxc_int.h44 vp8_prob sub_mv_ref_prob[VP8_SUBMVREFS - 1];
Dblockd.h122 #define VP8_SUBMVREFS (1 + NEW4X4 - LEFT4X4) macro
/external/libvpx/libvpx/vp8/decoder/
Ddecodemv.c165 const vp8_prob vp8_sub_mv_ref_prob3[8][VP8_SUBMVREFS - 1] = {