Searched refs:oversample (Results 1 - 3 of 3) sorted by relevance
| /xsrc/external/mit/xf86-video-intel-old/dist/src/ |
| H A D | i830_tv.c | 170 uint32_t oversample; member in struct:__anon69c0c6e20308 235 .oversample = TV_OVERSAMPLE_8X, 286 .oversample = TV_OVERSAMPLE_8X, 336 .oversample = TV_OVERSAMPLE_8X, 387 .oversample = TV_OVERSAMPLE_8X, 439 .oversample = TV_OVERSAMPLE_8X, 492 .oversample = TV_OVERSAMPLE_8X, 542 .oversample = TV_OVERSAMPLE_4X, 566 .oversample = TV_OVERSAMPLE_4X, 590 .oversample [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/imgui/ |
| H A D | imstb_truetype.h | 647 // stb/tests/oversample for information about oversampled fonts 3976 static float stbtt__oversample_shift(int oversample) argument 3978 if (!oversample) 3981 // The prefilter is a box filter of width "oversample", 3982 // which shifts phase by (oversample - 1)/2 pixels in 3985 return (float)-(oversample - 1) / (2.0f * (float)oversample);
|
| /xsrc/external/mit/MesaLib/dist/src/imgui/ |
| H A D | imstb_truetype.h | 647 // stb/tests/oversample for information about oversampled fonts 3976 static float stbtt__oversample_shift(int oversample) argument 3978 if (!oversample) 3981 // The prefilter is a box filter of width "oversample", 3982 // which shifts phase by (oversample - 1)/2 pixels in 3985 return (float)-(oversample - 1) / (2.0f * (float)oversample);
|
Completed in 19 milliseconds