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

  /external/libvpx/vp8/encoder/
block.h 82 int rddiv; member in struct:__anon5282
encodemb.c 265 int rddiv; local
299 rddiv = mb->rddiv;
337 rd_cost0 = RDCOST(rdmult, rddiv, rate0, error0);
338 rd_cost1 = RDCOST(rdmult, rddiv, rate1, error1);
341 rd_cost0 = RDTRUNC(rdmult, rddiv, rate0, error0);
342 rd_cost1 = RDTRUNC(rdmult, rddiv, rate1, error1);
403 rd_cost0 = RDCOST(rdmult, rddiv, rate0, error0);
404 rd_cost1 = RDCOST(rdmult, rddiv, rate1, error1);
407 rd_cost0 = RDTRUNC(rdmult, rddiv, rate0, error0)
    [all...]
encodeintra.c 112 if (x->optimize && x->rddiv > 1)
209 if (x->optimize && x->rddiv > 1)
pickinter.c 202 this_rd = RD_ESTIMATE(x->rdmult, x->rddiv, rate, distortion);
224 int error = RD_ESTIMATE(mb->rdmult, mb->rddiv, cost, 0); // Rd estimate for the cost of the block prediction mode
633 this_rd = RD_ESTIMATE(x->rdmult, x->rddiv, rate2, distortion2);
656 this_rd = RD_ESTIMATE(x->rdmult, x->rddiv, rate2, distortion2);
800 this_rd = RD_ESTIMATE(x->rdmult, x->rddiv, rate2, distortion2);
ethreading.c 243 z->rddiv = x->rddiv;
395 mb->rddiv = cpi->RDDIV;
rdopt.c 297 cpi->RDDIV = 1;
316 cpi->RDDIV = 100;
693 this_rd = RDCOST(x->rdmult, x->rddiv, rate, distortion);
756 return RDCOST(mb->rdmult, mb->rddiv, cost, distortion);
787 this_rd = RDCOST(x->rdmult, x->rddiv, rate, distortion);
849 return UVRDFUNC(x->rdmult, x->rddiv, *rate, *distortion, cpi->target_bits_per_mb);
874 this_rd = UVRDFUNC(x->rdmult, x->rddiv, rate, distortion, cpi->target_bits_per_mb);
    [all...]
encodeframe.c 648 x->rddiv = cpi->RDDIV;
    [all...]

Completed in 1417 milliseconds