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

  /external/libvpx/libvpx/vp8/encoder/
encodemb.c 162 int rd_cost0; local
225 rd_cost0 = RDCOST(rdmult, rddiv, rate0, error0);
227 if (rd_cost0 == rd_cost1) {
228 rd_cost0 = RDTRUNC(rdmult, rddiv, rate0, error0);
232 best = rd_cost1 < rd_cost0;
282 rd_cost0 = RDCOST(rdmult, rddiv, rate0, error0);
284 if (rd_cost0 == rd_cost1) {
285 rd_cost0 = RDTRUNC(rdmult, rddiv, rate0, error0);
289 best = rd_cost1 < rd_cost0;
336 rd_cost0 = RDCOST(rdmult, rddiv, rate0, error0)
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_encodemb.c 68 rd_cost0 = RDCOST(rdmult, rddiv, rate0, error0); \
119 int64_t rd_cost0, rd_cost1; local
175 best = rd_cost1 < rd_cost0;
237 best = rd_cost1 < rd_cost0;
312 best = rd_cost1 < rd_cost0;
    [all...]

Completed in 90 milliseconds