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 124 rd_cost1 = RDCOST(rdmult, rddiv, rate1, error1);\
125 if (rd_cost0 == rd_cost1) {\
127 rd_cost1 = RDTRUNC(rdmult, rddiv, rate1, error1);\
159 int64_t rdmult, rddiv, rd_cost0, rd_cost1; local
245 best = rd_cost1 < rd_cost0;
300 best = rd_cost1 < rd_cost0;
351 best = rd_cost1 < rd_cost0;

Completed in 25 milliseconds