Home
last modified time | relevance | path

Searched refs:matrix (Results 1 – 25 of 45) sorted by relevance

12

/dragonfly/sys/dev/sound/pcm/
H A Dfeeder_matrix.c80 } matrix[SND_CHN_T_MAX + 1]; member
159 info->matrix[i].shift; \
233 for (i = 0; i < (sizeof(info->matrix) / sizeof(info->matrix[0])); i++) { in feed_matrix_reset()
239 info->matrix[i].mul = 1; in feed_matrix_reset()
240 info->matrix[i].shift = 0; in feed_matrix_reset()
277 info->matrix[i].shift; in feed_matrix_apply_generic()
346 info->matrix[ch].chn[j++] = in feed_matrix_setup()
349 info->matrix[ch].chn[j++] = in feed_matrix_setup()
370 info->matrix[ch].mul = mul; in feed_matrix_setup()
371 info->matrix[ch].shift = shift; in feed_matrix_setup()
[all …]
H A Dfeeder_chain.c192 cdesc->current.matrix->channels, cdesc->current.matrix->ext); in feeder_build_formatne()
311 cdesc->target.matrix->channels, cdesc->target.matrix->ext); in feeder_build_matrix()
322 cdesc->target.matrix); in feeder_build_matrix()
332 cdesc->current.matrix = cdesc->target.matrix; in feeder_build_matrix()
655 softmatrix = &c->matrix; in feeder_chain()
665 c->matrix = *softmatrix; in feeder_chain()
682 cdesc.target.matrix = hwmatrix; in feeder_chain()
719 cdesc.target.matrix) != 0) in feeder_chain()
788 FEEDER_BUILD(matrix); in feeder_chain()
794 FEEDER_BUILD(matrix); in feeder_chain()
[all …]
H A Dfeeder_volume.c53 feed_volume_##SIGN##BIT##ENDIAN(int *vol, int *matrix, \
67 v = FEEDVOLUME_CALC##BIT(x, vol[matrix[i]]); \
100 int matrix[SND_CHN_MAX]; member
240 int i, *vol, *matrix; in feed_volume_feed() local
252 matrix = info->matrix; in feed_volume_feed()
260 if (vol[matrix[--i]] != SND_VOL_FLAT) { in feed_volume_feed()
282 info->apply(vol, matrix, info->channels, dst, j); in feed_volume_feed()
331 for (i = 0; i < (sizeof(info->matrix) / sizeof(info->matrix[0])); i++) { in feeder_volume_apply_matrix()
333 info->matrix[i] = m->map[i].type; in feeder_volume_apply_matrix()
335 info->matrix[i] = SND_CHN_T_FL; in feeder_volume_apply_matrix()
H A Dchannel.c1262 c->matrix = *feeder_matrix_id_map(SND_CHN_MATRIX_1_0); in chn_init()
1263 c->matrix.id = SND_CHN_MATRIX_PCMCHANNEL; in chn_init()
1453 return (&c->matrix); in chn_getmatrix()
1467 c->matrix = *m; in chn_setmatrix()
1468 c->matrix.id = SND_CHN_MATRIX_PCMCHANNEL; in chn_setmatrix()
1487 return (feeder_matrix_oss_get_channel_order(&c->matrix, map)); in chn_oss_getorder()
1503 m = c->matrix; in chn_oss_setorder()
H A Dchannel.h165 struct pcmchan_matrix matrix; member
/dragonfly/contrib/gcc-4.7/gcc/
H A Dgraphite-cloog-util.c124 CloogMatrix *matrix; in new_Cloog_Matrix_from_ppl_Constraint_System() local
132 matrix = cloog_matrix_alloc (rows, dim + 2); in new_Cloog_Matrix_from_ppl_Constraint_System()
143 insert_constraint_into_matrix (matrix, row, c); in new_Cloog_Matrix_from_ppl_Constraint_System()
150 return matrix; in new_Cloog_Matrix_from_ppl_Constraint_System()
176 ppl_dimension_type dim = matrix->NbColumns - 2; in cloog_matrix_to_ppl_constraint()
184 for (j = 1; j < (int)matrix->NbColumns - 1; j++) in cloog_matrix_to_ppl_constraint()
191 matrix->p[row][matrix->NbColumns - 1]); in cloog_matrix_to_ppl_constraint()
195 if (mpz_sgn (matrix->p[row][0]) == 0) in cloog_matrix_to_ppl_constraint()
208 CloogMatrix *matrix) in new_Constraint_System_from_Cloog_Matrix() argument
217 for (i = 0; i < (int)matrix->NbRows; i++) in new_Constraint_System_from_Cloog_Matrix()
[all …]
H A Dtree-data-ref.h144 VEC (lambda_vector, gc) *matrix;
150 #define AM_MATRIX(M) (M)->matrix
H A Dtree-parloops.c248 lambda_matrix matrix; member
253 #define LTM_MATRIX(T) ((T)->matrix)
280 lambda_matrix_vector_mult (lambda_matrix matrix, int m, int n, in lambda_matrix_vector_mult() argument
288 dest[i] += matrix[i][j] * vec[j]; in lambda_matrix_vector_mult()
/dragonfly/contrib/file/magic/Magdir/
H A Dmathematica116 # check for valid imaginary flag of Matlab matrix version 4
118 # check for valid ASCII matrix name
127 # no example for 8-bit and 16-bit integers matrix
135 # no misidentfied little endian MATrix example with "short" matrix name
138 # little endian MATrix with "long" matrix name or some misidentified samples
159 # namlen; the length of the matrix name
166 # T indicates the matrix type: 0~numeric 1~text 2~sparse
171 # mrows; number of rows in the matrix like: 1 3 8
173 # ncols; number of columns in the matrix like: 1 3 4 5 9 43
175 # imagf; imaginary flag; 1~matrix has an imaginary part 0~only real data
[all …]
H A Dti-8x21 >0x00003B byte 0x02 (matrix)
39 >0x00003B byte 0x02 (matrix)
56 >0x00003B byte 0x02 (matrix)
74 >0x00003B byte 0x02 (matrix)
99 >0x00003B byte 0x06 (real matrix)
100 >0x00003B byte 0x07 (complex matrix)
132 >0x00003B byte 0x06 (real matrix)
133 >0x00003B byte 0x07 (complex matrix)
159 >0x000048 byte 0x06 (matrix)
177 >0x000048 byte 0x06 (matrix)
[all …]
/dragonfly/sys/dev/misc/evdev/
H A Devdev_mt.c94 int *matrix; member
130 size += sizeof(mt->matrix[0]) * (slots + 6) * slots; in evdev_mt_init()
139 mt->matrix = (int *)(mt->match_slots + slots); in evdev_mt_init()
248 evdev_mt_matching(int *matrix, int m, int n, int *buffer) in evdev_mt_matching() argument
265 for (i = 0, p = matrix + col; i < m; i++, p += n) { in evdev_mt_matching()
283 for (i = 0, p = matrix; i < m; i++, p += n) in evdev_mt_matching()
328 KKASSERT(mt->matrix != NULL); in evdev_mt_match_frame()
334 p = mt->matrix; in evdev_mt_match_frame()
355 evdev_mt_matching(mt->matrix, m, n, p); in evdev_mt_match_frame()
/dragonfly/sys/dev/drm/amd/display/dc/basics/
H A Dconversion.c84 uint16_t *matrix, in convert_float_matrix() argument
104 matrix[i] = (uint16_t)reg_value; in convert_float_matrix()
H A Dconversion.h37 uint16_t *matrix,
/dragonfly/sys/dev/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_color.c211 stream->gamut_remap_matrix.matrix[i] = dc_fixpt_zero; in amdgpu_dm_set_ctm()
216 val = ctm->matrix[i - (i/4)]; in amdgpu_dm_set_ctm()
221 stream->gamut_remap_matrix.matrix[i].value = val; in amdgpu_dm_set_ctm()
/dragonfly/sys/dev/drm/amd/display/dc/inc/
H A Dhw_sequencer.h93 uint16_t *matrix);
98 uint16_t *matrix,
/dragonfly/sys/dev/drm/i915/
H A Dintel_color.c153 ctm_mult_by_limited(input, (int64_t *)ctm->matrix); in i9xx_load_csc_matrix()
156 input[i] = ctm->matrix[i]; in i9xx_load_csc_matrix()
265 ((1ULL << 63) - 1) & ctm->matrix[i]; in cherryview_load_csc_matrix()
273 if (ctm->matrix[i] & (1ULL << 63)) in cherryview_load_csc_matrix()
/dragonfly/contrib/cryptsetup/
H A DABOUT-NLS182 matrix shows the current state of internationalization, as of July
183 2006. The matrix shows, in regard of each package, for which languages
1077 Some counters in the preceding matrix are higher than the number of
1082 For a PO file in the matrix above to be effective, the package to
1090 matrix with full percentage details can be found at
1091 `http://www.iro.umontreal.ca/contrib/po/HTML/matrix.html'.
/dragonfly/contrib/gcc-4.7/gcc/doc/
H A Dloop.texi601 non-singular matrix based transformations of the iteration space and
608 converted into an internal form that can be matrix transformed easily.
615 takes a transformation matrix to apply. Note that it is up to the
616 caller to verify that the transformation matrix is legal to apply to the
618 matrix it is told to provide. It can be extended to make legal matrices
619 out of any non-singular matrix, but this is not currently implemented.
620 Legality of a matrix for a given loopnest can be verified using
/dragonfly/sys/dev/drm/amd/display/dc/
H A Ddc_types.h663 struct fixed31_32 matrix[12]; member
H A Ddc_hw_types.h432 uint16_t matrix[12]; member
/dragonfly/sys/dev/drm/amd/display/dc/dcn10/
H A Ddcn10_hw_sequencer.c1669 pipe_ctx->stream->gamut_remap_matrix.matrix[i]; in program_gamut_remap()
1678 uint16_t *matrix) in program_csc_matrix() argument
1682 pipe_ctx->plane_res.dpp->funcs->dpp_set_csc_adjustment(pipe_ctx->plane_res.dpp, matrix); in program_csc_matrix()
1692 uint16_t *matrix, in dcn10_program_output_csc() argument
1698 matrix); in dcn10_program_output_csc()
2085 pipe_ctx->stream->csc_color_matrix.matrix, in update_dchubp_dpp()
H A Ddcn10_dpp.c406 tbl_entry.regval[i] = input_csc_color_matrix.matrix[i]; in dpp1_cnv_setup()
/dragonfly/sys/dev/drm/include/uapi/drm/
H A Ddrm_mode.h632 __s64 matrix[9]; member
/dragonfly/sys/dev/drm/amd/display/dc/dce110/
H A Ddce110_hw_sequencer.c2191 pipe_ctx->stream->gamut_remap_matrix.matrix[i]; in program_gamut_remap()
2633 pipe_ctx->stream->csc_color_matrix.matrix[i]; in dce110_program_front_end_for_pipe()
2644 pipe_ctx->stream->gamut_remap_matrix.matrix[i]; in dce110_program_front_end_for_pipe()
2808 uint16_t *matrix) in program_csc_matrix() argument
2820 tbl_entry.regval[i] = pipe_ctx->stream->csc_color_matrix.matrix[i]; in program_csc_matrix()
/dragonfly/gnu/usr.bin/cc47/
H A DMakefile.langs37 $(srcdir)/ipa-prop.c $(srcdir)/ipa-cp.c $(srcdir)/matrix-reorg.c \

12