Searched refs:l0y (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dkmvc.c79 int l0x, l1x, l0y, l1y; local
98 l0y = by + (i & 2) * 2;
105 BLK(ctx->cur, l0x + (j & 3), l0y + (j >> 2)) = val;
110 if ((l0x-mx) + 320*(l0y-my) < 0 || (l0x-mx) + 320*(l0y-my) > 320*197 - 4) {
115 BLK(ctx->cur, l0x + (j & 3), l0y + (j >> 2)) =
116 BLK(ctx->cur, l0x + (j & 3) - mx, l0y + (j >> 2) - my);
121 l1y = l0y + (j & 2);
168 int l0x, l1x, l0y, l1y; local
198 l0y
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dkmvc.c80 int l0x, l1x, l0y, l1y; local
99 l0y = by + (i & 2) * 2;
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);
118 l1y = l0y + (j & 2);
161 int l0x, l1x, l0y, l1y; local
191 l0y = by + (i & 2) * 2;
198 BLK(ctx->cur, l0x + (j & 3), l0y + (j >> 2)) = val;
204 BLK(ctx->cur, l0x + (j & 3), l0y
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/crystalhd/
H A Dcrystalhd_hw.c1111 uint32_t l0y = 1, l0uv = 1, l1y = 1, l1uv = 1; local
1126 while ((l0y || l0uv || l1y || l1uv) && count) {
1128 if (l0y) {
1129 l0y = crystalhd_reg_rd(hw->adp, MISC1_Y_RX_FIRST_DESC_L_ADDR_LIST0);
1130 l0y &= DMA_START_BIT;
1131 if (!l0y)

Completed in 185 milliseconds