Home
last modified time | relevance | path

Searched refs:xh (Results 1 – 25 of 150) sorted by relevance

123456

/external/opencv3/modules/cudalegacy/src/cuda/
DNCVPyramid.cu267 Ncv32u xh = xl+1; in kernelInterpolateFrom1() local
279 p01 = xh < szTopRoi.width ? d_src_line1[xh] : p00; in kernelInterpolateFrom1()
281 p11 = (xh < szTopRoi.width && yh < szTopRoi.height) ? d_src_line2[xh] : p00; in kernelInterpolateFrom1()
347 Ncv32u xh = xl+1;
354 p01 = xh < refLayer.width() ? refLayer.at(xh, yl) : p00;
356 p11 = (xh < refLayer.width() && yh < refLayer.height()) ? refLayer.at(xh, yh) : p00;
/external/libvpx/libvpx/vpx_dsp/x86/
Dsubpel_variance_sse2.asm119 cglobal sub_pixel_avg_variance%1xh, 9, 10, 13, src, src_stride, \
125 cglobal sub_pixel_variance%1xh, 7, 8, 13, src, src_stride, x_offset, \
133 cglobal sub_pixel_avg_variance%1xh, 7, 7, 13, src, src_stride, \
153 cglobal sub_pixel_variance%1xh, 7, 7, 13, src, src_stride, x_offset, \
172 cglobal sub_pixel_avg_variance%1xh, 7 + 2 * ARCH_X86_64, \
186 cglobal sub_pixel_variance%1xh, 7, 7, 13, src, src_stride, x_offset, \
Dhighbd_subpel_variance_impl_sse2.asm103 cglobal highbd_sub_pixel_avg_variance%1xh, 9, 10, 13, src, src_stride, \
109 cglobal highbd_sub_pixel_variance%1xh, 7, 8, 13, src, src_stride, x_offset, \
117 cglobal highbd_sub_pixel_avg_variance%1xh, 7, 7, 13, src, src_stride, \
137 cglobal highbd_sub_pixel_variance%1xh, 7, 7, 13, src, src_stride, \
156 cglobal highbd_sub_pixel_avg_variance%1xh, 7 + 2 * ARCH_X86_64, \
170 cglobal highbd_sub_pixel_variance%1xh, 7, 7, 13, src, src_stride, \
/external/icu/icu4c/source/data/coll/
Dsq.txt23 "&[before 1]Y<xh<<<Xh<<<XH"
/external/icu/icu4c/source/data/lang/
Dti.txt101 xh{"ዞሳኛ"}
Dkok.txt144 xh{"झ़ौसा"}
Drw.txt113 xh{"Inyehawusa"}
Duz_Cyrl.txt129 xh{"Хоса"}
Ddz.txt148 xh{"ཞོ་ས་ཁ"}
Dom.txt94 xh{"Afaan Xhosa"}
Dmzn.txt234 xh{"خوسا"}
Dlrc.txt233 xh{"خوٙسا"}
Dyo.txt104 xh{"Èdè Xhosa"}
Dce.txt236 xh{"коса"}
Dyo_BJ.txt104 xh{"Èdè Xhosa"}
Deo.txt155 xh{"ksosa"}
Dmn.txt236 xh{"хоса"}
Dsi.txt244 xh{"ශෝසා"}
Dky.txt236 xh{"косача"}
Dkk.txt241 xh{"кхоса тілі"}
/external/v8/benchmarks/
Dcrypto.js94 var xl = x&0x7fff, xh = x>>15;
98 var m = xh*l+h*xl;
100 c = (l>>>30)+(m>>>15)+xh*h+(c>>>30);
112 var xl = x&0x3fff, xh = x>>14;
116 var m = xh*l+h*xl;
118 c = (l>>28)+(m>>14)+xh*h;
130 var xl = x&0x1fff, xh = x>>13;
134 var m = xh*l+h*xl;
136 c = (l>>26)+(m>>13)+xh*h;
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/fr-FR/
Dfr-FR_nk0_kdt_mgc5.pkb14 …�Kõ�����a����pmA���I�S���Sk%ɾ�C��r�$9��A�N݇����s'�>�� ����0�ǘ�xh�~Z���òc>q�p�C���h,; …
/external/deqp/modules/gles2/functional/
Des2fDepthRangeTests.cpp248 float xh = ((float)(x - half) + 0.5f) / (float)(referenceFrame.getWidth()-half); in iterate() local
249 float rd = 1.0f - (xh + yf) * 0.5f; in iterate()
/external/deqp/modules/gles3/functional/
Des3fFragDepthTests.cpp255 float xh = ((float)(x - half) + 0.5f) / (float)(referenceFrame.getWidth()-half); in iterate() local
256 float rd = 1.0f - (xh + yf) * 0.5f; in iterate()
/external/icu/icu4c/source/common/
Dlocmap.c697 ILCID_POSIX_ELEMENT_ARRAY(0x0434, xh, xh_ZA)
870 ILCID_POSIX_MAP(xh), /* xh Xhosa 0x34 */

123456