Home
last modified time | relevance | path

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

/external/libvpx/vp8/common/
Dentropymode.h30 extern const vp8_prob vp8_sub_mv_ref_prob2 [SUBMVREF_COUNT][VP8_SUBMVREFS-1];
Dentropymode.c59 const vp8_prob vp8_sub_mv_ref_prob2 [SUBMVREF_COUNT][VP8_SUBMVREFS-1] = variable
/external/libvpx/vp8/decoder/
Ddecodemv.c367 …switch (bmi.mode = (B_PREDICTION_MODE) sub_mv_ref(bc, vp8_sub_mv_ref_prob2 [mv_contz])) /*pc->fc.s… in vp8_read_mb_modes_mv()
/external/libvpx/vp8/encoder/
Dbitstream.c1037 … write_sub_mv_ref(w, b->mode, vp8_sub_mv_ref_prob2 [mv_contz]); //pc->fc.sub_mv_ref_prob); in pack_inter_mode_mvs()