/third_party/astc-encoder/Source/ |
D | astcenccli_image_load_store.cpp | 1401 int ym = y_flip ? dim_y - y - 1 : y; in store_ktx_uncompressed_image() local 1407 row_pointers8[z][y][x] = data8[(4 * dim_x * ym) + (4 * x )]; in store_ktx_uncompressed_image() 1413 row_pointers8[z][y][2 * x ] = data8[(4 * dim_x * ym) + (4 * x )]; in store_ktx_uncompressed_image() 1414 row_pointers8[z][y][2 * x + 1] = data8[(4 * dim_x * ym) + (4 * x + 3)]; in store_ktx_uncompressed_image() 1420 row_pointers8[z][y][3 * x ] = data8[(4 * dim_x * ym) + (4 * x )]; in store_ktx_uncompressed_image() 1421 row_pointers8[z][y][3 * x + 1] = data8[(4 * dim_x * ym) + (4 * x + 1)]; in store_ktx_uncompressed_image() 1422 row_pointers8[z][y][3 * x + 2] = data8[(4 * dim_x * ym) + (4 * x + 2)]; in store_ktx_uncompressed_image() 1428 row_pointers8[z][y][4 * x ] = data8[(4 * dim_x * ym) + (4 * x )]; in store_ktx_uncompressed_image() 1429 row_pointers8[z][y][4 * x + 1] = data8[(4 * dim_x * ym) + (4 * x + 1)]; in store_ktx_uncompressed_image() 1430 row_pointers8[z][y][4 * x + 2] = data8[(4 * dim_x * ym) + (4 * x + 2)]; in store_ktx_uncompressed_image() [all …]
|
/third_party/skia/third_party/externals/libwebp/src/dsp/ |
D | ssim.c | 37 const uint64_t ymym = (uint64_t)stats->ym * stats->ym; in SSIMCalculation() 39 const int64_t xmym = (int64_t)stats->xm * stats->ym; in SSIMCalculation() 84 stats.ym += w * s2; in SSIMGetClipped_C() 103 stats.ym += w * s2; in SSIMGet_C()
|
D | ssim_sse2.c | 117 ym = _mm_add_epi16(ym, wb1); \ 129 __m128i xm = zero, ym = zero; // 16b accums in SSIMGet_SSE2() local 141 stats.ym = HorizontalAdd16b_SSE2(&ym); in SSIMGet_SSE2()
|
D | dsp.h | 372 uint32_t xm, ym; // sum(w_i * x_i), sum(w_i * y_i) member
|
/third_party/skia/third_party/externals/icu/source/data/unit/ |
D | az.txt | 78 dnam{"kvadrat düym"} 79 one{"{0} kvadrat düym"} 80 other{"{0} kvadrat düym"} 467 dnam{"nöqtə / düym"} 468 one{"{0} nöqtə / düym"} 469 other{"{0} nöqtə / düym"} 490 dnam{"piksel / düym"} 491 one{"{0} piksel / düym"} 492 other{"{0} piksel / düym"} 534 dnam{"düym"} [all …]
|
/third_party/icu/icu4c/source/data/unit/ |
D | az.txt | 77 dnam{"kvadrat düym"} 78 one{"{0} kvadrat düym"} 79 other{"{0} kvadrat düym"} 474 dnam{"nöqtə / düym"} 475 one{"{0} nöqtə / düym"} 476 other{"{0} nöqtə / düym"} 497 dnam{"piksel / düym"} 498 one{"{0} piksel / düym"} 499 other{"{0} piksel / düym"} 541 dnam{"düym"} [all …]
|
/third_party/skia/third_party/externals/libwebp/extras/ |
D | get_disto.c | 102 uint32_t xm, ym; // sum(w_i * x_i), sum(w_i * y_i) member 116 const uint64_t ymym = (uint64_t)stats->ym * stats->ym; in SSIMCalculation() 118 const int64_t xmym = (int64_t)stats->xm * stats->ym; in SSIMCalculation() 153 stats.ym += w * s2; in SSIMGetClipped()
|
/third_party/icu/icu4c/source/data/locales/ |
D | pl.txt | 1994 "-1"{"w zeszłym miesiącu"} 1996 "1"{"w przyszłym miesiącu"} 2016 "-1"{"w zeszłym mies."} 2018 "1"{"w przyszłym mies."} 2038 "-1"{"w zeszłym mies."} 2040 "1"{"w przyszłym mies."} 2060 "-1"{"w zeszłym kwartale"} 2062 "1"{"w przyszłym kwartale"} 2082 "-1"{"w zeszłym kwartale"} 2084 "1"{"w przyszłym kwartale"} [all …]
|
D | yrl.txt | 877 "ym", 921 "ym",
|
/third_party/skia/third_party/externals/icu/source/data/locales/ |
D | pl.txt | 1954 "-1"{"w zeszłym miesiącu"} 1956 "1"{"w przyszłym miesiącu"} 1976 "-1"{"w zeszłym mies."} 1978 "1"{"w przyszłym mies."} 1998 "-1"{"w zeszłym mies."} 2000 "1"{"w przyszłym mies."} 2020 "-1"{"w zeszłym kwartale"} 2022 "1"{"w przyszłym kwartale"} 2042 "-1"{"w zeszłym kwartale"} 2044 "1"{"w przyszłym kwartale"} [all …]
|
D | dsb.txt | 465 "pśed našym licenim casa",
|
/third_party/jerryscript/jerry-core/ecma/builtin-objects/ |
D | ecma-builtin-helpers-date.c | 487 ecma_number_t ym = y + (ecma_number_t) floor (m / 12); in ecma_date_make_day() local 493 ecma_number_t time = ecma_date_time_from_year (ym); in ecma_date_make_day() 501 && ecma_date_year_from_time (time) == ym) in ecma_date_make_day()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_query/ |
D | vktRayQueryBuiltinTests.cpp | 788 const float ym = (y0 + y1) / 2.0f; in initVertexBuffer() local 792 vertices.push_back(tcu::Vec4(x1, ym, z, w)); in initVertexBuffer() 847 const float ym = (y0 + y1) / 2.0f; in initVertexBuffer() local 851 vertices.push_back(tcu::Vec4(x1, ym, z, w)); in initVertexBuffer() 1975 const float ym = (y0 + y1) / 2.0f; in initAccelerationStructures() local 1979 geometryData.push_back(tcu::Vec3(x1, ym, z)); in initAccelerationStructures() 2134 const float ym = (y0 + y1) / 2.0f; in initAccelerationStructures() local 2138 geometryData.push_back(tcu::Vec3(x1, ym, z)); in initAccelerationStructures() 2732 const float ym = (y0 + y1) / 2.0f; in initAccelerationStructures() local 2736 geometryData.push_back(tcu::Vec3(x1, ym, z)); in initAccelerationStructures() [all …]
|
D | vktRayQueryWatertightnessTests.cpp | 740 const float ym = (y0 + y1) / 2.0f; in initVertexBuffer() local 744 vertices.push_back(tcu::Vec4(x1, ym, z, w)); in initVertexBuffer() 767 const float ym = (y0 + y1) / 2.0f; in initVertexBuffer() local 771 vertices.push_back(tcu::Vec4(x1, ym, z, w)); in initVertexBuffer()
|
/third_party/ffmpeg/libavfilter/ |
D | af_axcorrelate.c | 102 const float xm = sumx / size, ym = sumy / size; in xcorrelate() local 107 float yd = y[i] - ym; in xcorrelate()
|
/third_party/ffmpeg/libavcodec/x86/ |
D | celt_pvq_search.asm | 187 movaps m5, [tmpY + r4] ; m5 = Y[y3...ym...y0] 189 %{1}ps m5, m1 ; m5 = Y[y3...ym...y0] +/- [0...1.0...0]
|
D | cfhddsp.asm | 76 %define lwidthq ym 337 %define lwidthq ym
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/ |
D | vktRayTracingBuiltinTests.cpp | 1304 const float ym = (y0 + y1) / 2.0f; in initBottomAccelerationStructure() local 1308 geometryData.push_back(tcu::Vec3(x1, ym, z)); in initBottomAccelerationStructure() 1355 const float ym = (y0 + y1) / 2.0f; in initBottomAccelerationStructure() local 1360 geometryData.push_back(tcu::Vec3(x1, ym, z)); in initBottomAccelerationStructure() 1367 geometryData.push_back(tcu::Vec3(x1, ym, z)); in initBottomAccelerationStructure() 1412 const float ym = (y0 + y1) / 2.0f; in initBottomAccelerationStructure() local 1417 geometryData.push_back(tcu::Vec3(x1, ym, z)); in initBottomAccelerationStructure() 1424 geometryData.push_back(tcu::Vec3(x1, ym, z)); in initBottomAccelerationStructure() 1476 const float ym = (y0 + y1) / 2.0f; in initBottomAccelerationStructure() local 1480 geometryData.push_back(tcu::Vec3(x1, ym, z)); in initBottomAccelerationStructure()
|
D | vktRayTracingBuildTests.cpp | 326 const float ym = (y0 + y1) / 2.0f; in initBottomAccelerationStructure() local 330 geometryData.push_back(tcu::Vec3(x1, ym, z)); in initBottomAccelerationStructure() 335 geometryData.push_back(tcu::Vec3(x1, ym, z)); in initBottomAccelerationStructure()
|
D | vktRayTracingBuildIndirectTests.cpp | 409 const float ym = (y0 + y1) / 2.0f; in initBottomAccelerationStructure() local 414 geometryData.push_back(tcu::Vec3(x1, ym, z)); in initBottomAccelerationStructure()
|
D | vktRayTracingBuildLargeTests.cpp | 330 const float ym = (y0 + y1) / 2.0f; in initBottomAccelerationStructure() local 334 geometryData.push_back(tcu::Vec3(x1, ym, -1.0f)); in initBottomAccelerationStructure()
|
/third_party/typescript/tests/baselines/reference/ |
D | hugeDeclarationOutputGetsTruncatedWithError.types | 6 …" | "yc" | "yd" | "ye" | "yf" | "yg" | "yh" | "yi" | "yj" | "yk" | "yl" | "ym" | "yn" | "yo" | "yp… 9 …ym: "aa.ym"; yn: "aa.yn"; yo: "aa.yo"; yp: "aa.yp"; yq: "aa.yq"; yr: "aa.yr"; ys: "aa.ys"; yt: "aa… 10 …ym: "aa.ym"; yn: "aa.yn"; yo: "aa.yo"; yp: "aa.yp"; yq: "aa.yq"; yr: "aa.yr"; ys: "aa.ys"; yt: "aa…
|
D | hugeDeclarationOutputGTruncatedWithError.ts.types | 6 …" | "yc" | "yd" | "ye" | "yf" | "yg" | "yh" | "yi" | "yj" | "yk" | "yl" | "ym" | "yn" | "yo" | "yp… 9 …ym: "aa.ym"; yn: "aa.yn"; yo: "aa.yo"; yp: "aa.yp"; yq: "aa.yq"; yr: "aa.yr"; ys: "aa.ys"; yt: "aa… 10 …ym: "aa.ym"; yn: "aa.yn"; yo: "aa.yo"; yp: "aa.yp"; yq: "aa.yq"; yr: "aa.yr"; ys: "aa.ys"; yt: "aa…
|
/third_party/gstreamer/gstplugins_base/po/ |
D | lt.po | 186 msgstr "ID3 žymė" 189 msgstr "APE žymė"
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/ |
D | vktBindingDescriptorUpdateASTests.cpp | 1124 const float ym = (y0 + y1) / 2.0f; in initVertexBuffer() local 1128 vertices.push_back(tcu::Vec4(x1, ym, z, 1.0f)); in initVertexBuffer()
|