Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dv210enc.c31 #define BYTES_PER_PIXEL 1 macro
36 #undef BYTES_PER_PIXEL
41 #define BYTES_PER_PIXEL 2 macro
46 #undef BYTES_PER_PIXEL
Dv210_template.c86 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()
Dvp9recon.c394 #define BYTES_PER_PIXEL 1 macro
397 #undef BYTES_PER_PIXEL
399 #define BYTES_PER_PIXEL 2 macro
404 #undef BYTES_PER_PIXEL
557 #define BYTES_PER_PIXEL 1 macro
560 #undef BYTES_PER_PIXEL
562 #define BYTES_PER_PIXEL 2 macro
567 #undef BYTES_PER_PIXEL
Dvp9_mc_template.c43 int bytesperpixel = BYTES_PER_PIXEL; in FN()
/third_party/flutter/skia/third_party/externals/wuffs/script/bench-rust-gif/src/
Dmain.rs48 const BYTES_PER_PIXEL: usize = 1; // Palette index. constant
49 const NUM_BYTES: usize = WIDTH * HEIGHT * BYTES_PER_PIXEL;
/third_party/flutter/skia/third_party/externals/wuffs/script/bench-rust-gif-dot-rs/src/
Dmain.rs57 const BYTES_PER_PIXEL: usize = 3; // Red, green, blue. constant
58 const NUM_BYTES: usize = WIDTH * HEIGHT * BYTES_PER_PIXEL;