Searched refs:weights2 (Results 1 - 4 of 4) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | imc.c | 111 float weights1[31], weights2[31]; member 143 q->weights2[i - 1] = ff_exp10(-2.7 * tb); in iac_generate_tabs() 262 memcpy(q->weights2, imc_weights2, sizeof(imc_weights2)); in imc_decode_init() 331 accum = (workT2[i+1] + accum) * q->weights2[i]; in imc_calculate_coeffs()
|
/third_party/mesa3d/src/mesa/main/ |
H A D | texcompress_bptc_tmp.h | 504 static const uint8_t weights2[] = { 0, 21, 43, 64 }; in interpolate() local 509 NULL, NULL, weights2, weights3, weights4 in interpolate()
|
/third_party/skia/third_party/externals/swiftshader/src/Device/ |
H A D | BC_Decoder.cpp | 1436 static constexpr uint16_t weights2[] = { 0, 21, 43, 64 }; in interpolate() local 1441 nullptr, nullptr, weights2, weights3, weights4 in interpolate()
|
/third_party/vk-gl-cts/framework/common/ |
H A D | tcuCompressedTexture.cpp | 1242 static const deUint16 weights2[4] = { 0, 21, 43, 64 }; member 1460 const deUint16* weights[] = {weights2, weights3, weights4};
|
Completed in 10 milliseconds