Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Ddv.c59 static const uint8_t shuf2[] = { 24, 12, 36, 0, 48 }; in dv_calc_mb_coordinates() local
140 x = shuf2[m] + k % 6 + 6 * (chan & 1); in dv_calc_mb_coordinates()