/external/libhevc/common/ |
D | ihevc_itrans_recon_8x8.c | 110 WORD32 ee[2], eo[2]; in ihevc_itrans_recon_8x8() local 156 ee[0] = g_ai2_ihevc_trans_8[0][0] * pi2_src[0]; in ihevc_itrans_recon_8x8() 157 ee[1] = g_ai2_ihevc_trans_8[0][1] * pi2_src[0]; in ihevc_itrans_recon_8x8() 160 e[0] = ee[0] + eo[0]; in ihevc_itrans_recon_8x8() 161 e[3] = ee[0] - eo[0]; in ihevc_itrans_recon_8x8() 162 e[1] = ee[1] + eo[1]; in ihevc_itrans_recon_8x8() 163 e[2] = ee[1] - eo[1]; in ihevc_itrans_recon_8x8() 194 ee[0] = g_ai2_ihevc_trans_8[0][0] * pi2_tmp[0]; in ihevc_itrans_recon_8x8() 195 ee[1] = g_ai2_ihevc_trans_8[0][1] * pi2_tmp[0]; in ihevc_itrans_recon_8x8() 198 e[0] = ee[0] + eo[0]; in ihevc_itrans_recon_8x8() [all …]
|
D | ihevc_chroma_itrans_recon_8x8.c | 119 WORD32 ee[2], eo[2]; in ihevc_chroma_itrans_recon_8x8() local 169 ee[0] = g_ai2_ihevc_trans_8[0][0] * pi2_src[0] in ihevc_chroma_itrans_recon_8x8() 171 ee[1] = g_ai2_ihevc_trans_8[0][1] * pi2_src[0] in ihevc_chroma_itrans_recon_8x8() 175 e[0] = ee[0] + eo[0]; in ihevc_chroma_itrans_recon_8x8() 176 e[3] = ee[0] - eo[0]; in ihevc_chroma_itrans_recon_8x8() 177 e[1] = ee[1] + eo[1]; in ihevc_chroma_itrans_recon_8x8() 178 e[2] = ee[1] - eo[1]; in ihevc_chroma_itrans_recon_8x8() 211 ee[0] = g_ai2_ihevc_trans_8[0][0] * pi2_tmp[0]; in ihevc_chroma_itrans_recon_8x8() 212 ee[1] = g_ai2_ihevc_trans_8[0][1] * pi2_tmp[0]; in ihevc_chroma_itrans_recon_8x8() 215 e[0] = ee[0] + eo[0]; in ihevc_chroma_itrans_recon_8x8() [all …]
|
D | ihevc_chroma_itrans_recon_16x16.c | 120 WORD32 ee[4], eo[4]; in ihevc_chroma_itrans_recon_16x16() local 176 ee[k] = eee[k] + eeo[k]; in ihevc_chroma_itrans_recon_16x16() 177 ee[k + 2] = eee[1 - k] - eeo[1 - k]; in ihevc_chroma_itrans_recon_16x16() 181 e[k] = ee[k] + eo[k]; in ihevc_chroma_itrans_recon_16x16() 182 e[k + 4] = ee[3 - k] - eo[3 - k]; in ihevc_chroma_itrans_recon_16x16() 225 ee[k] = eee[k] + eeo[k]; in ihevc_chroma_itrans_recon_16x16() 226 ee[k + 2] = eee[1 - k] - eeo[1 - k]; in ihevc_chroma_itrans_recon_16x16() 230 e[k] = ee[k] + eo[k]; in ihevc_chroma_itrans_recon_16x16() 231 e[k + 4] = ee[3 - k] - eo[3 - k]; in ihevc_chroma_itrans_recon_16x16() 277 ee[k] = eee[k] + eeo[k]; in ihevc_chroma_itrans_recon_16x16() [all …]
|
D | ihevc_itrans_recon_16x16.c | 110 WORD32 ee[4], eo[4]; in ihevc_itrans_recon_16x16() local 166 ee[k] = eee[k] + eeo[k]; in ihevc_itrans_recon_16x16() 167 ee[k + 2] = eee[1 - k] - eeo[1 - k]; in ihevc_itrans_recon_16x16() 171 e[k] = ee[k] + eo[k]; in ihevc_itrans_recon_16x16() 172 e[k + 4] = ee[3 - k] - eo[3 - k]; in ihevc_itrans_recon_16x16() 216 ee[k] = eee[k] + eeo[k]; in ihevc_itrans_recon_16x16() 217 ee[k + 2] = eee[1 - k] - eeo[1 - k]; in ihevc_itrans_recon_16x16() 221 e[k] = ee[k] + eo[k]; in ihevc_itrans_recon_16x16() 222 e[k + 4] = ee[3 - k] - eo[3 - k]; in ihevc_itrans_recon_16x16() 268 ee[k] = eee[k] + eeo[k]; in ihevc_itrans_recon_16x16() [all …]
|
D | ihevc_itrans_recon_32x32.c | 111 WORD32 ee[8], eo[8]; in ihevc_itrans_recon_32x32() local 179 ee[k] = eee[k] + eeo[k]; in ihevc_itrans_recon_32x32() 180 ee[k + 4] = eee[3 - k] - eeo[3 - k]; in ihevc_itrans_recon_32x32() 184 e[k] = ee[k] + eo[k]; in ihevc_itrans_recon_32x32() 185 e[k + 8] = ee[7 - k] - eo[7 - k]; in ihevc_itrans_recon_32x32() 239 ee[k] = eee[k] + eeo[k]; in ihevc_itrans_recon_32x32() 240 ee[k + 4] = eee[3 - k] - eeo[3 - k]; in ihevc_itrans_recon_32x32() 244 e[k] = ee[k] + eo[k]; in ihevc_itrans_recon_32x32() 245 e[k + 8] = ee[7 - k] - eo[7 - k]; in ihevc_itrans_recon_32x32() 299 ee[k] = eee[k] + eeo[k]; in ihevc_itrans_recon_32x32() [all …]
|
D | ihevc_itrans.c | 331 WORD32 ee[2], eo[2]; in ihevc_itrans_8x8() local 361 ee[0] = g_ai2_ihevc_trans_8[0][0] * pi2_src[0] in ihevc_itrans_8x8() 363 ee[1] = g_ai2_ihevc_trans_8[0][1] * pi2_src[0] in ihevc_itrans_8x8() 367 e[0] = ee[0] + eo[0]; in ihevc_itrans_8x8() 368 e[3] = ee[0] - eo[0]; in ihevc_itrans_8x8() 369 e[1] = ee[1] + eo[1]; in ihevc_itrans_8x8() 370 e[2] = ee[1] - eo[1]; in ihevc_itrans_8x8() 410 WORD32 ee[2], eo[2]; in ihevc_itrans_8x8() local 480 ee[0] = (pi2_src[0] + pi2_src[4 * src_strd]) << 6; in ihevc_itrans_8x8() 481 ee[1] = (pi2_src[0] - pi2_src[4 * src_strd]) << 6; in ihevc_itrans_8x8() [all …]
|
/external/valgrind/main/memcheck/tests/amd64/ |
D | fxsave-amd64.stdout.exp | 18 176 01 ef cd ab dd cc bb aa 11 00 ff ee ba dc fe 10 21 224 01 ef cd ab dd cc bb aa 11 00 ff ee ba dc fe 10 24 272 01 ef cd ab dd cc bb aa 11 00 ff ee ba dc fe 10 25 288 01 ef cd ab dd cc bb aa 11 00 ff ee ba dc fe 10 28 336 01 ef cd ab dd cc bb aa 11 00 ff ee ba dc fe 10 29 352 01 ef cd ab dd cc bb aa 11 00 ff ee ba dc fe 10 32 400 01 ef cd ab dd cc bb aa 11 00 ff ee ba dc fe 10 86 176 01 ef cd ab dd cc bb aa 11 00 ff ee ba dc fe 10 89 224 01 ef cd ab dd cc bb aa 11 00 ff ee ba dc fe 10 92 272 01 ef cd ab dd cc bb aa 11 00 ff ee ba dc fe 10 [all …]
|
/external/chromium_org/third_party/webrtc/base/ |
D | signalthread.cc | 36 EnterExit ee(this); in SetName() local 43 EnterExit ee(this); in SetPriority() local 50 EnterExit ee(this); in Start() local 62 EnterExit ee(this); in Destroy() local 85 EnterExit ee(this); in Release() local 98 EnterExit ee(this); in ContinueWork() local 104 EnterExit ee(this); in OnMessage() local 137 EnterExit ee(this); in Run() local 145 EnterExit ee(this); in OnMainThreadDestroyed() local
|
/external/chromium_org/third_party/skia/src/gpu/effects/ |
D | GrOvalEffect.cpp | 249 const EllipseEffect& ee = other.cast<EllipseEffect>(); in onIsEqual() local 250 return fEdgeType == ee.fEdgeType && fCenter == ee.fCenter && fRadii == ee.fRadii; in onIsEqual() 312 const EllipseEffect& ee = fp.cast<EllipseEffect>(); in emitCode() local 334 switch (ee.getEdgeType()) { in emitCode() 357 const EllipseEffect& ee = effect.cast<EllipseEffect>(); in GenKey() local 358 b->add32(ee.getEdgeType()); in GenKey() 362 const EllipseEffect& ee = effect.cast<EllipseEffect>(); in setData() local 363 if (ee.getRadii() != fPrevRadii || ee.getCenter() != fPrevCenter) { in setData() 364 SkScalar invRXSqd = 1.f / (ee.getRadii().fX * ee.getRadii().fX); in setData() 365 SkScalar invRYSqd = 1.f / (ee.getRadii().fY * ee.getRadii().fY); in setData() [all …]
|
/external/skia/src/gpu/effects/ |
D | GrOvalEffect.cpp | 248 const EllipseEffect& ee = CastEffect<EllipseEffect>(other); in onIsEqual() local 249 return fEdgeType == ee.fEdgeType && fCenter == ee.fCenter && fRadii == ee.fRadii; in onIsEqual() 311 const EllipseEffect& ee = drawEffect.castEffect<EllipseEffect>(); in emitCode() local 331 switch (ee.getEdgeType()) { in emitCode() 354 const EllipseEffect& ee = drawEffect.castEffect<EllipseEffect>(); in GenKey() local 355 return ee.getEdgeType(); in GenKey() 359 const EllipseEffect& ee = drawEffect.castEffect<EllipseEffect>(); in setData() local 360 if (ee.getRadii() != fPrevRadii || ee.getCenter() != fPrevCenter) { in setData() 361 SkScalar invRXSqd = 1.f / (ee.getRadii().fX * ee.getRadii().fX); in setData() 362 SkScalar invRYSqd = 1.f / (ee.getRadii().fY * ee.getRadii().fY); in setData() [all …]
|
/external/llvm/test/Bindings/Ocaml/ |
D | executionengine.ml | 71 let ee = ExecutionEngine.create m in 72 ExecutionEngine.add_module m2 ee; 75 ExecutionEngine.run_static_ctors ee; 78 let res = ExecutionEngine.run_function_as_main main [|"test"|] [||] ee in 82 ExecutionEngine.free_machine_code main ee; 85 match ExecutionEngine.find_function "dne" ee with 89 match ExecutionEngine.find_function "plus" ee with 97 ee in 101 Llvm.dispose_module (ExecutionEngine.remove_module m2 ee); 104 ExecutionEngine.run_static_dtors ee; [all …]
|
/external/llvm/bindings/ocaml/executionengine/ |
D | llvm_executionengine.mli | 91 is not garbage collected and must be destroyed with [dispose ee]. 98 [dispose ee]. 105 engine is not garbage collected and must be destroyed with [dispose ee]. 109 (** [dispose ee] releases the memory used by the execution engine and must be 113 (** [add_module m ee] adds the module [m] to the execution engine [ee]. *) 116 (** [remove_module m ee] removes the module [m] from the execution engine 117 [ee], disposing of [m] and the module referenced by [mp]. Raises 121 (** [find_function n ee] finds the function named [n] defined in any of the 122 modules owned by the execution engine [ee]. Returns [None] if the function 126 (** [run_function f args ee] synchronously executes the function [f] with the [all …]
|
/external/chromium_org/third_party/icu/source/data/lang/ |
D | ee.txt | 6 // * Source File: <path>/common/main/ee.xml 10 * ICU <specials> source: <path>/common/main/ee.xml 12 ee{ 14 ee{"eʋegbe"}
|
/external/chromium_org/net/tools/epoll_server/ |
D | epoll_server.cc | 556 struct epoll_event ee; in DelFD() local 557 memset(&ee, 0, sizeof(ee)); in DelFD() 561 if (epoll_ctl(epoll_fd_, EPOLL_CTL_DEL, fd, &ee)) { in DelFD() 572 struct epoll_event ee; in AddFD() local 573 memset(&ee, 0, sizeof(ee)); in AddFD() 574 ee.events = event_mask | EPOLLERR | EPOLLHUP; in AddFD() 575 ee.data.fd = fd; in AddFD() 577 event_recorder_.RecordFDMaskEvent(fd, ee.events, "AddFD"); in AddFD() 579 if (epoll_ctl(epoll_fd_, EPOLL_CTL_ADD, fd, &ee)) { in AddFD() 590 struct epoll_event ee; in ModFD() local [all …]
|
/external/chromium_org/net/data/ssl/scripts/ |
D | generate-test-certs.sh | 47 -config ee.cnf 53 -config ee.cnf 109 -config ../scripts/ee.cnf -newkey rsa:2048 -text \ 115 -config ../scripts/ee.cnf -newkey rsa:2048 -text \ 120 -config ../scripts/ee.cnf -newkey rsa:2048 -text \ 126 -config ../scripts/ee.cnf -newkey rsa:2048 -text \
|
D | generate-weak-test-chains.sh | 100 -out out/$key_type-ee-by-$signer_key_type-intermediate.key $key_size 153 -key out/$key_type-ee-by-$signer_key_type-intermediate.key \ 154 -out out/$key_type-ee-by-$signer_key_type-intermediate.csr \ 155 -config ee.cnf 165 -in out/$key_type-ee-by-$signer_key_type-intermediate.csr \ 166 -out out/$key_type-ee-by-$signer_key_type-intermediate.pem \
|
/external/qemu/telephony/ |
D | sysdeps_posix.c | 213 int ee; in sys_channel_on() local 214 for (ee = 0; ee < SYS_EVENT_MAX; ee++) in sys_channel_on() 215 if (adds & (1 << ee)) in sys_channel_on() 216 FD_SET( channel->fd, &_s_fdsets[ee] ); in sys_channel_on() 219 int ee; in sys_channel_on() local 220 for (ee = 0; ee < SYS_EVENT_MAX; ee++) in sys_channel_on() 221 if (removes & (1 << ee)) in sys_channel_on() 222 FD_CLR( channel->fd, &_s_fdsets[ee] ); in sys_channel_on()
|
/external/chromium_org/third_party/icu/source/data/coll/ |
D | ee.txt | 6 // * Source File: <path>/common/collation/ee.xml 10 * ICU <specials> source: <path>/xml/collation/ee.xml 12 ee{
|
/external/icu/icu4c/source/data/coll/ |
D | ee.txt | 6 // * Source File: <path>/common/collation/ee.xml 10 * ICU <specials> source: <path>/xml/collation/ee.xml 12 ee{
|
/external/chromium_org/third_party/icu/source/data/locales/ |
D | ee.txt | 6 // * Source File: <path>/common/main/ee.xml 10 * ICU <specials> source: <path>/common/main/ee.xml 12 ee{
|
D | saq.txt | 124 "Mderot ee are", 125 "Mderot ee kuni", 126 "Mderot ee ong'wan", 127 "Mderot ee inet", 128 "Mderot ee ile", 129 "Mderot ee sapa", 130 "Mderot ee kwe",
|
/external/clang/test/Sema/ |
D | conditional-expr.c | 31 enum {xxx,yyy,zzz} e, *ee; in foo() local 33 ee = ee ? &x : ee ? &i : &e; // expected-warning {{pointer type mismatch}} in foo()
|
/external/icu/icu4c/source/data/locales/ |
D | saq.txt | 124 "Mderot ee are", 125 "Mderot ee kuni", 126 "Mderot ee ong'wan", 127 "Mderot ee inet", 128 "Mderot ee ile", 129 "Mderot ee sapa", 130 "Mderot ee kwe",
|
/external/guava/guava/src/com/google/common/util/concurrent/ |
D | AbstractListeningExecutorService.java | 79 ExecutionException ee = null; in doInvokeAny() local 114 ee = eex; in doInvokeAny() 116 ee = new ExecutionException(rex); in doInvokeAny() 121 if (ee == null) { in doInvokeAny() 122 ee = new ExecutionException(null); in doInvokeAny() 124 throw ee; in doInvokeAny()
|
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/ |
D | fft.c | 73 WebRtc_Word16 dd, ee, ff, gg, hh, ii; in WebRtcIsacfix_FftRadix16Fastest() local 207 ee = 0; in WebRtcIsacfix_FftRadix16Fastest() 214 ee = ff + (WebRtc_Word16)WEBRTC_SPL_MUL_16_16(hh, ff); in WebRtcIsacfix_FftRadix16Fastest() 215 dd = ee + 60; in WebRtcIsacfix_FftRadix16Fastest() 216 ccc2Q14 = kCosTabFfftQ14[ee]; in WebRtcIsacfix_FftRadix16Fastest() 307 ee=0; in WebRtcIsacfix_FftRadix16Fastest() 315 ee = ff+60; in WebRtcIsacfix_FftRadix16Fastest() 321 sss2Q14 = kCosTabFfftQ14[ee]; in WebRtcIsacfix_FftRadix16Fastest()
|