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

  /external/libvpx/libvpx/vp8/encoder/
pickinter.c 466 static int evaluate_inter_mode(unsigned int *sse, int rate2, int *distortion2,
487 this_rd = RDCOST(x->rdmult, x->rddiv, rate2, *distortion2);
579 int rate2; local
835 rate2 = 0;
845 rate2 += frame_cost;
866 rate2 += rate;
869 this_rd = RDCOST(x->rdmult, x->rddiv, rate2, distortion2);
893 rate2 += x->mbmode_cost[x->e_mbd.frame_type]
895 this_rd = RDCOST(x->rdmult, x->rddiv, rate2, distortion2);
    [all...]
rdopt.c 49 int rate2; member in struct:rate_distortion_struct
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_rdopt.c 3218 int rate2 = 0, rate_y = 0, rate_uv = 0; local
3718 int rate2 = 0; local
3880 int rate2 = 0, rate_y = 0, rate_uv = 0; local
    [all...]
  /tools/tradefederation/core/src/com/android/tradefed/result/suite/
SuiteResultReporter.java 242 Float rate2 = ((float) o2.getNumTests() / o2.getElapsedTime());
243 return rate1.compareTo(rate2);
  /cts/tests/sensor/src/android/hardware/cts/
SensorDirectReportTest.java 531 for (int rate2 : POSSIBLE_RATE_LEVELS) {
536 type1, rate1, type2, rate2,
540 stype1, rate1, stype2, rate2, memType));
553 for (int rate2 : POSSIBLE_RATE_LEVELS) {
557 if (rate1 > rate2 || type1 > type2) {
562 sensorType, rate1, rate2, type1, type2);},
563 String.format("rate1 %d, rate2 %d, type1 %d, type2 %d",
564 rate1, rate2, type1, type2));
    [all...]

Completed in 1089 milliseconds