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

  /external/libvpx/libvpx/vp8/encoder/
encodemb.c 165 int rate1; local
216 rate1 = tokens[next][1].rate;
223 rate1 += mb->token_costs[type][band][pt][tokens[next][1].token];
226 rd_cost1 = RDCOST(rdmult, rddiv, rate1, error1);
229 rd_cost1 = RDTRUNC(rdmult, rddiv, rate1, error1);
236 tokens[i][0].rate = base_bits + (best ? rate1 : rate0);
244 rate1 = tokens[next][1].rate;
278 rate1 += mb->token_costs[type][band][pt][tokens[next][1].token];
283 rd_cost1 = RDCOST(rdmult, rddiv, rate1, error1);
286 rd_cost1 = RDTRUNC(rdmult, rddiv, rate1, error1)
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_encodemb.c 89 int64_t rate0, rate1; local
191 rate1 =
233 rd_cost1 = RDCOST(rdmult, rddiv, (rate1 + next_bits1), distortion1);
240 RDCOST(rdmult, rddiv, (accu_rate + rate1 + next_eob_bits1),
262 accu_rate += rate1;
    [all...]

Completed in 1596 milliseconds