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

1 2 3

  /external/libhevc/common/
ihevc_itrans_recon_8x8.c 110 WORD32 ee[2], eo[2]; local
154 eo[0] = g_ai2_ihevc_trans_8[2][0] * pi2_src[2 * src_strd];
155 eo[1] = g_ai2_ihevc_trans_8[2][1] * pi2_src[2 * src_strd];
160 e[0] = ee[0] + eo[0];
161 e[3] = ee[0] - eo[0];
162 e[1] = ee[1] + eo[1];
163 e[2] = ee[1] - eo[1];
192 eo[0] = g_ai2_ihevc_trans_8[2][0] * pi2_tmp[2 * trans_size];
193 eo[1] = g_ai2_ihevc_trans_8[2][1] * pi2_tmp[2 * trans_size];
198 e[0] = ee[0] + eo[0]
    [all...]
ihevc_chroma_itrans_recon_8x8.c 119 WORD32 ee[2], eo[2]; local
165 eo[0] = g_ai2_ihevc_trans_8[2][0] * pi2_src[2 * src_strd]
167 eo[1] = g_ai2_ihevc_trans_8[2][1] * pi2_src[2 * src_strd]
175 e[0] = ee[0] + eo[0];
176 e[3] = ee[0] - eo[0];
177 e[1] = ee[1] + eo[1];
178 e[2] = ee[1] - eo[1];
209 eo[0] = g_ai2_ihevc_trans_8[2][0] * pi2_tmp[2 * trans_size];
210 eo[1] = g_ai2_ihevc_trans_8[2][1] * pi2_tmp[2 * trans_size];
215 e[0] = ee[0] + eo[0]
    [all...]
ihevc_itrans.c 331 WORD32 ee[2], eo[2]; local
357 eo[0] = g_ai2_ihevc_trans_8[2][0] * pi2_src[2 * src_strd]
359 eo[1] = g_ai2_ihevc_trans_8[2][1] * pi2_src[2 * src_strd]
367 e[0] = ee[0] + eo[0];
368 e[3] = ee[0] - eo[0];
369 e[1] = ee[1] + eo[1];
370 e[2] = ee[1] - eo[1];
410 WORD32 ee[2], eo[2]; local
468 eo[0] = 83 *pi2_src[ 2*8 ] + 36 *pi2_src[ 6*8 ];
469 eo[1] = 36 *pi2_src[ 2*8 ] + -83 *pi2_src[ 6*8 ]
554 WORD32 ee[4], eo[4]; local
649 WORD32 ee[4], eo[4]; local
854 WORD32 ee[8], eo[8]; local
    [all...]
ihevc_chroma_itrans_recon_16x16.c 120 WORD32 ee[4], eo[4]; local
166 eo[k] = g_ai2_ihevc_trans_16[2][k] * pi2_src[2 * src_strd];
181 e[k] = ee[k] + eo[k];
182 e[k + 4] = ee[3 - k] - eo[3 - k];
215 eo[k] = g_ai2_ihevc_trans_16[2][k] * pi2_tmp[2 * trans_size];
230 e[k] = ee[k] + eo[k];
231 e[k + 4] = ee[3 - k] - eo[3 - k];
265 eo[k] = g_ai2_ihevc_trans_16[2][k] * pi2_tmp[2 * trans_size]
282 e[k] = ee[k] + eo[k];
283 e[k + 4] = ee[3 - k] - eo[3 - k]
    [all...]
ihevc_itrans_recon_16x16.c 110 WORD32 ee[4], eo[4]; local
156 eo[k] = g_ai2_ihevc_trans_16[2][k] * pi2_src[2 * src_strd];
171 e[k] = ee[k] + eo[k];
172 e[k + 4] = ee[3 - k] - eo[3 - k];
206 eo[k] = g_ai2_ihevc_trans_16[2][k] * pi2_tmp[2 * trans_size];
221 e[k] = ee[k] + eo[k];
222 e[k + 4] = ee[3 - k] - eo[3 - k];
256 eo[k] = g_ai2_ihevc_trans_16[2][k] * pi2_tmp[2 * trans_size]
273 e[k] = ee[k] + eo[k];
274 e[k + 4] = ee[3 - k] - eo[3 - k]
    [all...]
