Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavfilter/
Dvf_colormap.c381 const int pw2 = s->w / 2; in import_map() local
394 for (int x = pw2; x < in->width && idx < MAX_SIZE; x += pw) { in import_map()