Searched refs:backstep (Results 1 – 3 of 3) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | scpr.h | 83 uint32_t backstep, int off, int *cx, int *cx1) in decode_run_i() argument 153 z = backstep * 4; in decode_run_i() 186 z = backstep; in decode_run_i() 227 uint32_t backstep, int sx1, int sx2, in decode_run_p() argument 252 z = backstep; in decode_run_p() 307 z = backstep; in decode_run_p() 338 z = backstep; in decode_run_p()
|
D | scpr.c | 303 uint32_t clr = 0, r, g, b, backstep = linesize - avctx->width; in decompress_i() local 361 backstep, off, &cx, &cx1); in decompress_i() 376 int backstep = linesize - avctx->width; in decompress_p() local 483 backstep, sx1, sx2, &cx, &cx1); in decompress_p()
|
D | scpr3.c | 936 uint32_t backstep = linesize - avctx->width; in decompress_i3() local 1004 backstep, off, &cx, &cx1); in decompress_i3() 1019 int backstep = linesize - avctx->width; in decompress_p3() local 1200 backstep, sx1, sx2, &cx, &cx1); in decompress_p3()
|