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

  /external/libvpx/libvpx/vp9/encoder/
vp9_rd.h 110 int RDDIV;
vp9_rd.c 277 rd->RDDIV = RDDIV_BITS; // In bits (to multiply D by 128).
vp9_encodeframe.c 219 x->rddiv = cpi->rd.RDDIV;
    [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 358 int RDDIV ;
ethreading.c 153 x->rddiv = cpi->RDDIV;
rdopt.c 281 cpi->RDDIV = 1;
300 cpi->RDDIV = 100;
684 this_rd = RDCOST(x->rdmult, x->rddiv, rate, distortion);
767 return RDCOST(mb->rdmult, mb->rddiv, cost, distortion);
800 this_rd = RDCOST(x->rdmult, x->rddiv, rate, distortion);
856 return RDCOST(x->rdmult, x->rddiv, *rate, *distortion);
876 return RDCOST(x->rdmult, x->rddiv, *rate, *distortion);
918 this_rd = RDCOST(x->rdmult, x->rddiv, this_rate, this_distortion);
1157 this_segment_rd += RDCOST(x->rdmult, x->rddiv, rate, 0);
    [all...]
encodeframe.c 342 x->errorperbit = x->rdmult * 100 /(110 * x->rddiv);
354 x->errorperbit = x->rdmult * 100 /(110 * x->rddiv);
457 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 771 milliseconds