Searched refs:coding (Results 1 - 19 of 19) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dnistspheredec.c37 char buffer[32], coding[32] = "pcm", format[32] = "01"; local
64 if (!av_strcasecmp(coding, "pcm")) {
67 } else if (!av_strcasecmp(coding, "alaw")) {
69 } else if (!av_strcasecmp(coding, "ulaw") ||
70 !av_strcasecmp(coding, "mu-law")) {
73 avpriv_request_sample(s, "coding %s", coding);
100 sscanf(buffer, "%*s %*s %31s", coding);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libvorbis-1.2.3/doc/
H A D02-bitpacking.tex68 \subsubsection{coding bits into byte sequences}
101 \subsubsection{coding example}
121 Continue by coding the 3 bit integer value '-1' [b111]:
137 Continue by coding the 7 bit integer value '17' [b0010001]:
154 Continue by coding the 13 bit integer value '6969' [b110 11001110 01]:
219 the coding process. Thus, should this unused space be read, it will
H A DVorbis_I_spec.tex126 The use of multirate filter banks for coding of high quality digital audio,
H A D06-floor0.tex13 coding; LSP representation may be converted to LPC representation and
21 VQ codebooks for use in coding/decoding the LSP filter coefficient
H A D01-introduction.tex223 make use of entropy coding to save space. For this reason, a floor
225 component list. Entropy coding is thus provided as an abstraction,
227 codebooks when coding/decoding.
234 quantization according to one of three specific packing/coding
248 The entropy coding in a Vorbis I codebook is provided by a standard
404 Vorbis codes residue vectors in groups by submap; the coding is done
H A D08-residue.tex34 coding structure, ignoring for the moment exactly how a partition is
107 residue coding setup is restricted to a power of two.
169 where, for coding purposes, the vector effectively begins at element
H A D03-codebook.tex376 entropy coding context), or uses that entry number as an offset into
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wan/
H A Dfarsync.h124 unsigned char coding; /* hdb3 b8zs */ member in struct:fstioc_info
H A Dfarsync.c232 u8 coding; member in struct:su_config
1717 FST_WRB(card, suConfig.coding, info->coding);
1741 printk("Coding = %d\n", info->coding);
1831 info->coding = FST_RDB(card, suConfig.coding);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/gadget/
H A Du_serial.c1010 gs_port_alloc(unsigned port_num, struct usb_cdc_line_coding *coding) argument
1029 port->port_line_coding = *coding;
1058 struct usb_cdc_line_coding coding; local
1087 coding.dwDTERate = cpu_to_le32(9600);
1088 coding.bCharFormat = 8;
1089 coding.bParityType = USB_CDC_NO_PARITY;
1090 coding.bDataBits = USB_CDC_1_STOP_BITS;
1097 status = gs_port_alloc(i, &coding);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dtaui.tex44 and wxBase only. Use standard wxWidgets coding conventions.
H A Dtmbconv.tex32 the complete set of characters in use in one unified global coding system,
H A Dtevent.tex260 % requests, so no extra coding is required to support them in your menus and
H A Dtdb.tex447 needing to do the coding.
H A Dwindow.tex861 standard control -- which is a much better idea than hard coding specific
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/docs/latex/mmedia/
H A Dsndfile.tex169 Data are returned using in the original file coding (You must use a sound
178 Data must be coded with the specified file coding (You must use a sound
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/msdos/
H A Dmatch.asm27 ; local variables. This (bad) coding practice is very likely to break any
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/libFLAC/ppc/as/
H A Dlpc_asm.s47 ; bps<=15 for mid-side coding, since that uses an extra bit)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/libFLAC/ppc/gas/
H A Dlpc_asm.s49 # bps<=15 for mid-side coding, since that uses an extra bit)

Completed in 124 milliseconds