ihevc_itrans_recon_32x32.c 111 WORD32 ee[8], eo[8]; local
158 eo[k] = g_ai2_ihevc_trans_32[2][k] * pi2_src[2 * src_strd];
184 e[k] = ee[k] + eo[k];
185 e[k + 8] = ee[7 - k] - eo[7 - k];
218 eo[k] = g_ai2_ihevc_trans_32[2][k] * pi2_tmp[2 * trans_size];
244 e[k] = ee[k] + eo[k];
245 e[k + 8] = ee[7 - k] - eo[7 - k];
279 eo[k] = g_ai2_ihevc_trans_32[2][k] * pi2_tmp[2 * trans_size]
304 e[k] = ee[k] + eo[k];
305 e[k + 8] = ee[7 - k] - eo[7 - k]
    [all...]
  /external/javassist/src/main/javassist/tools/rmi/
AppletServer.java 112 ExportedObject eo = new ExportedObject(); local
113 eo.object = obj;
114 eo.methods = clazz.getMethods();
115 exportedObjects.addElement(eo);
116 eo.identifier = exportedObjects.size() - 1;
118 exportedNames.put(name, eo);
127 return eo.identifier;
154 ExportedObject eo local
157 rvalue = convertRvalue(eo.methods[methodId].invoke(eo.object
197 ExportedObject eo local
    [all...]
  /external/lzma/CPP/7zip/UI/Console/
Main.cpp 403 CExtractOptions eo; local
404 eo.StdInMode = options.StdInMode;
405 eo.StdOutMode = options.StdOutMode;
406 eo.PathMode = options.Command.GetPathMode();
407 eo.TestMode = options.Command.IsTestMode();
408 eo.OverwriteMode = options.OverwriteMode;
409 eo.OutputDir = options.OutputDir;
410 eo.YesToAll = options.YesToAll;
411 eo.CalcCrc = options.CalcCrc;
413 eo.Properties = options.ExtractProperties;
    [all...]
  /external/fio/engines/
cpu.c 57 struct cpu_options *co = td->eo;
71 struct cpu_options *co = td->eo;
net.c 235 struct netio_options *o = td->eo;
390 struct netio_options *o = td->eo;
450 struct netio_options *o = td->eo;
499 struct netio_options *o = td->eo;
540 struct netio_options *o = td->eo;
563 struct netio_options *o = td->eo;
669 struct netio_options *o = td->eo;
721 struct netio_options *o = td->eo;
745 struct netio_options *o = td->eo;
760 struct netio_options *o = td->eo;
    [all...]
e4defrag.c 71 struct e4defrag_options *o = td->eo;
139 struct e4defrag_options *o = td->eo;
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_setup_tri.c 352 __m128i eo, p0, p1, p2; local
389 eo = _mm_sub_epi32(_mm_andnot_si128(dcdy_neg_mask, dcdy),
392 /* ei = _mm_sub_epi32(_mm_sub_epi32(dcdy, dcdx), eo); */
397 transpose4_epi32(&c, &dcdx, &dcdy, &eo,
458 plane[i].eo = 0;
459 if (plane[i].dcdx < 0) plane[i].eo -= plane[i].dcdx;
460 if (plane[i].dcdy > 0) plane[i].eo += plane[i].dcdy;
470 plane[0].eo);
476 plane[1].eo);
482 plane[2].eo);
660 int eo[MAX_PLANES]; local
    [all...]
lp_rast_tri_tmp.h 84 const int cox = plane[j].eo * 4;
85 const int ei = plane[j].dcdy - plane[j].dcdx - plane[j].eo;
184 const int cox = plane[j].eo * 16;
185 const int ei = plane[j].dcdy - plane[j].dcdx - plane[j].eo;
287 const int cox = plane[j].eo * 4;
lp_setup_point.c 392 plane[0].eo = 1;
397 plane[1].eo = 0;
402 plane[2].eo = 1;
407 plane[3].eo = 0;
lp_setup_line.c 661 plane[i].eo = 0;
662 if (plane[i].dcdx < 0) plane[i].eo -= plane[i].dcdx;
663 if (plane[i].dcdy > 0) plane[i].eo += plane[i].dcdy;
691 plane[4].eo = 1;
696 plane[5].eo = 0;
701 plane[6].eo = 1;
706 plane[7].eo = 0;
  /external/e2fsprogs/debugfs/
ro_debug_cmds.ct 91 extent_open, eo;
debug_cmds.ct 185 extent_open, eo;
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_setup_tri.c 352 __m128i eo, p0, p1, p2; local
389 eo = _mm_sub_epi32(_mm_andnot_si128(dcdy_neg_mask, dcdy),
392 /* ei = _mm_sub_epi32(_mm_sub_epi32(dcdy, dcdx), eo); */
397 transpose4_epi32(&c, &dcdx, &dcdy, &eo,
458 plane[i].eo = 0;
459 if (plane[i].dcdx < 0) plane[i].eo -= plane[i].dcdx;
460 if (plane[i].dcdy > 0) plane[i].eo += plane[i].dcdy;
470 plane[0].eo);
476 plane[1].eo);
482 plane[2].eo);
660 int eo[MAX_PLANES]; local
    [all...]
