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

  /external/chromium_org/third_party/libwebp/enc/
quant.c 843 const uint16_t* const mode_costs = GetCostModeI4(it, rd->modes_i4); local
863 rd_tmp.R += mode_costs[mode];
875 total_header_bits += mode_costs[best_mode];
    [all...]
  /external/webp/src/enc/
quant.c 843 const uint16_t* const mode_costs = GetCostModeI4(it, rd->modes_i4); local
863 rd_tmp.R += mode_costs[mode];
875 total_header_bits += mode_costs[best_mode];
    [all...]

Completed in 1146 milliseconds