Home
last modified time | relevance | path

Searched refs:ym (Results 1 – 25 of 45) sorted by relevance

12

/third_party/astc-encoder/Source/
Dastcenccli_image_load_store.cpp1401 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/
Dssim.c37 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()
Dssim_sse2.c117 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()
Ddsp.h372 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/
Daz.txt78 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/
Daz.txt77 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/
Dget_disto.c102 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/
Dpl.txt1994 "-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 …]
Dyrl.txt877 "ym",
921 "ym",
/third_party/skia/third_party/externals/icu/source/data/locales/
Dpl.txt1954 "-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 …]
Ddsb.txt465 "pśed našym licenim casa",
/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtin-helpers-date.c487 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/
DvktRayQueryBuiltinTests.cpp788 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 …]
DvktRayQueryWatertightnessTests.cpp740 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/
Daf_axcorrelate.c102 const float xm = sumx / size, ym = sumy / size; in xcorrelate() local
107 float yd = y[i] - ym; in xcorrelate()
/third_party/ffmpeg/libavcodec/x86/
Dcelt_pvq_search.asm187 movaps m5, [tmpY + r4] ; m5 = Y[y3...ym...y0]
189 %{1}ps m5, m1 ; m5 = Y[y3...ym...y0] +/- [0...1.0...0]
Dcfhddsp.asm76 %define lwidthq ym
337 %define lwidthq ym
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/
DvktRayTracingBuiltinTests.cpp1304 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()
DvktRayTracingBuildTests.cpp326 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()
DvktRayTracingBuildIndirectTests.cpp409 const float ym = (y0 + y1) / 2.0f; in initBottomAccelerationStructure() local
414 geometryData.push_back(tcu::Vec3(x1, ym, z)); in initBottomAccelerationStructure()
DvktRayTracingBuildLargeTests.cpp330 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/
DhugeDeclarationOutputGetsTruncatedWithError.types6 …" | "yc" | "yd" | "ye" | "yf" | "yg" | "yh" | "yi" | "yj" | "yk" | "yl" | "ym" | "yn" | "yo" | "yp…
9ym: "aa.ym"; yn: "aa.yn"; yo: "aa.yo"; yp: "aa.yp"; yq: "aa.yq"; yr: "aa.yr"; ys: "aa.ys"; yt: "aa…
10ym: "aa.ym"; yn: "aa.yn"; yo: "aa.yo"; yp: "aa.yp"; yq: "aa.yq"; yr: "aa.yr"; ys: "aa.ys"; yt: "aa…
DhugeDeclarationOutputGTruncatedWithError.ts.types6 …" | "yc" | "yd" | "ye" | "yf" | "yg" | "yh" | "yi" | "yj" | "yk" | "yl" | "ym" | "yn" | "yo" | "yp…
9ym: "aa.ym"; yn: "aa.yn"; yo: "aa.yo"; yp: "aa.yp"; yq: "aa.yq"; yr: "aa.yr"; ys: "aa.ys"; yt: "aa…
10ym: "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/
Dlt.po186 msgstr "ID3 žymė"
189 msgstr "APE žymė"
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/
DvktBindingDescriptorUpdateASTests.cpp1124 const float ym = (y0 + y1) / 2.0f; in initVertexBuffer() local
1128 vertices.push_back(tcu::Vec4(x1, ym, z, 1.0f)); in initVertexBuffer()

12