Home
last modified time | relevance | path

Searched refs:oversampling (Results 1 – 19 of 19) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/closedcaption/
Dbit_slicer.c174 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/
DREADME.txt124 …- 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/
DFONTS.md155 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…
DCHANGELOG.txt3081 …- Added support for oversampling (ImFontConfig: OversampleH, OversampleV) and sub-pixel positionin…
/third_party/skia/third_party/externals/imgui/examples/example_glfw_metal/
Dmain.mm41 …// - 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/
Dmain.mm32 …// - 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/
Dmain.mm258 …// - 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/
Dmain.mm68 …// - 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/
Dmain.mm71 …// - The fonts will be rasterized at a given size (w/ oversampling) and stored into a texture when…
/third_party/freetype/
DChangeLog304 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/
DOVR_multiview.txt102 time by oversampling in the periphery.
/third_party/openGLES/extensions/OVR/
DOVR_multiview.txt106 time by oversampling in the periphery.
/third_party/skia/third_party/externals/freetype/docs/oldlogs/
DChangeLog.2103053 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/
DCHANGES21 do 4x4 oversampling to mitigate artifacts in pixels partially
/third_party/skia/third_party/externals/freetype/docs/
DCHANGES171 do 4x4 oversampling to mitigate artifacts in pixels partially
/third_party/ffmpeg/doc/
Dfilters.texi2537 Set oversampling factor.
/third_party/NuttX/
DReleaseNotes12491 - STM32 F4: Support oversampling by 8 for the STM32 F4. From David
/third_party/chromium/patch/
D0001-cve.patch7798 - * and the anti-aliased renderer should perform oversampling to
7804 + * oversampling to mitigate possible artifacts. This flag should _not_
/third_party/gstreamer/gstplugins_base/
DChangeLog50959 Tweak linear interpolation oversampling.