HomeSort by relevance Sort by last modified time
    Searched full:rdcost (Results 1 - 12 of 12) sorted by null

  /external/libvpx/libvpx/vp9/encoder/
vp9_pickmode.c 211 !(RDCOST(x->rdmult, x->rddiv, (*rate_mv + rate_mode), 0) > best_rd_sofar);
    [all...]
vp9_encodeframe.c     [all...]
vp9_rd.h 29 #define RDCOST(RM, DM, R, D) \
119 int64_t rdcost; member in struct:RD_COST
vp9_rdopt.c 747 rd = RDCOST(x->rdmult, x->rddiv, 0, dist);
756 rd1 = RDCOST(x->rdmult, x->rddiv, rate, dist);
757 rd2 = RDCOST(x->rdmult, x->rddiv, 0, sse);
884 rd[n][0] = rd[n][1] = RDCOST(x->rdmult, x->rddiv, s1, sse[n]);
887 rd[n][0] = RDCOST(x->rdmult, x->rddiv, s1, sse[n]);
888 rd[n][1] = RDCOST(x->rdmult, x->rddiv, s1 + r_tx_size, sse[n]);
891 rd[n][0] = RDCOST(x->rdmult, x->rddiv, r[n][0] + s0, d[n]);
892 rd[n][1] = RDCOST(x->rdmult, x->rddiv, r[n][1] + s0, d[n]);
896 rd[n][0] = VPXMIN(rd[n][0], RDCOST(x->rdmult, x->rddiv, s1, sse[n]));
897 rd[n][1] = VPXMIN(rd[n][1], RDCOST(x->rdmult, x->rddiv, s1, sse[n]))
    [all...]
vp9_rd.c 51 rd_cost->rdcost = INT64_MAX;
57 rd_cost->rdcost = 0;
vp9_encodemb.c 68 rd_cost0 = RDCOST(rdmult, rddiv, rate0, error0); \
69 rd_cost1 = RDCOST(rdmult, rddiv, rate1, error1); \
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
encodemb.c 225 rd_cost0 = RDCOST(rdmult, rddiv, rate0, error0);
226 rd_cost1 = RDCOST(rdmult, rddiv, rate1, error1);
282 rd_cost0 = RDCOST(rdmult, rddiv, rate0, error0);
283 rd_cost1 = RDCOST(rdmult, rddiv, rate1, error1);
336 rd_cost0 = RDCOST(rdmult, rddiv, rate0, error0);
337 rd_cost1 = RDCOST(rdmult, rddiv, rate1, error1);
rdopt.h 20 #define RDCOST(RM, DM, R, D) (((128 + (R) * (RM)) >> 8) + (DM) * (D))
pickinter.c 272 this_rd = RDCOST(x->rdmult, x->rddiv, rate, distortion);
330 error = RDCOST(mb->rdmult, mb->rddiv, cost, distortion);
559 this_rd = RDCOST(x->rdmult, x->rddiv, rate2, *distortion2);
958 this_rd = RDCOST(x->rdmult, x->rddiv, rate2, distortion2);
    [all...]
rdopt.c 564 this_rd = RDCOST(x->rdmult, x->rddiv, rate, distortion);
641 return RDCOST(mb->rdmult, mb->rddiv, cost, distortion);
666 this_rd = RDCOST(x->rdmult, x->rddiv, rate, distortion);
720 return RDCOST(x->rdmult, x->rddiv, *rate, *distortion);
739 return RDCOST(x->rdmult, x->rddiv, *rate, *distortion);
777 this_rd = RDCOST(x->rdmult, x->rddiv, this_rate, this_distortion);
993 this_segment_rd += RDCOST(x->rdmult, x->rddiv, rate, 0);
    [all...]
  /external/llvm/test/CodeGen/PowerPC/
2008-07-15-Bswap.ll 31 %struct.MbAnalysis = type { i8, i8, i8, i8, i8, i8, i8, i8, i8, i8, %struct.RdCost, %struct.RdCost, i32 }
46 %struct.RdCost = type { i32, i32, i32, double }
  /external/swiftshader/third_party/LLVM/test/CodeGen/PowerPC/
2008-07-15-Bswap.ll 31 %struct.MbAnalysis = type { i8, i8, i8, i8, i8, i8, i8, i8, i8, i8, %struct.RdCost, %struct.RdCost, i32 }
46 %struct.RdCost = type { i32, i32, i32, double }

Completed in 228 milliseconds