Home
last modified time | relevance | path

Searched refs:biased (Results 1 – 25 of 102) sorted by relevance

12345

/third_party/skia/third_party/externals/libwebp/src/enc/
Dnear_lossless_enc.c33 const uint32_t biased = a + (mask >> 1) + ((a >> bits) & 1); in FindClosestDiscretized() local
35 if (biased > 0xff) return 0xff; in FindClosestDiscretized()
36 return biased & ~mask; in FindClosestDiscretized()
/third_party/flutter/skia/third_party/externals/libwebp/src/enc/
Dnear_lossless_enc.c33 const uint32_t biased = a + (mask >> 1) + ((a >> bits) & 1); in FindClosestDiscretized() local
35 if (biased > 0xff) return 0xff; in FindClosestDiscretized()
36 return biased & ~mask; in FindClosestDiscretized()
/third_party/mesa3d/src/panfrost/midgard/
Dmidgard_errata_lod.c73 nir_ssa_def *biased = nir_fadd(b, lod, lod_bias); in nir_lod_errata_instr() local
75 nir_fmax(b, biased, min_lod), max_lod); in nir_lod_errata_instr()
/third_party/ffmpeg/doc/
Dlibavutil.texi59 @settitle multimedia-biased utility library
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZInstrDFP.td131 // Extract biased exponent.
206 // Insert biased exponent.
227 // Compare biased exponent.
/third_party/openGLES/extensions/SGIS/
DSGIS_detail_texture.txt55 * I have scaled and biased the detail texture value to the range [-1,1]
56 in this specification. I believe that Iris GL scaled and biased to
213 effect, the detail texture is scaled and biased so that its range is
225 Here again the detail texture is scaled and biased so that its range
227 and biased by 1. This result scales the base texture, which is then
/third_party/skia/third_party/externals/opengl-registry/extensions/SGIS/
DSGIS_detail_texture.txt55 * I have scaled and biased the detail texture value to the range [-1,1]
56 in this specification. I believe that Iris GL scaled and biased to
213 effect, the detail texture is scaled and biased so that its range is
225 Here again the detail texture is scaled and biased so that its range
227 and biased by 1. This result scales the base texture, which is then
/third_party/openGLES/extensions/EXT/
DEXT_texture_lod_bias.txt82 where B0 is a non-biased texture (normal sharpness) and B2 is
110 Does anything special have to be said to keep the biased lambda value
DEXT_texture_shared_exponent.txt53 a single 5-bit exponent (biased up by 15) and three 9-bit mantissas
163 of mantissa bits per component, Emax is the maximum allowed biased
563 value biased by 15 and three 9-bit mantissas for each of 3
785 either all one or all zero and the biased shared exponent was not
DEXT_light_texture.txt79 and biased to the range [-1,1].
165 and biased so that their range is [-1,1].
DEXT_convolution.txt204 by the four 2D CONVOLUTION_FILTER_SCALE_EXT parameters, then biased by the
252 scaled and biased by the two 1D vectors, rather than the 2D vectors.
315 that each image is scaled and biased using the 2D separable scale and bias
417 and biased by parameters specified using the PixelTransfer command.
/third_party/openGLES/extensions/APPLE/
DAPPLE_texture_packed_float.txt46 The first RGB format, R11F_G11F_B10F, stores 5 bits of biased exponent
56 The second RGB format, RGB9_E5, stores a single 5-bit exponent (biased
DAPPLE_color_buffer_packed_float.txt113 exponent bias (15), and E_max is the maximum allowed biased exponent
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/
DEXT_texture_lod_bias.txt82 where B0 is a non-biased texture (normal sharpness) and B2 is
110 Does anything special have to be said to keep the biased lambda value
DEXT_texture_shared_exponent.txt53 a single 5-bit exponent (biased up by 15) and three 9-bit mantissas
163 of mantissa bits per component, Emax is the maximum allowed biased
563 value biased by 15 and three 9-bit mantissas for each of 3
785 either all one or all zero and the biased shared exponent was not
DEXT_light_texture.txt79 and biased to the range [-1,1].
165 and biased so that their range is [-1,1].
DEXT_convolution.txt204 by the four 2D CONVOLUTION_FILTER_SCALE_EXT parameters, then biased by the
252 scaled and biased by the two 1D vectors, rather than the 2D vectors.
315 that each image is scaled and biased using the 2D separable scale and bias
417 and biased by parameters specified using the PixelTransfer command.
/third_party/skia/third_party/externals/opengl-registry/extensions/APPLE/
DAPPLE_texture_packed_float.txt46 The first RGB format, R11F_G11F_B10F, stores 5 bits of biased exponent
56 The second RGB format, RGB9_E5, stores a single 5-bit exponent (biased
DAPPLE_color_buffer_packed_float.txt113 exponent bias (15), and E_max is the maximum allowed biased exponent
/third_party/libexif/test/testdata/
Dolympus_makernote_variant_3.jpg.parsed59 Value: Creative program (biased toward depth of field)
/third_party/openGLES/extensions/SGI/
DSGI_color_matrix.txt37 and biased by a programmed amount. Color matrix multiplication follows
/third_party/node/deps/npm/node_modules/graceful-fs/
DREADME.md58 extremely breaking, and the versioning is thus biased towards
/third_party/skia/third_party/externals/opengl-registry/extensions/SGI/
DSGI_color_matrix.txt37 and biased by a programmed amount. Color matrix multiplication follows
/third_party/mesa3d/docs/_extra/specs/
DMESA_texture_signed_rgba.spec119 [0, 127] (and not scaled and biased).
/third_party/boost/libs/icl/doc/
Dimplementation.qbk208 is biased by the extra copy of the `object` argument.

12345