Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Ddv.c58 static const uint8_t shuf1[] = { 36, 18, 54, 0, 72 }; in dv_calc_mb_coordinates() local
114 x = shuf1[m] + (chan & 1) * 9 + k % 9; in dv_calc_mb_coordinates()
125 x = shuf1[m] + (chan & 1) * 9 + k % 9; in dv_calc_mb_coordinates()