HomeSort by relevance Sort by last modified time
    Searched defs:rd2 (Results 1 - 8 of 8) 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/libvpx/libvpx/vp9/encoder/
vp9_rdopt.c 495 int64_t rd1, rd2, rd; local
554 rd2 = RDCOST(x->rdmult, x->rddiv, 0, sse);
557 rd = VPXMIN(rd1, rd2);
560 (rd1 > rd2 && !xd->lossless);
1402 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 
  /prebuilts/gradle-plugin/com/android/tools/traceview/24.4.0-beta6/
traceview-24.4.0-beta6.jar 
  /prebuilts/gradle-plugin/com/android/tools/traceview/24.5.0/
traceview-24.5.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/traceview/25.0.0-alpha1/
traceview-25.0.0-alpha1.jar 

Completed in 237 milliseconds