Home
last modified time | relevance | path

Searched refs:weights2 (Results 1 – 4 of 4) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dimc.c109 float weights1[31], weights2[31]; member
141 q->weights2[i - 1] = ff_exp10(-2.7 * tb); in iac_generate_tabs()
258 memcpy(q->weights2, imc_weights2, sizeof(imc_weights2)); in imc_decode_init()
329 accum = (workT2[i+1] + accum) * q->weights2[i]; in imc_calculate_coeffs()
/third_party/mesa3d/src/mesa/main/
Dtexcompress_bptc_tmp.h504 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/
DBC_Decoder.cpp1436 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/
DtcuCompressedTexture.cpp1242 static const deUint16 weights2[4] = { 0, 21, 43, 64 }; variable
1460 const deUint16* weights[] = {weights2, weights3, weights4}; in interpolate()