HomeSort by relevance Sort by last modified time
    Searched defs:rd2 (Results 1 - 6 of 6) sorted by null

  /external/clang/test/SemaCXX/
references.cpp 47 double& rd2 = 2.0; // expected-error{{non-const lvalue reference to type 'double' cannot bind to a temporary of type 'double'}} local
  /external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/
p5-0x.cpp 106 double& rd2 = 2.0; // expected-error{{non-const lvalue reference to type 'double' cannot bind to a temporary of type 'double'}} member in namespace:std_example_2
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_rdopt.c 395 int64_t rd1, rd2, rd; local
432 rd2 = RDCOST(x->rdmult, x->rddiv, 0, args->sse);
435 rd = MIN(rd1, rd2);
438 (rd1 > rd2 && !xd->lossless);
1141 int64_t ssz, rd, rd1, rd2; local
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_rdopt.c 667 int64_t rd1, rd2, rd; local
680 rd2 = RDCOST(x->rdmult, x->rddiv, 0, args->sse);
683 rd = MIN(rd1, rd2);
686 (rd1 > rd2 && !xd->lossless);
1584 int64_t ssz, rd, rd1, rd2; local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_rdopt.c 667 int64_t rd1, rd2, rd; local
680 rd2 = RDCOST(x->rdmult, x->rddiv, 0, args->sse);
683 rd = MIN(rd1, rd2);
686 (rd1 > rd2 && !xd->lossless);
1584 int64_t ssz, rd, rd1, rd2; local
    [all...]
  /prebuilts/devtools/tools/lib/
traceview.jar 

Completed in 753 milliseconds