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 163 int rd_cost1; local
226 rd_cost1 = RDCOST(rdmult, rddiv, rate1, error1);
227 if (rd_cost0 == rd_cost1) {
229 rd_cost1 = RDTRUNC(rdmult, rddiv, rate1, error1);
232 best = rd_cost1 < rd_cost0;
283 rd_cost1 = RDCOST(rdmult, rddiv, rate1, error1);
284 if (rd_cost0 == rd_cost1) {
286 rd_cost1 = RDTRUNC(rdmult, rddiv, rate1, error1);
289 best = rd_cost1 < rd_cost0;
337 rd_cost1 = RDCOST(rdmult, rddiv, rate1, error1)
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_encodemb.c 69 rd_cost1 = RDCOST(rdmult, rddiv, rate1, error1); \
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 659 milliseconds