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

  /external/libvpx/vp8/encoder/
pickinter.c 49 extern int vp8_cost_mv_ref(MB_PREDICTION_MODE m, const int near_mv_ref_ct[4]);
810 rate2 += vp8_cost_mv_ref(this_mode, mdcounts);
rdopt.c 853 int vp8_cost_mv_ref(MB_PREDICTION_MODE m, const int near_mv_ref_ct[4]) function
1080 rate += vp8_cost_mv_ref(SPLITMV, bsi->mdcounts);
    [all...]

Completed in 202 milliseconds