Home
last modified time | relevance | path

Searched refs:float2half (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dfloat2half.h58 static uint16_t float2half(uint32_t f, uint16_t *basetable, uint8_t *shifttable) in float2half() function
Dexrenc.c251 dst[x] = float2half(src[x], s->basetable, s->shifttable); in encode_scanline_rle()
319 dst[x] = float2half(src[x], s->basetable, s->shifttable); in encode_scanline_zip()
477 bytestream2_put_le16(pb, float2half(src[x], s->basetable, s->shifttable)); in encode_frame()
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtc/
Dpacking.inl15 GLM_FUNC_QUALIFIER glm::uint16 float2half(glm::uint32 f) function