Searched refs:map_3bit (Results 1 – 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | interplayacm.c | 33 static const int8_t map_3bit[] = { -4, -3, -2, -1, +1, +2, +3, +4 }; variable 313 set_pos(s, i, col, map_3bit[b]); in k45() 331 set_pos(s, i, col, map_3bit[b]); in k44()
|