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

  /external/libvpx/libvpx/vp8/encoder/
rdopt.c 960 int thismvcost = 0; local
990 thismvcost = vp8_mv_bit_cost(this_mv, best_ref_mv, mvcost, 102);
1027 cost += thismvcost ;
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_rdopt.c 1475 int cost = 0, thismvcost = 0; local
    [all...]

Completed in 26 milliseconds