Searched refs:BLK (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dkmvc.c59 #define BLK(data, x, y) data[av_clip((x) + (y) * 320, 0, 320 * 200 -1)] macro
94 BLK(ctx->cur, bx + (i & 0x7), by + (i >> 3)) = val;
105 BLK(ctx->cur, l0x + (j & 3), l0y + (j >> 2)) = val;
115 BLK(ctx->cur, l0x + (j & 3), l0y + (j >> 2)) =
116 BLK(ctx->cur, l0x + (j & 3) - mx, l0y + (j >> 2) - my);
127 BLK(ctx->cur, l1x, l1y) = val;
128 BLK(ctx->cur, l1x + 1, l1y) = val;
129 BLK(ctx->cur, l1x, l1y + 1) = val;
130 BLK(ctx->cur, l1x + 1, l1y + 1) = val;
139 BLK(ct
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dkmvc.c60 #define BLK(data, x, y) data[av_clip((x) + (y) * 320, 0, 320 * 200 -1)] macro
95 BLK(ctx->cur, bx + (i & 0x7), by + (i >> 3)) = val;
106 BLK(ctx->cur, l0x + (j & 3), l0y + (j >> 2)) = val;
112 BLK(ctx->cur, l0x + (j & 3), l0y + (j >> 2)) =
113 BLK(ctx->cur, l0x + (j & 3) - mx, l0y + (j >> 2) - my);
124 BLK(ctx->cur, l1x, l1y) = val;
125 BLK(ctx->cur, l1x + 1, l1y) = val;
126 BLK(ctx->cur, l1x, l1y + 1) = val;
127 BLK(ctx->cur, l1x + 1, l1y + 1) = val;
132 BLK(ct
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/hardware/eicon/
H A Ddebuglib.c66 DBG_FUNC(BLK)
H A Ddebuglib.h148 DBG_DECL(BLK)
202 #define DBG_BLK(args) DBG_TEST(BLK, args)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mmc/host/
H A Domap_hsmmc.c1401 OMAP_HSMMC_WRITE(host->base, BLK, 0);
1411 OMAP_HSMMC_WRITE(host->base, BLK, (req->data->blksz)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/Documentation/cdrom/
H A Dcdrom-standard.tex543 CDROMPLAY\-BLK and CDROM\-READALL}.

Completed in 78 milliseconds