lp_rast_tri_tmp.h 84 const int cox = plane[j].eo * 4;
85 const int ei = plane[j].dcdy - plane[j].dcdx - plane[j].eo;
184 const int cox = plane[j].eo * 16;
185 const int ei = plane[j].dcdy - plane[j].dcdx - plane[j].eo;
287 const int cox = plane[j].eo * 4;
lp_setup_point.c 392 plane[0].eo = 1;
397 plane[1].eo = 0;
402 plane[2].eo = 1;
407 plane[3].eo = 0;
lp_setup_line.c 661 plane[i].eo = 0;
662 if (plane[i].dcdx < 0) plane[i].eo -= plane[i].dcdx;
663 if (plane[i].dcdy > 0) plane[i].eo += plane[i].dcdy;
691 plane[4].eo = 1;
696 plane[5].eo = 0;
701 plane[6].eo = 1;
706 plane[7].eo = 0;
  /external/chromium_org/remoting/host/installer/mac/Scripts/
remoting_preflight.sh 26 ps -eo uid,command | awk -v script="$SCRIPT_FILE" '
  /external/fio/
ioengines.c 178 if (td->eo && td->io_ops->options) {
179 options_free(td->io_ops->options, td->eo);
180 free(td->eo);
181 td->eo = NULL;
init.c 356 td->eo = NULL;
846 * In cases where td->eo is set, clone it for a child thread.
851 void *origeo = td->eo;
855 if (!origeo && td != &def_thread && def_thread.eo &&
857 origeo = def_thread.eo;
860 td->eo = malloc(td->io_ops->option_struct_size);
867 memcpy(td->eo, origeo, td->io_ops->option_struct_size);
868 options_mem_dupe(td->eo, td->io_ops->options);
870 memset(td->eo, 0, td->io_ops->option_struct_size);
871 fill_default_options(td->eo, td->io_ops->options)
    [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
RedundentExprEliminator.java 560 ExpressionOwner eo = (ExpressionOwner)paths.elementAt(i); local
561 if(null == eo)
565 LocPathIterator lpi = (LocPathIterator)eo.getExpression();
570 first = new MultistepExprHolder(eo, numPaths, null);
572 first = first.addInSortedOrder(eo, numPaths);
    [all...]

Completed in 1094 milliseconds

1 2 3