Searched refs:hinc (Results 1 – 2 of 2) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | cdgraphics.c | 206 int hscmd, h_off, hinc, vscmd, v_off, vinc; in cdg_scroll() local 220 hinc = h_off - cc->hscroll; in cdg_scroll() 230 hinc -= 6; in cdg_scroll() 232 hinc += 6; in cdg_scroll() 234 if (!hinc && !vinc) in cdg_scroll() 240 memcpy(out + FFMAX(0, hinc) + stride * y, in cdg_scroll() 241 in + FFMAX(0, hinc) - hinc + (y - vinc) * stride, in cdg_scroll() 242 FFMIN(stride + hinc, stride)); in cdg_scroll() 253 if (hinc > 0) in cdg_scroll() 255 CDG_FULL_WIDTH - hinc, 0, in, color, in cdg_scroll() [all …]
|
/third_party/skia/third_party/externals/libpng/contrib/libtests/ |
D | pngvalid.c | 5871 static const png_byte hinc[] = {1, 3, 11, 1, 5}; in test_size() local 5879 for (h=1; h<=16; h+=hinc[bdlo]) for (w=1; w<=16; w+=winc[bdlo]) in test_size() 5930 for (h=1; h<=16; h+=hinc[bdlo]) for (w=1; w<=16; w+=winc[bdlo]) in test_size()
|