Searched refs:BYTES_PER_PIXEL (Results 1 – 6 of 6) sorted by relevance
31 #define BYTES_PER_PIXEL 1 macro36 #undef BYTES_PER_PIXEL41 #define BYTES_PER_PIXEL 2 macro46 #undef BYTES_PER_PIXEL
86 y += pic->linesize[0] / BYTES_PER_PIXEL - avctx->width; in RENAME()87 u += pic->linesize[1] / BYTES_PER_PIXEL - avctx->width / 2; in RENAME()88 v += pic->linesize[2] / BYTES_PER_PIXEL - avctx->width / 2; in RENAME()
394 #define BYTES_PER_PIXEL 1 macro397 #undef BYTES_PER_PIXEL399 #define BYTES_PER_PIXEL 2 macro404 #undef BYTES_PER_PIXEL557 #define BYTES_PER_PIXEL 1 macro560 #undef BYTES_PER_PIXEL562 #define BYTES_PER_PIXEL 2 macro567 #undef BYTES_PER_PIXEL
43 int bytesperpixel = BYTES_PER_PIXEL; in FN()
48 const BYTES_PER_PIXEL: usize = 1; // Palette index. constant49 const NUM_BYTES: usize = WIDTH * HEIGHT * BYTES_PER_PIXEL;
57 const BYTES_PER_PIXEL: usize = 3; // Red, green, blue. constant58 const NUM_BYTES: usize = WIDTH * HEIGHT * BYTES_PER_PIXEL;