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

  /external/libvpx/vp8/encoder/
encodemb.c 278 int rddiv; local
314 rddiv = mb->rddiv;
352 rd_cost0 = RDCOST(rdmult, rddiv, rate0, error0);
353 rd_cost1 = RDCOST(rdmult, rddiv, rate1, error1);
356 rd_cost0 = RDTRUNC(rdmult, rddiv, rate0, error0);
357 rd_cost1 = RDTRUNC(rdmult, rddiv, rate1, error1);
418 rd_cost0 = RDCOST(rdmult, rddiv, rate0, error0);
419 rd_cost1 = RDCOST(rdmult, rddiv, rate1, error1);
422 rd_cost0 = RDTRUNC(rdmult, rddiv, rate0, error0)
    [all...]
block.h 82 int rddiv; member in struct:__anon5118
encodeintra.c 108 if (x->optimize==2 ||(x->optimize && x->rddiv > 1))
205 if (x->optimize==2 ||(x->optimize && x->rddiv > 1))
pickinter.c 201 this_rd = RD_ESTIMATE(x->rdmult, x->rddiv, rate, distortion);
223 int error = RD_ESTIMATE(mb->rdmult, mb->rddiv, cost, 0); // Rd estimate for the cost of the block prediction mode
632 this_rd = RD_ESTIMATE(x->rdmult, x->rddiv, rate2, distortion2);
655 this_rd = RD_ESTIMATE(x->rdmult, x->rddiv, rate2, distortion2);
799 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);
1184 this_segment_rd += RDFUNC(x->rdmult, x->rddiv, rate, 0, cpi->target_bits_per_mb);
    [all...]
encodeframe.c 650 x->rddiv = cpi->RDDIV;
    [all...]

Completed in 67 milliseconds