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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libswscale/
H A Dyuv2rgb.c398 const uint8_t *d64 = dither_8x8_73[y&7]; variable
401 dst[2*i] = r[Y+d32[0+o]] + g[Y+d32[0+o]] + b[Y+d64[0+o]]; \
403 dst[2*i+1] = r[Y+d32[1+o]] + g[Y+d32[1+o]] + b[Y+d64[1+o]];
423 const uint8_t *d64 = dither_8x8_73[y&7]; variable
429 acc = r[Y+d128[0+o]] + g[Y+d64[0+o]] + b[Y+d128[0+o]]; \
431 acc |= (r[Y+d128[1+o]] + g[Y+d64[1+o]] + b[Y+d128[1+o]])<<4; \
452 const uint8_t *d64 = dither_8x8_73[y&7]; variable
457 dst[2*i] = r[Y+d128[0+o]] + g[Y+d64[0+o]] + b[Y+d128[0+o]]; \
459 dst[2*i+1] = r[Y+d128[1+o]] + g[Y+d64[1+o]] + b[Y+d128[1+o]];
H A Dswscale.c982 const uint8_t * const d64 = dither_8x8_73[y & 7]; local
985 db1 = d64[(i * 2 + 0) & 7];
987 db2 = d64[(i * 2 + 1) & 7];
989 const uint8_t * const d64 = dither_8x8_73 [y & 7]; local
992 dg1 = d64[(i * 2 + 0) & 7];
994 dg2 = d64[(i * 2 + 1) & 7];
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/octeon/
H A Docteon_mgmt.c42 u64 d64; member in union:mgmt_port_ring_entry
162 re.d64 = 0;
169 p->rx_ring[p->rx_next_fill] = re.d64;
205 re.d64 = p->tx_ring[p->tx_next_clean];
293 re.d64 = p->rx_ring[p->rx_next];
302 return re.d64;
319 re.d64 = octeon_mgmt_dequeue_rx_buffer(p, &skb);
340 re2.d64 = octeon_mgmt_dequeue_rx_buffer(p, &skb2);
372 re2.d64 = octeon_mgmt_dequeue_rx_buffer(p, &skb2);
954 re.d64
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libswscale/
H A Dyuv2rgb.c480 const uint8_t *d64 = ff_dither_8x8_73[y & 7]; variable
486 b[Y + d64[0 + o]]; \
490 b[Y + d64[1 + o]];
510 const uint8_t * d64 = ff_dither_8x8_73[y & 7]; variable
517 g[Y + d64[0 + o]] + \
521 g[Y + d64[1 + o]] + \
543 const uint8_t *d64 = ff_dither_8x8_73[y & 7]; variable
549 g[Y + d64[0 + o]] + \
553 g[Y + d64[1 + o]] + \
H A Doutput.c1233 const uint8_t * const d64 = ff_dither_8x8_73[y & 7]; local
1236 db1 = d64[(i * 2 + 0) & 7];
1238 db2 = d64[(i * 2 + 1) & 7];
1240 const uint8_t * const d64 = ff_dither_8x8_73 [y & 7]; local
1243 dg1 = d64[(i * 2 + 0) & 7];
1245 dg2 = d64[(i * 2 + 1) & 7];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/Micromax/Linux/
H A Djre-1_5_0_15-linux-i586.bin[all...]

Completed in 393 milliseconds