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

  /external/libvpx/vp8/encoder/
block.h 93 unsigned int bmode_costs[10][10][10]; member in struct:__anon7722
rdopt.c 602 unsigned int *bmode_costs,
630 rate = bmode_costs[mode];
680 unsigned int *bmode_costs; local
690 bmode_costs = mb->inter_bmode_costs;
704 bmode_costs = mb->bmode_costs[A][L];
708 cpi, mb, mb->block + i, xd->block + i, &best_mode, bmode_costs,
    [all...]

Completed in 406 milliseconds