Searched refs:xh (Results 1 – 25 of 150) sorted by relevance
123456
/external/opencv3/modules/cudalegacy/src/cuda/ |
D | NCVPyramid.cu | 267 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/ |
D | subpel_variance_sse2.asm | 119 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, \
|
D | highbd_subpel_variance_impl_sse2.asm | 103 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/ |
D | sq.txt | 23 "&[before 1]Y<xh<<<Xh<<<XH"
|
/external/icu/icu4c/source/data/lang/ |
D | ti.txt | 101 xh{"ዞሳኛ"}
|
D | kok.txt | 144 xh{"झ़ौसा"}
|
D | rw.txt | 113 xh{"Inyehawusa"}
|
D | uz_Cyrl.txt | 129 xh{"Хоса"}
|
D | dz.txt | 148 xh{"ཞོ་ས་ཁ"}
|
D | om.txt | 94 xh{"Afaan Xhosa"}
|
D | mzn.txt | 234 xh{"خوسا"}
|
D | lrc.txt | 233 xh{"خوٙسا"}
|
D | yo.txt | 104 xh{"Èdè Xhosa"}
|
D | ce.txt | 236 xh{"коса"}
|
D | yo_BJ.txt | 104 xh{"Èdè Xhosa"}
|
D | eo.txt | 155 xh{"ksosa"}
|
D | mn.txt | 236 xh{"хоса"}
|
D | si.txt | 244 xh{"ශෝසා"}
|
D | ky.txt | 236 xh{"косача"}
|
D | kk.txt | 241 xh{"кхоса тілі"}
|
/external/v8/benchmarks/ |
D | crypto.js | 94 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/ |
D | fr-FR_nk0_kdt_mgc5.pkb | 14 …�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/ |
D | es2fDepthRangeTests.cpp | 248 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/ |
D | es3fFragDepthTests.cpp | 255 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/ |
D | locmap.c | 697 ILCID_POSIX_ELEMENT_ARRAY(0x0434, xh, xh_ZA) 870 ILCID_POSIX_MAP(xh), /* xh Xhosa 0x34 */
|
123456