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

  /external/libvpx/libvpx/vp8/encoder/
encodemb.c 242 int rddiv; local
280 rddiv = mb->rddiv;
318 rd_cost0 = RDCOST(rdmult, rddiv, rate0, error0);
319 rd_cost1 = RDCOST(rdmult, rddiv, rate1, error1);
322 rd_cost0 = RDTRUNC(rdmult, rddiv, rate0, error0);
323 rd_cost1 = RDTRUNC(rdmult, rddiv, rate1, error1);
384 rd_cost0 = RDCOST(rdmult, rddiv, rate0, error0);
385 rd_cost1 = RDCOST(rdmult, rddiv, rate1, error1);
388 rd_cost0 = RDTRUNC(rdmult, rddiv, rate0, error0)
    [all...]
block.h 89 int rddiv; member in struct:macroblock
pickinter.c 163 this_rd = RDCOST(x->rdmult, x->rddiv, rate, distortion);
233 error = RDCOST(mb->rdmult, mb->rddiv, cost, distortion);
506 this_rd = RDCOST(x->rdmult, x->rddiv, rate2, *distortion2);
815 this_rd = RDCOST(x->rdmult, x->rddiv, rate2, distortion2);
845 this_rd = RDCOST(x->rdmult, x->rddiv, rate2, distortion2);
    [all...]
rdopt.c 280 cpi->RDDIV = 1;
299 cpi->RDDIV = 100;
686 this_rd = RDCOST(x->rdmult, x->rddiv, rate, distortion);
769 return RDCOST(mb->rdmult, mb->rddiv, cost, distortion);
802 this_rd = RDCOST(x->rdmult, x->rddiv, rate, distortion);
855 return RDCOST(x->rdmult, x->rddiv, *rate, *distortion);
872 return RDCOST(x->rdmult, x->rddiv, *rate, *distortion);
914 this_rd = RDCOST(x->rdmult, x->rddiv, this_rate, this_distortion);
1153 this_segment_rd += RDCOST(x->rdmult, x->rddiv, rate, 0);
    [all...]
encodeframe.c 340 x->errorperbit = x->rdmult * 100 /(110 * x->rddiv);
352 x->errorperbit = x->rdmult * 100 /(110 * x->rddiv);
455 x->rddiv = cpi->RDDIV;
    [all...]
onyx_int.h 357 int RDDIV ;
ethreading.c 155 x->rddiv = cpi->RDDIV;
  /external/libvpx/libvpx/vp9/encoder/
vp9_block.h 51 int rddiv; member in struct:__anon21302
108 int rddiv; member in struct:macroblock
vp9_encodemb.c 94 rd_cost0 = RDCOST(rdmult, rddiv, rate0, error0);\
95 rd_cost1 = RDCOST(rdmult, rddiv, rate1, error1);\
97 rd_cost0 = RDTRUNC(rdmult, rddiv, rate0, error0);\
98 rd_cost1 = RDTRUNC(rdmult, rddiv, rate1, error1);\
130 int64_t rdmult, rddiv, rd_cost0, rd_cost1; local
152 rddiv = mb->rddiv;
vp9_rdopt.c 241 cpi->RDDIV = RDDIV_BITS; // in bits (to multiply D by 128)
611 rd1 = RDCOST(x->rdmult, x->rddiv, args->rate, args->dist);
612 rd2 = RDCOST(x->rdmult, x->rddiv, 0, args->sse);
771 rd[n][0] = rd[n][1] = RDCOST(x->rdmult, x->rddiv, s1, d[n]);
773 rd[n][0] = RDCOST(x->rdmult, x->rddiv, r[n][0] + s0, d[n]);
774 rd[n][1] = RDCOST(x->rdmult, x->rddiv, r[n][1] + s0, d[n]);
873 rd[n][0] = rd[n][1] = RDCOST(x->rdmult, x->rddiv, s1, d[n]);
875 rd[n][0] = RDCOST(x->rdmult, x->rddiv, r[n][0] + s0, d[n]);
876 rd[n][1] = RDCOST(x->rdmult, x->rddiv, r[n][1] + s0, d[n]);
    [all...]
vp9_encodeframe.c 344 x->errorperbit = x->rdmult * 100 / (110 * x->rddiv);
356 x->errorperbit = x->rdmult * 100 / (110 * x->rddiv);
556 x->rddiv = cpi->RDDIV;
    [all...]
vp9_onyx_int.h 398 int RDDIV;

Completed in 273 milliseconds