Home
last modified time | relevance | path

Searched refs:zero_prediction_weights (Results 1 - 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dintrax8dsp.c144 static const uint16_t zero_prediction_weights[64 * 2] = { variable
208 dst[x] = ((uint32_t) top_sum[0][x] * zero_prediction_weights[y * 16 + x * 2 + 0] + in spatial_compensation_0()
209 (uint32_t) left_sum[0][y] * zero_prediction_weights[y * 16 + x * 2 + 1] + in spatial_compensation_0()

Completed in 2 milliseconds