Home
last modified time | relevance | path

Searched refs:eo (Results 1 – 25 of 184) sorted by relevance

12345678

/external/libhevc/common/
Dihevc_itrans_recon_8x8.c110 WORD32 ee[2], eo[2]; in ihevc_itrans_recon_8x8() local
154 eo[0] = g_ai2_ihevc_trans_8[2][0] * pi2_src[2 * src_strd]; in ihevc_itrans_recon_8x8()
155 eo[1] = g_ai2_ihevc_trans_8[2][1] * pi2_src[2 * src_strd]; 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()
192 eo[0] = g_ai2_ihevc_trans_8[2][0] * pi2_tmp[2 * trans_size]; in ihevc_itrans_recon_8x8()
193 eo[1] = g_ai2_ihevc_trans_8[2][1] * pi2_tmp[2 * trans_size]; in ihevc_itrans_recon_8x8()
198 e[0] = ee[0] + eo[0]; in ihevc_itrans_recon_8x8()
[all …]
Dihevc_chroma_itrans_recon_8x8.c119 WORD32 ee[2], eo[2]; in ihevc_chroma_itrans_recon_8x8() local
165 eo[0] = g_ai2_ihevc_trans_8[2][0] * pi2_src[2 * src_strd] in ihevc_chroma_itrans_recon_8x8()
167 eo[1] = g_ai2_ihevc_trans_8[2][1] * pi2_src[2 * src_strd] 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()
209 eo[0] = g_ai2_ihevc_trans_8[2][0] * pi2_tmp[2 * trans_size]; in ihevc_chroma_itrans_recon_8x8()
210 eo[1] = g_ai2_ihevc_trans_8[2][1] * pi2_tmp[2 * trans_size]; in ihevc_chroma_itrans_recon_8x8()
215 e[0] = ee[0] + eo[0]; in ihevc_chroma_itrans_recon_8x8()
[all …]
Dihevc_chroma_itrans_recon_16x16.c120 WORD32 ee[4], eo[4]; in ihevc_chroma_itrans_recon_16x16() local
166 eo[k] = g_ai2_ihevc_trans_16[2][k] * pi2_src[2 * src_strd]; 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()
215 eo[k] = g_ai2_ihevc_trans_16[2][k] * pi2_tmp[2 * trans_size]; 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()
265 eo[k] = g_ai2_ihevc_trans_16[2][k] * pi2_tmp[2 * trans_size] in ihevc_chroma_itrans_recon_16x16()
282 e[k] = ee[k] + eo[k]; in ihevc_chroma_itrans_recon_16x16()
283 e[k + 4] = ee[3 - k] - eo[3 - k]; in ihevc_chroma_itrans_recon_16x16()
[all …]
Dihevc_itrans_recon_16x16.c110 WORD32 ee[4], eo[4]; in ihevc_itrans_recon_16x16() local
156 eo[k] = g_ai2_ihevc_trans_16[2][k] * pi2_src[2 * src_strd]; 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()
206 eo[k] = g_ai2_ihevc_trans_16[2][k] * pi2_tmp[2 * trans_size]; 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()
256 eo[k] = g_ai2_ihevc_trans_16[2][k] * pi2_tmp[2 * trans_size] in ihevc_itrans_recon_16x16()
273 e[k] = ee[k] + eo[k]; in ihevc_itrans_recon_16x16()
274 e[k + 4] = ee[3 - k] - eo[3 - k]; in ihevc_itrans_recon_16x16()
[all …]
Dihevc_itrans.c331 WORD32 ee[2], eo[2]; in ihevc_itrans_8x8() local
357 eo[0] = g_ai2_ihevc_trans_8[2][0] * pi2_src[2 * src_strd] in ihevc_itrans_8x8()
359 eo[1] = g_ai2_ihevc_trans_8[2][1] * pi2_src[2 * src_strd] 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
476 eo[0] = temp1 + 47 * pi2_src[2 * src_strd]; in ihevc_itrans_8x8()
477 eo[1] = temp1 - 119 * pi2_src[6 * src_strd]; in ihevc_itrans_8x8()
[all …]
Dihevc_itrans_recon_32x32.c111 WORD32 ee[8], eo[8]; in ihevc_itrans_recon_32x32() local
158 eo[k] = g_ai2_ihevc_trans_32[2][k] * pi2_src[2 * src_strd]; 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()
218 eo[k] = g_ai2_ihevc_trans_32[2][k] * pi2_tmp[2 * trans_size]; 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()
279 eo[k] = g_ai2_ihevc_trans_32[2][k] * pi2_tmp[2 * trans_size] in ihevc_itrans_recon_32x32()
304 e[k] = ee[k] + eo[k]; in ihevc_itrans_recon_32x32()
305 e[k + 8] = ee[7 - k] - eo[7 - k]; in ihevc_itrans_recon_32x32()
[all …]
/external/javassist/src/main/javassist/tools/rmi/
DAppletServer.java112 ExportedObject eo = new ExportedObject(); in exportObject() local
113 eo.object = obj; in exportObject()
114 eo.methods = clazz.getMethods(); in exportObject()
115 exportedObjects.addElement(eo); in exportObject()
116 eo.identifier = exportedObjects.size() - 1; in exportObject()
118 exportedNames.put(name, eo); in exportObject()
127 return eo.identifier; in exportObject()
154 ExportedObject eo in processRMI() local
157 rvalue = convertRvalue(eo.methods[methodId].invoke(eo.object, in processRMI()
197 ExportedObject eo in readParameters() local
[all …]
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_setup_tri.c352 __m128i eo, p0, p1, p2; in do_triangle_ccw() local
389 eo = _mm_sub_epi32(_mm_andnot_si128(dcdy_neg_mask, dcdy), in do_triangle_ccw()
397 transpose4_epi32(&c, &dcdx, &dcdy, &eo, in do_triangle_ccw()
458 plane[i].eo = 0; in do_triangle_ccw()
459 if (plane[i].dcdx < 0) plane[i].eo -= plane[i].dcdx; in do_triangle_ccw()
460 if (plane[i].dcdy > 0) plane[i].eo += plane[i].dcdy; in do_triangle_ccw()
470 plane[0].eo); in do_triangle_ccw()
476 plane[1].eo); in do_triangle_ccw()
482 plane[2].eo); in do_triangle_ccw()
510 plane[3].eo = 1; in do_triangle_ccw()
[all …]
Dlp_rast_tri_tmp.h84 const int cox = plane[j].eo * 4; in TAG()
85 const int ei = plane[j].dcdy - plane[j].dcdx - plane[j].eo; in TAG()
184 const int cox = plane[j].eo * 16; in TAG()
185 const int ei = plane[j].dcdy - plane[j].dcdx - plane[j].eo; in TAG()
287 const int cox = plane[j].eo * 4; in TRI_16()
Dlp_setup_line.c661 plane[i].eo = 0; in try_setup_line()
662 if (plane[i].dcdx < 0) plane[i].eo -= plane[i].dcdx; in try_setup_line()
663 if (plane[i].dcdy > 0) plane[i].eo += plane[i].dcdy; in try_setup_line()
691 plane[4].eo = 1; in try_setup_line()
696 plane[5].eo = 0; in try_setup_line()
701 plane[6].eo = 1; in try_setup_line()
706 plane[7].eo = 0; in try_setup_line()
Dlp_setup_point.c392 plane[0].eo = 1; in try_setup_point()
397 plane[1].eo = 0; in try_setup_point()
402 plane[2].eo = 1; in try_setup_point()
407 plane[3].eo = 0; in try_setup_point()
/external/lzma/CPP/7zip/UI/Console/
DMain.cpp403 CExtractOptions eo; in Main2() local
404 eo.StdInMode = options.StdInMode; in Main2()
405 eo.StdOutMode = options.StdOutMode; in Main2()
406 eo.PathMode = options.Command.GetPathMode(); in Main2()
407 eo.TestMode = options.Command.IsTestMode(); in Main2()
408 eo.OverwriteMode = options.OverwriteMode; in Main2()
409 eo.OutputDir = options.OutputDir; in Main2()
410 eo.YesToAll = options.YesToAll; in Main2()
411 eo.CalcCrc = options.CalcCrc; in Main2()
413 eo.Properties = options.ExtractProperties; in Main2()
[all …]
/external/fio/engines/
Dnet.c228 struct netio_options *o = td->eo; in set_window_size()
263 struct netio_options *o = td->eo; in set_mss()
331 struct netio_options *o = td->eo; in fio_netio_prep()
527 struct netio_options *o = td->eo; in fio_netio_send()
590 struct netio_options *o = td->eo; in fio_netio_recv()
648 struct netio_options *o = td->eo; in __fio_netio_queue()
691 struct netio_options *o = td->eo; in fio_netio_queue()
714 struct netio_options *o = td->eo; in fio_netio_connect()
829 struct netio_options *o = td->eo; in fio_netio_accept()
881 struct netio_options *o = td->eo; in fio_netio_send_close()
[all …]
Dcpu.c57 struct cpu_options *co = td->eo; in fio_cpuio_queue()
71 struct cpu_options *co = td->eo; in fio_cpuio_init()
/external/icu/icu4c/source/data/curr/
Deo.txt6 // * Source File: <path>/common/main/eo.xml
9 eo{
/external/icu/icu4c/source/data/zone/
Deo.txt6 // * Source File: <path>/common/main/eo.xml
9 eo{
/external/icu/icu4c/source/data/unit/
Deo.txt6 // * Source File: <path>/common/main/eo.xml
9 eo{
/external/icu/icu4c/source/data/coll/
Deo.txt6 // * Source File: <path>/common/collation/eo.xml
9 eo{
/external/pcre/dist/
Dpcreposix.c325 int rc, so, eo; in regexec() local
368 eo = pmatch[0].rm_eo; in regexec()
373 eo = (int)strlen(string); in regexec()
376 rc = pcre_exec((const pcre *)preg->re_pcre, NULL, string + so, (eo - so), in regexec()
/external/icu/icu4c/source/data/rbnf/
Deo.txt6 // * Source File: <path>/common/rbnf/eo.xml
9 eo{
/external/icu/icu4c/source/data/lang/
Deo.txt6 // * Source File: <path>/common/main/eo.xml
9 eo{
38 eo{"esperanto"}
/external/icu/icu4c/source/data/translit/
Dro_ro_FONIPA.txt12 eoai → eo\u032Faj ; # eg. leoaică → /leo\u032Fajkə/, not /le\u032Fo\u032Faikə/
39 eo → e\u032Fo ;
/external/icu/icu4c/source/data/locales/
Deo.txt6 // * Source File: <path>/common/main/eo.xml
9 eo{
/external/bison/po/
DLINGUAS4 eo
/external/bison/runtime-po/
DLINGUAS5 eo

12345678