Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dinterplayacm.c37 static int mul_2x11[11 * 11]; variable
72 mul_2x11[x1 + x2 * 11] = x1 + (x2 << 4); in decode_init_static()
407 n1 = (mul_2x11[b] & 0x0F) - 5; in t37()
408 n2 = ((mul_2x11[b] >> 4) & 0x0F) - 5; in t37()

Completed in 2 milliseconds