Searched refs:CD (Results 1 - 25 of 33) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dtruemotion2.c55 int CD[4]; member in struct:TM2Context
386 #define TM2_RECALC_BLOCK(CHR, stride, last, CD) {\
387 CD[0] = CHR[1] - last[1];\
388 CD[1] = (int)CHR[stride + 1] - (int)CHR[1];\
411 static inline void tm2_high_chroma(int *data, int stride, int *last, int *CD, int *deltas) argument
416 CD[j] += deltas[i + j * 2];
417 last[i] += CD[j];
424 static inline void tm2_low_chroma(int *data, int stride, int *clast, int *CD, int *deltas, int bx) argument
434 t = (CD[0] + CD[
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dtruemotion2.c78 int CD[4]; member in struct:TM2Context
434 #define TM2_RECALC_BLOCK(CHR, stride, last, CD) {\
435 CD[0] = CHR[1] - last[1];\
436 CD[1] = (int)CHR[stride + 1] - (int)CHR[1];\
459 static inline void tm2_high_chroma(int *data, int stride, int *last, int *CD, int *deltas) argument
464 CD[j] += deltas[i + j * 2];
465 last[i] += CD[j];
472 static inline void tm2_low_chroma(int *data, int stride, int *clast, int *CD, int *deltas, int bx) argument
482 t = (CD[0] + CD[
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/docs/latex/mmedia/
H A Dcdtoc.tex66 Play audio from the specified to the end of the CD audio
89 Get the current CD status
110 CD ok
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/md5/asm/
H A Dmd5-sparcv9.pl30 ($AB,$CD)=("%g4","%g5");
322 sllx $C,32,$CD ! pack C,D
326 or $D,$CD,$CD
347 srlx $CD,32,$t2
352 add $CD,$D,$D
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/md5/asm/
H A Dmd5-sparcv9.pl30 ($AB,$CD)=("%g4","%g5");
322 sllx $C,32,$CD ! pack C,D
326 or $D,$CD,$CD
347 srlx $CD,32,$t2
352 add $CD,$D,$D
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/packaging/Debian/debian-sarge/
H A Dsmb.conf216 # A sample share for sharing your CD-ROM with others.
218 ; comment = Samba server's CD-ROM
224 # The next two parameters show how to auto-mount a CD-ROM when the
230 # The CD-ROM gets unmounted automatically after the connection to the
232 # If you don't want to use auto-mounting/unmounting make sure the CD
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/packaging/Debian/debian-unstable/
H A Dsmb.conf216 # A sample share for sharing your CD-ROM with others.
218 ; comment = Samba server's CD-ROM
224 # The next two parameters show how to auto-mount a CD-ROM when the
230 # The CD-ROM gets unmounted automatically after the connection to the
232 # If you don't want to use auto-mounting/unmounting make sure the CD
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/packaging/Debian/debian-woody/
H A Dsmb.conf216 # A sample share for sharing your CD-ROM with others.
218 ; comment = Samba server's CD-ROM
224 # The next two parameters show how to auto-mount a CD-ROM when the
230 # The CD-ROM gets unmounted automatically after the connection to the
232 # If you don't want to use auto-mounting/unmounting make sure the CD
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/Micromax/Linux/lib/
H A DRXTXcomm.jarMETA-INF/ META-INF/MANIFEST.MF gnu/io/ gnu/io/I2C.class I2C.java ...
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Dgeneric_serial.c407 int CD; local
466 CD = tty_port_carrier_raised(port);
467 gs_dprintk (GS_DEBUG_BTR, "CD is now %d.\n", CD);
478 (do_clocal || CD))
H A Driscom8.c755 /* Enable CD check */
857 int CD; local
861 CD = rc_in(bp, CD180_MSVR) & MSVR_CD;
866 return CD;
H A Dspecialix.c517 "sx%d: specialix IO8+ board detected at 0x%03x, IRQ %d, CD%d Rev. %c.\n",
754 dprintk(SX_DEBUG_SIGNALS, "CD just changed... ");
1135 /* Enable CD check */
1289 int CD; local
1340 CD = sx_in(bp, CD186x_MSVR) & MSVR_CD;
1361 (do_clocal || CD))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/dist/
H A Dvx_buildcd4 # Build the Setup SDK CD image on the VxWorks host machine.
11 C=$D/db.CD
27 # Remove the old CD directory if it is there.
47 echo "They must be fixed before building the CD image:"
116 # Finally build the CD image!
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Deata_generic.h87 #define CD(cmd) ((struct eata_ccb *)(cmd->host_scribble)) macro
227 __u16 cppadlen; /* Number of pad bytes send after CD data *
H A Deata_pio.c453 if (CD(cmd)->status == FREE) {
457 if (CD(cmd)->status == USED) {
462 if (CD(cmd)->status == RESET) {
466 if (CD(cmd)->status == LOCKED) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/serial/
H A Dcrisv10.c788 E100_STRUCT_PORT(0,CD), E100_STRUCT_SHADOW(0,CD),
792 E100_STRUCT_MASK(0,CD)
804 E100_STRUCT_PORT(1,CD), E100_STRUCT_SHADOW(1,CD),
808 E100_STRUCT_MASK(1,CD)
820 E100_STRUCT_PORT(2,CD), E100_STRUCT_SHADOW(2,CD),
824 E100_STRUCT_MASK(2,CD)
836 E100_STRUCT_PORT(3,CD), E100_STRUCT_SHADO
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/Documentation/cdrom/
H A Dcdrom-standard.tex227 developed. For example, CD-R and CD-R/W drives are beginning to become
330 for read and write, and in case a location on the CD is transferred,
352 \item[1] Open for $ioctl$ commands, as done by audio-CD playing
632 file systems, \cdrom s, the other is to play audio CD's. Audio commands
635 nothing wrong with this, but a good control of the `CD player' demands
708 community. All the CD-player authors will have to be informed, we can
710 has most likely no influence on the behavior of the CD-players on
830 \item[CDROM_GET_MCN] Get the Media Catalog Number from a CD.
903 The history of development of the CD'
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rt2860/common/
H A Dcmm_aes.c646 V(CD,EB,EB,26), V(4E,27,27,69), V(7F,B2,B2,CD), V(EA,75,75,9F), \
663 V(81,CD,CD,4C), V(18,0C,0C,14), V(26,13,13,35), V(C3,EC,EC,2F), \
776 V(65,DA,F4,CD), V(06,05,BE,D5), V(D1,34,62,1F), V(C4,A6,FE,8A), \
805 V(CD,26,78,09), V(6E,59,18,F4), V(EC,9A,B7,01), V(83,4F,9A,A8), \
810 V(F1,04,98,4A), V(41,EC,DA,F7), V(7F,CD,50,0E), V(17,91,F6,2F), \
818 V(53,F7,CD,EA), V(5F,FD,AA,5B), V(DF,3D,6F,14), V(78,44,DB,86), \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libid3tag-0.15.0b/
H A Dframetype.c524 {"MCDI", FRAME(MCDI), PRESERVE, "Music CD identifier"},
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/packages/libid3tag-0.15.0b/
H A Dframetype.c521 {"MCDI", FRAME(MCDI), PRESERVE, "Music CD identifier"},
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/tests/uniwidth/
H A Dtest-uc_width2.sh73 09CD 0
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libvorbis-1.2.3/doc/
H A D01-introduction.tex19 quality/bitrate end of the scale (CD or DAT rate stereo, 16/24 bits)
21 encoder can encode high-quality CD and DAT rate stereo at below 48kbps
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/aacraid/
H A Daacraid.h759 u8 CD:1; /* command data bit: 1- illegal parameter in CDB. member in struct:sense_data
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/core/oss/
H A Dmixer_oss.c1099 MIXER_VOL(CD),
1252 { SOUND_MIXER_CD, "CD", 0 },
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dbody.tex181 You can also buy a CD-ROM using the form on the Web site.

Completed in 358 milliseconds

12