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

  /external/libvpx/vp8/encoder/
pickinter.c 192 int this_rd; local
197 this_rd = RD_ESTIMATE(x->rdmult, x->rddiv, rate, distortion);
199 if (this_rd < best_rd)
203 best_rd = this_rd;
543 int this_rd = INT_MAX; local
643 this_rd = INT_MAX;
647 this_rd = RD_ESTIMATE(x->rdmult, x->rddiv, rate2, distortion2);
649 if (this_rd < best_intra_rd)
651 best_intra_rd = this_rd;
671 this_rd = RD_ESTIMATE(x->rdmult, x->rddiv, rate2, distortion2)
    [all...]
rdopt.c 627 int this_rd; local
644 this_rd = RDCOST(x->rdmult, x->rddiv, rate, distortion);
646 if (this_rd < best_rd)
651 best_rd = this_rd;
741 int this_rd; local
755 this_rd = RDCOST(x->rdmult, x->rddiv, rate, distortion);
757 if (this_rd < best_rd)
760 best_rd = this_rd;
818 int this_rd; local
833 this_rd = RDCOST(x->rdmult, x->rddiv, rate, distortion)
1094 int this_rd; local
1858 int this_rd = INT_MAX; local
    [all...]
encodeframe.c 1177 int this_rd; local
    [all...]

Completed in 525 milliseconds