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

  /external/webp/src/enc/
quant.c 841 const uint16_t* const mode_costs = GetCostModeI4(it, rd->modes_i4); local
861 rd_tmp.R += mode_costs[mode];
873 total_header_bits += mode_costs[best_mode];
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
pickinter.c 135 const int *mode_costs,
158 rate = mode_costs[mode];
    [all...]

Completed in 48 milliseconds