Searched refs:cb1 (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dcolorspace.h34 #define YUV_TO_RGB1_CCIR(cb1, cr1)\
36 cb = (cb1) - 128;\
52 #define YUV_TO_RGB1(cb1, cr1)\
54 cb = (cb1) - 128;\
H A Dimgconvert.c1034 uint8_t *lum, *cr, *cb, *lum1, *cr1, *cb1; local
1039 cb1 = dst->data[1];
1045 cb = cb1;
1081 cb1 += dst->linesize[1];
1090 uint8_t *lum, *cr, *cb, *lum1, *cr1, *cb1; local
1096 cb1 = dst->data[1];
1102 cb = cb1;
1138 cb1 += dst->linesize[1];
1148 uint8_t *lum, *cr, *cb, *lum1, *cr1, *cb1; local
1153 cb1
1182 uint8_t *lum, *cr, *cb, *lum1, *cr1, *cb1; local
1215 const uint8_t *lum, *cr, *cb, *lum1, *cr1, *cb1; local
1248 const uint8_t *lum, *cr, *cb, *lum1, *cr1, *cb1; local
1281 uint8_t *lum, *cr, *cb, *lum1, *cr1, *cb1; local
1319 uint8_t *cb1, *cb2 = src->data[1]; local
1352 uint8_t *cb1, *cb2 = src->data[1]; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/ehea/
H A Dehea_main.c1903 struct hcp_ehea_port_cb1 *cb1; local
1908 cb1 = kzalloc(PAGE_SIZE, GFP_KERNEL);
1909 if (!cb1) {
1910 ehea_error("no mem for cb1");
1914 memset(cb1->vlan_filter, 0, sizeof(cb1->vlan_filter));
1917 H_PORT_CB1, H_PORT_CB1_ALL, cb1);
1921 kfree(cb1);
1930 struct hcp_ehea_port_cb1 *cb1; local
1934 cb1
1963 struct hcp_ehea_port_cb1 *cb1; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/vhook/
H A Dfish.c59 #define YUV_TO_RGB1_CCIR(cb1, cr1)\
61 cb = (cb1) - 128;\
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/media/video/
H A Dtda8290.c531 unsigned char cb1[] = { 0x30, 0xD0 }; local
534 struct i2c_msg msg = {.addr = t->tda827x_addr, .flags=0, .buf=cb1, .len = 2};
538 cb1[1] = 0x90;

Completed in 75 milliseconds