Searched refs:Float11 (Results 1 – 3 of 3) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | g726.c | 39 typedef struct Float11 { struct 43 } Float11; argument 45 static inline Float11* i2f(int i, Float11* f) in i2f() 55 static inline int16_t mult(Float11* f1, Float11* f2) in mult() 81 Float11 sr[2]; /**< prev. reconstructed samples */ 82 Float11 dq[6]; /**< prev. difference */ 196 Float11 f; in g726_decode()
|
/third_party/vk-gl-cts/framework/common/ |
D | tcuTexture.cpp | 43 typedef Float<deUint32, 5, 6, 15, FLOAT_SUPPORT_DENORM> Float11; typedef 1128 …return Vec4(Float11(UI32(0, 11)).asFloat(), Float11(UI32(11, 11)).asFloat(), Float10(UI32(22, 10))… in getPixel() 1527 …*((deUint32*)pixelPtr) = Float11(color[0]).bits() | (Float11(color[1]).bits() << 11) | (Float10(co… in setPixel()
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
D | gl4cTextureViewTests.cpp | 40 typedef tcu::Float<deUint32, 5, 6, 15, 0> Float11; typedef 7657 reference_components_float[0] = Float11(red_component).asFloat(); in verifyResultData() 7658 reference_components_float[1] = Float11(green_component).asFloat(); in verifyResultData()
|