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

  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_rd.h 117 int RDDIV;
vp9_rd.c 259 rd->RDDIV = RDDIV_BITS; // In bits (to multiply D by 128).
vp9_encodeframe.c 172 x->rddiv = cpi->rd.RDDIV;
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
onyx_int.h 358 int RDDIV ;
ethreading.c 155 x->rddiv = cpi->RDDIV;
rdopt.c 279 cpi->RDDIV = 1;
298 cpi->RDDIV = 100;
682 this_rd = RDCOST(x->rdmult, x->rddiv, rate, distortion);
765 return RDCOST(mb->rdmult, mb->rddiv, cost, distortion);
798 this_rd = RDCOST(x->rdmult, x->rddiv, rate, distortion);
851 return RDCOST(x->rdmult, x->rddiv, *rate, *distortion);
868 return RDCOST(x->rdmult, x->rddiv, *rate, *distortion);
910 this_rd = RDCOST(x->rdmult, x->rddiv, this_rate, this_distortion);
1149 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...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_onyx_int.h 370 int RDDIV;
vp9_encodeframe.c 249 x->rddiv = cpi->RDDIV;
802 x->errorperbit = x->rdmult * 100 / (110 * x->rddiv);
812 x->errorperbit = x->rdmult * 100 / (110 * x->rddiv);
    [all...]
vp9_rdopt.c 283 cpi->RDDIV = RDDIV_BITS; // in bits (to multiply D by 128)
679 rd1 = RDCOST(x->rdmult, x->rddiv, args->rate, args->dist);
680 rd2 = RDCOST(x->rdmult, x->rddiv, 0, args->sse);
831 rd[n][0] = rd[n][1] = RDCOST(x->rdmult, x->rddiv, s1, d[n]);
833 rd[n][0] = RDCOST(x->rdmult, x->rddiv, r[n][0] + s0, d[n]);
834 rd[n][1] = RDCOST(x->rdmult, x->rddiv, r[n][1] + s0, d[n]);
870 static int64_t scaled_rd_cost(int rdmult, int rddiv,
872 return (int64_t) (RDCOST(rdmult, rddiv, rate, dist) * scale);
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_onyx_int.h 371 int RDDIV;
vp9_encodeframe.c 249 x->rddiv = cpi->RDDIV;
818 x->errorperbit = x->rdmult * 100 / (110 * x->rddiv);
828 x->errorperbit = x->rdmult * 100 / (110 * x->rddiv);
    [all...]
vp9_rdopt.c 283 cpi->RDDIV = RDDIV_BITS; // in bits (to multiply D by 128)
679 rd1 = RDCOST(x->rdmult, x->rddiv, args->rate, args->dist);
680 rd2 = RDCOST(x->rdmult, x->rddiv, 0, args->sse);
831 rd[n][0] = rd[n][1] = RDCOST(x->rdmult, x->rddiv, s1, d[n]);
833 rd[n][0] = RDCOST(x->rdmult, x->rddiv, r[n][0] + s0, d[n]);
834 rd[n][1] = RDCOST(x->rdmult, x->rddiv, r[n][1] + s0, d[n]);
870 static int64_t scaled_rd_cost(int rdmult, int rddiv,
872 return (int64_t) (RDCOST(rdmult, rddiv, rate, dist) * scale);
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
onyx_int.h 361 int RDDIV ;
ethreading.c 155 x->rddiv = cpi->RDDIV;
rdopt.c 280 cpi->RDDIV = 1;
299 cpi->RDDIV = 100;
683 this_rd = RDCOST(x->rdmult, x->rddiv, rate, distortion);
766 return RDCOST(mb->rdmult, mb->rddiv, cost, distortion);
799 this_rd = RDCOST(x->rdmult, x->rddiv, rate, distortion);
852 return RDCOST(x->rdmult, x->rddiv, *rate, *distortion);
869 return RDCOST(x->rdmult, x->rddiv, *rate, *distortion);
911 this_rd = RDCOST(x->rdmult, x->rddiv, this_rate, this_distortion);
1150 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...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
onyx_int.h 361 int RDDIV ;
ethreading.c 155 x->rddiv = cpi->RDDIV;
rdopt.c 280 cpi->RDDIV = 1;
299 cpi->RDDIV = 100;
683 this_rd = RDCOST(x->rdmult, x->rddiv, rate, distortion);
766 return RDCOST(mb->rdmult, mb->rddiv, cost, distortion);
800 this_rd = RDCOST(x->rdmult, x->rddiv, rate, distortion);
855 return RDCOST(x->rdmult, x->rddiv, *rate, *distortion);
874 return RDCOST(x->rdmult, x->rddiv, *rate, *distortion);
916 this_rd = RDCOST(x->rdmult, x->rddiv, this_rate, this_distortion);
1155 this_segment_rd += RDCOST(x->rdmult, x->rddiv, rate, 0);
    [all...]
encodeframe.c 341 x->errorperbit = x->rdmult * 100 /(110 * x->rddiv);
353 x->errorperbit = x->rdmult * 100 /(110 * x->rddiv);
456 x->rddiv = cpi->RDDIV;
    [all...]

Completed in 340 milliseconds