HomeSort by relevance Sort by last modified time
    Searched refs:vp8_sub_mv_ref_prob2 (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];
entropymode.c 59 const vp8_prob vp8_sub_mv_ref_prob2 [SUBMVREF_COUNT][VP8_SUBMVREFS-1] = variable
  /external/libvpx/vp8/decoder/
decodemv.c 360 switch (bmi.mode = (B_PREDICTION_MODE) sub_mv_ref(bc, vp8_sub_mv_ref_prob2 [mv_contz])) /*pc->fc.sub_mv_ref_prob))*/
  /external/libvpx/vp8/encoder/
bitstream.c 1027 write_sub_mv_ref(w, b->mode, vp8_sub_mv_ref_prob2 [mv_contz]); //pc->fc.sub_mv_ref_prob);
    [all...]

Completed in 2422 milliseconds