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

1 2

  /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/js/
uri.js 93 function URIEncodePair(cc1 , cc2, result, index) {
97 var y = (cc2 >> 6) & 0xF;
98 var z = cc2 & 63;
188 var cc2 = %_StringCharCodeAt(uri, k);
189 if (cc2 < 0xDC00 || cc2 > 0xDFFF) throw MakeURIError();
190 index = URIEncodePair(cc1, cc2, array, index);
  /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));
  /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/vpx_dsp/
ssim.c 68 static const int64_t cc2 = 239708; // (64^2*(.03*255)^2 variable
78 c2 = (cc2 * count * count) >> 12;
242 const int64_t c2 = (cc2 * n * n) >> 12;
273 const int64_t c2 = (cc2 * n * n) >> 12;
  /external/libvpx/libvpx/third_party/libyuv/source/
compare.cc 270 static const int64 cc2 = 239708; // (64^2*(.03*255)^2 variable
299 const int64 c2 = (cc2 * count * count) >> 12;
  /external/opencv3/modules/videoio/src/
cap_avfoundation.mm     [all...]
cap_qtkit.mm 964 int cc2 = CV_FOURCC(cc[0], cc[1], cc[2], cc[3]);
965 if (cc2!=fourcc) {
967 << " but got " << cc2 << "." << std::endl;
    [all...]
  /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;
  /toolchain/binutils/binutils-2.25/opcodes/
tic54x-dis.c 552 const char *cc2[] = { local
556 return sprintf (buf, "%s", cc2[opcode & 0xF]);
  /external/icu/icu4c/source/test/intltest/
tstnorm.cpp 1359 int32_t cc2=combineBackCharsAndCc[2*i+1]; local
    [all...]
  /external/webrtc/talk/app/webrtc/
webrtcsdp_unittest.cc 931 const IceCandidateCollection* cc2 = desc2.candidates(i); local
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/normalizer/
BasicTest.java 2345 int cc2=combineBackCharsAndCc[2*i+1]; local
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/
BasicTest.java 2341 int cc2=combineBackCharsAndCc[2*i+1]; local
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-tic54x.c 3765 symbol *cc2 = (symbol *) hash_find (cc2_hash, operand->buf); local
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
micromips.s 330 bc2f $cc2, test
340 bc2t $cc2, test
350 bc2tl $cc2, test
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/epiphany/
allinsn.d 917 97c: 6cc2 movblt r3,r3
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic54x/
all-opcodes.d 560 226: 3cc2.*
562 228: 3cc2.*
    [all...]
  /external/valgrind/VEX/priv/
guest_ppc_toIR.c 11077 IRTemp cc2 = newTemp( Ity_I32 ); local
    [all...]
  /packages/apps/TV/usbtuner/libs/
exoplayer_1.5.6.jar 
  /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 
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/
modrm.l     [all...]

Completed in 1835 milliseconds

1 2