Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dinterplayacm.c35 static int mul_2x11[11 * 11]; variable
97 mul_2x11[x1 + x2 * 11] = x1 + (x2 << 4); in decode_init()
396 n1 = (mul_2x11[b] & 0x0F) - 5; in t37()
397 n2 = ((mul_2x11[b] >> 4) & 0x0F) - 5; in t37()