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

  /external/libvpx/vp8/encoder/
rdopt.c 223 cpi->RDMULT = (int)(rdconst * (capped_q * capped_q));
235 cpi->RDMULT = (int)(rdconst * (modq * modq));
241 cpi->RDMULT += (cpi->RDMULT * rd_iifactor[31]) >> 4;
243 cpi->RDMULT += (cpi->RDMULT * rd_iifactor[cpi->next_iiratio]) >> 4;
246 cpi->mb.errorperbit = (cpi->RDMULT / 100);
259 if (cpi->RDMULT > 1000)
262 cpi->RDMULT /= 100;
644 this_rd = RDCOST(x->rdmult, x->rddiv, rate, distortion)
    [all...]
onyx_int.h 337 int RDMULT;
ethreading.c 148 x->rdmult = cpi->RDMULT;
encodeframe.c 457 x->rdmult = (unsigned int)(((INT64)x->rdmult*b + (a>>1))/a);
536 x->rdmult = cpi->RDMULT;
    [all...]

Completed in 28 milliseconds