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]);
791 rate2 += vp8_cost_mv_ref(this_mode, mdcounts);
rdopt.c 894 int vp8_cost_mv_ref(MB_PREDICTION_MODE m, const int near_mv_ref_ct[4]) function
1182 rate += vp8_cost_mv_ref(SPLITMV, mdcounts);
    [all...]

Completed in 101 milliseconds