Searched refs:matrix (Results 1 - 25 of 26) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-runtime/doc/
H A DMakefile.am22 EXTRA_DIST += nls.texi matrix.texi
H A DMakefile.in435 EXTRA_DIST = nls.texi matrix.texi rt-gettext.texi rt-ngettext.texi \
H A DMakefile435 EXTRA_DIST = nls.texi matrix.texi rt-gettext.texi rt-ngettext.texi \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/Documentation/auxdisplay/
H A Dcfag12864b-example.c160 * format a [128*64] matrix
165 void cfag12864b_format(unsigned char * matrix) argument
174 if (matrix[i * CFAG12864B_WIDTH +
204 unsigned char matrix[CFAG12864B_WIDTH * CFAG12864B_HEIGHT]; local
226 printf("Draw rows formatting a [128*64] matrix");
227 memset(matrix, 0, CFAG12864B_WIDTH * CFAG12864B_HEIGHT);
230 matrix[j * CFAG12864B_WIDTH + i] = 1;
231 cfag12864b_format(matrix);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Daudioconvert.h86 * @param[in] matrix Channel mixing matrix (of dimension in_channel*out_channels). Set to NULL to ignore.
92 const float *matrix, int flags);
H A Daudioconvert.c160 const float *matrix, int flags)
158 av_audio_convert_alloc(enum SampleFormat out_fmt, int out_channels, enum SampleFormat in_fmt, int in_channels, const float *matrix, int flags) argument
H A Dac3dec.c663 void ff_ac3_downmix_c(float (*samples)[256], float (*matrix)[2], int out_ch, int in_ch, int len) argument
671 v0 += samples[j][i] * matrix[j][0];
672 v1 += samples[j][i] * matrix[j][1];
681 v0 += samples[j][i] * matrix[j][0];
H A Ddsputil.h386 void (*ac3_downmix)(float (*samples)[256], float (*matrix)[2], int out_ch, int in_ch, int len);
H A Dmpegvideo.h407 /** matrix transmitted in the bitstream */
428 /** precomputed matrix (combine qscale and DCT renorm) */
694 void ff_write_quant_matrix(PutBitContext *pb, uint16_t *matrix);
H A Dmpeg12.c1194 static void quant_matrix_rebuild(uint16_t *matrix, const uint8_t *old_perm, argument
1199 memcpy(temp_matrix,matrix,64*sizeof(uint16_t));
1202 matrix[new_perm[i]] = temp_matrix[old_perm[i]];
1475 dprintf(s->avctx, "matrix extension\n");
2007 /* get matrix */
2012 av_log(s->avctx, AV_LOG_ERROR, "intra matrix damaged\n");
2020 dprintf(s->avctx, "intra matrix present\n");
2037 av_log(s->avctx, AV_LOG_ERROR, "inter matrix damaged\n");
2045 dprintf(s->avctx, "non-intra matrix present\n");
H A Dmpegvideo_enc.c137 void ff_write_quant_matrix(PutBitContext *pb, uint16_t *matrix){ argument
140 if(matrix){
143 put_bits(pb, 8, matrix[ ff_zigzag_direct[i] ]);
683 /* init q matrix */
703 /* precompute matrix */
704 /* for mjpeg, we do include qscale in the matrix */
2017 /* note: quant matrix value (8) is implied here */
2850 /* for mjpeg, we do include qscale in the matrix */
H A Ddsputil.c46 void ff_ac3_downmix_c(float (*samples)[256], float (*matrix)[2], int out_ch, int in_ch, int len);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/
H A Dov7670.c150 * This matrix defines how the colors are generated, must be
348 { 0x4f, 0x80 }, /* "matrix coefficient 1" */
349 { 0x50, 0x80 }, /* "matrix coefficient 2" */
351 { 0x52, 0x22 }, /* "matrix coefficient 4" */
352 { 0x53, 0x5e }, /* "matrix coefficient 5" */
353 { 0x54, 0x80 }, /* "matrix coefficient 6" */
364 { 0x4f, 0xb3 }, /* "matrix coefficient 1" */
365 { 0x50, 0xb3 }, /* "matrix coefficient 2" */
367 { 0x52, 0x3d }, /* "matrix coefficient 4" */
368 { 0x53, 0xa7 }, /* "matrix coefficien
828 ov7670_store_cmatrix(struct i2c_client *client, int matrix[CMATRIX_LEN]) argument
912 ov7670_calc_cmatrix(struct ov7670_info *info, int matrix[CMATRIX_LEN]) argument
945 int matrix[CMATRIX_LEN]; local
965 int matrix[CMATRIX_LEN]; local
[all...]
H A Dmsp3400-kthreads.c344 v4l_dbg(1, msp_debug, client, "set_audmode final source/matrix = 0x%x\n", src);
838 int source, matrix; local
843 matrix = 0x30;
847 matrix = 0x10;
851 matrix = 0x20;
855 matrix = 0x00;
860 matrix = 0x20;
869 source = ((in + 1) << 8) | matrix;
871 source = (in << 8) | matrix;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-runtime/
H A DMakefile.am45 ABOUT-NLS: $(srcdir)/doc/nls.texi $(srcdir)/doc/matrix.texi
H A DMakefile983 ABOUT-NLS: $(srcdir)/doc/nls.texi $(srcdir)/doc/matrix.texi
H A DMakefile.in983 ABOUT-NLS: $(srcdir)/doc/nls.texi $(srcdir)/doc/matrix.texi
H A Dconfigure22869 Here is a matrix of mmap possibilities:
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/sound/
H A Dhdsp.h86 unsigned short matrix[HDSP_MATRIX_MIXER_SIZE]; member in struct:hdsp_mixer
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/dvb/dvb-core/
H A Ddvb_filter.h190 u32 matrix[32]; member in struct:mpg_picture
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/bt8xx/
H A Dbttv-cards.c2527 /* andre.schwarz@matrix-vision.de */
2545 /* andre.schwarz@matrix-vision.de */
4830 * The IVC120G security card has 4 i2c controlled TDA8540 matrix
4863 int matrix = input / 4; local
4866 btv->c.nr, input, matrix, key);
4870 ((matrix == 3) ? (key | key << 2) : 0x00), 1);
4872 ((matrix == 0) ? (key | key << 2) : 0x00), 1);
4874 ((matrix == 1) ? (key | key << 2) : 0x00), 1);
4876 ((matrix == 2) ? (key | key << 2) : 0x00), 1);
4880 ((matrix
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/x86/
H A Ddsputil_mmx.c1938 :"r"(samples[0]+len), "r"(matrix)\
1970 static void ac3_downmix_sse(float (*samples)[256], float (*matrix)[2], int out_ch, int in_ch, int len) argument
1972 int (*matrix_cmp)[2] = (int(*)[2])matrix;
1994 :"r"(matrix_simd), "r"(matrix)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/rme9652/
H A Dhdsp.c4700 if (copy_to_user(mixer->matrix, hdsp->mixer_matrix, sizeof(unsigned short)*HDSP_MATRIX_MIXER_SIZE))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/expat-2.0.1/
H A Dconfigure20558 Here is a matrix of mmap possibilities:
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/
H A Dconfigure23877 Here is a matrix of mmap possibilities:
[all...]

Completed in 442 milliseconds

12