Searched refs:oversampling (Results 1 – 19 of 19) sorted by relevance
/third_party/gstreamer/gstplugins_bad/ext/closedcaption/ |
D | bit_slicer.c | 174 tavg = (t + (oversampling / 2)) / oversampling; \ 206 if (oversampling > 1) \ 237 t = raw0 * oversampling; \ 239 for (j = oversampling; j > 0; --j) \ 264 static const unsigned int oversampling = os; \ 512 static const unsigned int oversampling = 4; /* see above */ in vbi3_bit_slicer_slice_with_points() local 667 unsigned int oversampling; in vbi3_bit_slicer_set_params() local 697 oversampling = 4; in vbi3_bit_slicer_set_params() 710 oversampling = 1; in vbi3_bit_slicer_set_params() 723 oversampling = 1; in vbi3_bit_slicer_set_params() [all …]
|
/third_party/flutter/skia/third_party/externals/imgui/misc/fonts/ |
D | README.txt | 124 …- 2) You may reduce oversampling, e.g. config.OversampleH = config.OversampleV = 1, this will larg… 165 Dear ImGui uses imstb_truetype.h to rasterize fonts (with optional oversampling).
|
/third_party/skia/third_party/externals/imgui/docs/ |
D | FONTS.md | 155 2. You may reduce oversampling, e.g. `font_config.OversampleH = 2`, this will largely reduce your t… 159 5. Read about oversampling [here](https://github.com/nothings/stb/blob/master/tests/oversample). 203 - Dear ImGui uses imstb\_truetype.h to rasterize fonts (with optional oversampling). This technique…
|
D | CHANGELOG.txt | 3081 …- Added support for oversampling (ImFontConfig: OversampleH, OversampleV) and sub-pixel positionin…
|
/third_party/skia/third_party/externals/imgui/examples/example_glfw_metal/ |
D | main.mm | 41 …// - The fonts will be rasterized at a given size (w/ oversampling) and stored into a texture when…
|
/third_party/skia/third_party/externals/imgui/examples/example_sdl_metal/ |
D | main.mm | 32 …// - The fonts will be rasterized at a given size (w/ oversampling) and stored into a texture when…
|
/third_party/flutter/skia/third_party/externals/imgui/examples/example_apple_opengl2/ |
D | main.mm | 258 …// - The fonts will be rasterized at a given size (w/ oversampling) and stored into a texture when…
|
/third_party/skia/third_party/externals/imgui/examples/example_apple_opengl2/ |
D | main.mm | 68 …// - The fonts will be rasterized at a given size (w/ oversampling) and stored into a texture when…
|
/third_party/skia/third_party/externals/imgui/examples/example_apple_metal/ |
D | main.mm | 71 …// - The fonts will be rasterized at a given size (w/ oversampling) and stored into a texture when…
|
/third_party/freetype/ |
D | ChangeLog | 304 FT_OUTLINE_OVERLAP to render them with direct oversampling, which 558 [smooth] Introduce direct oversampling for overlaps. 560 This implements oversampling to mitigate artifacts in pixels partially 562 oversampling is sufficient but, at least, quadruples the rendering 568 rendering for oversampling with...
|
/third_party/skia/third_party/externals/opengl-registry/extensions/OVR/ |
D | OVR_multiview.txt | 102 time by oversampling in the periphery.
|
/third_party/openGLES/extensions/OVR/ |
D | OVR_multiview.txt | 106 time by oversampling in the periphery.
|
/third_party/skia/third_party/externals/freetype/docs/oldlogs/ |
D | ChangeLog.210 | 3053 FT_OUTLINE_OVERLAP to render them with direct oversampling, which 3307 [smooth] Introduce direct oversampling for overlaps. 3309 This implements oversampling to mitigate artifacts in pixels partially 3311 oversampling is sufficient but, at least, quadruples the rendering 3317 rendering for oversampling with...
|
/third_party/freetype/docs/ |
D | CHANGES | 21 do 4x4 oversampling to mitigate artifacts in pixels partially
|
/third_party/skia/third_party/externals/freetype/docs/ |
D | CHANGES | 171 do 4x4 oversampling to mitigate artifacts in pixels partially
|
/third_party/ffmpeg/doc/ |
D | filters.texi | 2537 Set oversampling factor.
|
/third_party/NuttX/ |
D | ReleaseNotes | 12491 - STM32 F4: Support oversampling by 8 for the STM32 F4. From David
|
/third_party/chromium/patch/ |
D | 0001-cve.patch | 7798 - * and the anti-aliased renderer should perform oversampling to 7804 + * oversampling to mitigate possible artifacts. This flag should _not_
|
/third_party/gstreamer/gstplugins_base/ |
D | ChangeLog | 50959 Tweak linear interpolation oversampling.
|