Lines Matching defs:npixels
288 long npixels, buf_size;
442 ctx->npixels = width * height;
1257 int npixels;
1265 npixels = ctx->npixels;
1267 while (npixels--) {
1278 int npixels = ctx->npixels;
1281 if (bytestream2_get_bytes_left(&ctx->gb) < npixels) {
1285 while (npixels--)
1295 long npixels = ctx->npixels;
1297 av_fast_malloc(&ctx->rle_buf, &ctx->rle_buf_size, npixels);
1304 if (rle_decode(ctx, rsrc, npixels))
1307 while (npixels--)
1491 fill_frame(ctx->frm1, ctx->npixels, header.bg_color);
1492 fill_frame(ctx->frm2, ctx->npixels, header.bg_color);