Home
last modified time | relevance | path

Searched refs:vp8_sub_mv_ref_prob2 (Results 1 – 3 of 3) sorted by relevance

/external/libvpx/vp8/common/
Dentropymode.h41 extern const vp8_prob vp8_sub_mv_ref_prob2[SUBMVREF_COUNT][VP8_SUBMVREFS - 1];
Dentropymode.c37 const vp8_prob vp8_sub_mv_ref_prob2[SUBMVREF_COUNT][VP8_SUBMVREFS - 1] = { variable
/external/libvpx/vp8/encoder/
Dbitstream.c542 write_sub_mv_ref(w, blockmode, vp8_sub_mv_ref_prob2[mv_contz]); in pack_inter_mode_mvs()