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

  /external/libvpx/libvpx/vp9/encoder/
vp9_rd.h 113 int RDDIV;
vp9_rd.c 267 rd->RDDIV = RDDIV_BITS; // In bits (to multiply D by 128).
vp9_encodeframe.c 242 x->rddiv = cpi->rd.RDDIV;
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
onyx_int.h 330 int RDDIV;
ethreading.c 147 x->rddiv = cpi->RDDIV;
rdopt.c 210 cpi->RDDIV = 1;
223 cpi->RDDIV = 100;
564 this_rd = RDCOST(x->rdmult, x->rddiv, rate, distortion);
641 return RDCOST(mb->rdmult, mb->rddiv, cost, distortion);
666 this_rd = RDCOST(x->rdmult, x->rddiv, rate, distortion);
720 return RDCOST(x->rdmult, x->rddiv, *rate, *distortion);
739 return RDCOST(x->rdmult, x->rddiv, *rate, *distortion);
777 this_rd = RDCOST(x->rdmult, x->rddiv, this_rate, this_distortion);
993 this_segment_rd += RDCOST(x->rdmult, x->rddiv, rate, 0);
    [all...]
encodeframe.c 308 x->errorperbit = x->rdmult * 100 / (110 * x->rddiv);
320 x->errorperbit = x->rdmult * 100 / (110 * x->rddiv);
414 x->rddiv = cpi->RDDIV;
    [all...]

Completed in 203 milliseconds