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

  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_cc.c 134 cc->cc2.bf_stencil_write_mask = ctx->Stencil.WriteMask[back];
135 cc->cc2.bf_stencil_test_mask = ctx->Stencil.ValueMask[back];
147 cc->cc2.logicop_enable = 1;
207 cc->cc2.depth_test = 1;
208 cc->cc2.depth_test_function =
210 cc->cc2.depth_write_enable = ctx->Depth.Mask;
brw_structs.h 347 } cc2; member in struct:brw_cc_unit_state
    [all...]
  /external/v8/src/
uri.js 85 function URIEncodePair(cc1 , cc2, result, index) {
89 var y = (cc2 >> 6) & 0xF;
90 var z = cc2 & 63;
199 var cc2 = uri.charCodeAt(k);
200 if (cc2 < 0xDC00 || cc2 > 0xDFFF) throw new $URIError("URI malformed");
201 index = URIEncodePair(cc1, cc2, array, index);
  /external/libvpx/libvpx/vp8/encoder/
ssim.c 68 const static int64_t cc2 = 239708; // (64^2*(.03*255)^2 variable
85 c2 = (cc2*count*count)>>12;
123 c2 = cc2*16;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
ssim.c 68 const static int64_t cc2 = 239708; // (64^2*(.03*255)^2 variable
85 c2 = (cc2*count*count)>>12;
123 c2 = cc2*16;
  /external/v8/test/mjsunit/
uri.js 35 var cc2 = 0x0000; variable
36 var s2 = String.fromCharCode(cc2);
68 assertEquals(cc2, decodeURI(encodeURI(s2)).charCodeAt(0));
  /external/libvpx/libvpx/vp9/encoder/
vp9_ssim.c 47 static const int64_t cc2 = 239708; // (64^2*(.03*255)^2 variable
57 c2 = (cc2 * count * count) >> 12;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_ssim.c 46 static const int64_t cc2 = 239708; // (64^2*(.03*255)^2 variable
56 c2 = (cc2 * count * count) >> 12;
  /external/libvpx/libvpx/third_party/libyuv/source/
compare.cc 222 static const int64 cc2 = 239708; // (64^2*(.03*255)^2 variable
251 const int64 c2 = (cc2 * count * count) >> 12;
  /external/libyuv/files/source/
compare.cc 472 static const int64 cc2 = 239708; // (64^2*(.03*255)^2 variable
498 const int64 c2 = (cc2 * count * count) >> 12;
  /external/icu/icu4c/source/test/intltest/
tstnorm.cpp 1359 int32_t cc2=combineBackCharsAndCc[2*i+1]; local
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/
BasicTest.java 2336 int cc2=combineBackCharsAndCc[2*i+1]; local
    [all...]
  /external/valgrind/VEX/priv/
guest_ppc_toIR.c 10936 IRTemp cc2 = newTemp( Ity_I32 ); local
    [all...]
  /developers/build/prebuilts/androidtv/sample-inputs/app/libs/
exoplayer_dev-hls_20150123.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/saxon/saxon/9.1.0.8/
saxon-9.1.0.8.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit/2.14/
htmlunit-2.14.jar 

Completed in 706 milliseconds