Searched refs:dstc (Results 1 – 7 of 7) sorted by relevance
/third_party/ffmpeg/libavfilter/ |
D | af_surround.c | 440 float l_mag, r_mag, c_mag, *dstc, *dstl, *dstr; in upmix_3_0() local 444 dstc = (float *)s->output->extended_data[2]; in upmix_3_0() 456 dstc[2 * n ] = c_mag * cosf(c_phase); in upmix_3_0() 457 dstc[2 * n + 1] = c_mag * sinf(c_phase); in upmix_3_0() 469 float lfe_mag, l_mag, r_mag, c_mag, *dstc, *dstl, *dstr, *dstlfe; in upmix_3_1() local 473 dstc = (float *)s->output->extended_data[2]; in upmix_3_1() 488 dstc[2 * n ] = c_mag * cosf(c_phase); in upmix_3_1() 489 dstc[2 * n + 1] = c_mag * sinf(c_phase); in upmix_3_1() 505 float lfe_mag, l_mag, r_mag, *dstc, *dstl, *dstr, *dstlfe; in upmix_3_1_surround() local 509 dstc = (float *)s->output->extended_data[2]; in upmix_3_1_surround() [all …]
|
D | vf_paletteuse.c | 378 uint32_t dstc; in get_dst_color_err() local 382 dstc = s->palette[dstx]; in get_dst_color_err() 383 *er = r - (dstc >> 16 & 0xff); in get_dst_color_err() 384 *eg = g - (dstc >> 8 & 0xff); in get_dst_color_err() 385 *eb = b - (dstc & 0xff); in get_dst_color_err()
|
/third_party/mesa3d/src/gallium/drivers/r300/compiler/ |
D | r300_fragprog.c | 129 char srcc[4][10], dstc[20]; in r300FragmentProgramDump() local 149 dstc[0] = 0; in r300FragmentProgramDump() 162 sprintf(dstc, "t%i.%s ", in r300FragmentProgramDump() 180 strcat(dstc, tmp); in r300FragmentProgramDump() 209 srcc[0], srcc[1], srcc[2], srcc[3], dstc, in r300FragmentProgramDump()
|
/third_party/ffmpeg/libavcodec/x86/ |
D | diracdsp_init.c | 49 static void dirac_hpel_filter_ ## EXT(uint8_t *dsth, uint8_t *dstv, uint8_t *dstc, \ 56 ff_dirac_hpel_filter_h_ ## EXT(dstc, dstv, width); \ 60 dstc += stride; \
|
/third_party/ffmpeg/libavcodec/ |
D | diracdsp.c | 30 static void dirac_hpel_filter(uint8_t *dsth, uint8_t *dstv, uint8_t *dstc, const uint8_t *src, in dirac_hpel_filter() argument 40 dstc[x] = av_clip_uint8(FILTER(dstv+x, 1)); in dirac_hpel_filter() 48 dstc += stride; in dirac_hpel_filter()
|
D | diracdsp.h | 31 …void (*dirac_hpel_filter)(uint8_t *dsth, uint8_t *dstv, uint8_t *dstc, const uint8_t *src, int str…
|
/third_party/tzdata/ |
D | antarctica | 31 # https://web.archive.org/web/20021204222245/http://www.dstc.qut.edu.au/DST/marg/daylight.html
|