Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/decoder/
Derror_concealment.c37 static const int weights_q7[5][5] = { { 0, 128, 64, 43, 32 }, variable
438 const int w = weights_q7[abs(row - neigh_pos[i].row)] in interpolate_mvs()