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

  /external/libvpx/vp8/encoder/
pickinter.c 181 unsigned int *mode_costs; local
187 mode_costs = x->bmode_costs[above][left];
191 mode_costs = x->inter_bmode_costs;
198 rate = mode_costs[mode];
rdopt.c 663 unsigned int *mode_costs; local
671 mode_costs = x->bmode_costs[above][left];
675 mode_costs = x->inter_bmode_costs;
683 rate = mode_costs[mode];
    [all...]

Completed in 37 milliseconds