Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dinterplayacm.c35 static int mul_3x3 [3 * 3 * 3]; variable
65 mul_3x3[x1 + x2 * 3 + x3 * 3 * 3] = x1 + (x2 << 4) + (x3 << 8); in decode_init_static()
350 n1 = (mul_3x3[b] & 0x0F) - 1; in t15()
351 n2 = ((mul_3x3[b] >> 4) & 0x0F) - 1; in t15()
352 n3 = ((mul_3x3[b] >> 8) & 0x0F) - 1; in t15()

Completed in 2 milliseconds