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

  /external/libvpx/libvpx/vp8/encoder/
encodemb.c 245 int rd_cost1; local
319 rd_cost1 = RDCOST(rdmult, rddiv, rate1, error1);
320 if (rd_cost0 == rd_cost1)
323 rd_cost1 = RDTRUNC(rdmult, rddiv, rate1, error1);
326 best = rd_cost1 < rd_cost0;
385 rd_cost1 = RDCOST(rdmult, rddiv, rate1, error1);
386 if (rd_cost0 == rd_cost1)
389 rd_cost1 = RDTRUNC(rdmult, rddiv, rate1, error1);
392 best = rd_cost1 < rd_cost0;
444 rd_cost1 = RDCOST(rdmult, rddiv, rate1, error1)
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_encodemb.c 95 rd_cost1 = RDCOST(rdmult, rddiv, rate1, error1);\
96 if (rd_cost0 == rd_cost1) {\
98 rd_cost1 = RDTRUNC(rdmult, rddiv, rate1, error1);\
130 int64_t rdmult, rddiv, rd_cost0, rd_cost1; local
192 best = rd_cost1 < rd_cost0;
247 best = rd_cost1 < rd_cost0;
297 best = rd_cost1 < rd_cost0;

Completed in 22 milliseconds