Home
last modified time | relevance | path

Searched refs:dstc (Results 1 - 6 of 6) sorted by relevance

/third_party/ffmpeg/libavfilter/
H A Daf_surround.c445 float l_mag, r_mag, c_mag, *dstc, *dstl, *dstr; in upmix_3_0() local
449 dstc = (float *)s->output->extended_data[2]; in upmix_3_0()
461 dstc[2 * n ] = c_mag * cosf(c_phase); in upmix_3_0()
462 dstc[2 * n + 1] = c_mag * sinf(c_phase); in upmix_3_0()
474 float lfe_mag, l_mag, r_mag, c_mag, *dstc, *dstl, *dstr, *dstlfe; in upmix_3_1() local
478 dstc = (float *)s->output->extended_data[2]; in upmix_3_1()
493 dstc[2 * n ] = c_mag * cosf(c_phase); in upmix_3_1()
494 dstc[2 * n + 1] = c_mag * sinf(c_phase); in upmix_3_1()
510 float lfe_mag, l_mag, r_mag, *dstc, *dstl, *dstr, *dstlfe; in upmix_3_1_surround() local
514 dstc in upmix_3_1_surround()
544 float b_mag, l_mag, r_mag, c_mag, *dstc, *dstl, *dstr, *dstb; upmix_4_0() local
578 float lfe_mag, b_mag, l_mag, r_mag, c_mag, *dstc, *dstl, *dstr, *dstb, *dstlfe; upmix_4_1() local
618 float l_mag, r_mag, ls_mag, rs_mag, c_mag, *dstc, *dstl, *dstr, *dstls, *dstrs; upmix_5_0_back() local
657 float lfe_mag, l_mag, r_mag, ls_mag, rs_mag, c_mag, *dstc, *dstl, *dstr, *dstls, *dstrs, *dstlfe; upmix_5_1_back() local
702 float l_mag, r_mag, ls_mag, rs_mag, c_mag, b_mag, *dstc, *dstb, *dstl, *dstr, *dstls, *dstrs; upmix_6_0() local
746 float lfe_mag, l_mag, r_mag, ls_mag, rs_mag, c_mag, b_mag, *dstc, *dstb, *dstl, *dstr, *dstls, *dstrs, *dstlfe; upmix_6_1() local
797 float lfe_mag, l_mag, r_mag, *dstc, *dstl, *dstr, *dstlfe; upmix_5_1_back_surround() local
844 float c_mag, l_mag, r_mag, *dstc, *dstl, *dstr, *dstlfe; upmix_5_1_back_2_1() local
888 float *dstc, *dstl, *dstr, *dstls, *dstrs, *dstlb, *dstrb; upmix_7_0() local
938 float *dstc, *dstl, *dstr, *dstls, *dstrs, *dstlb, *dstrb, *dstlfe; upmix_7_1() local
996 float *dstc, *dstl, *dstr, *dstls, *dstrs, *dstlb, *dstrb, *dstlfe; upmix_7_1_5_0_side() local
1057 float *dstc, *dstl, *dstr, *dstls, *dstrs, *dstlb, *dstrb, *dstlfe; upmix_7_1_5_1() local
[all...]
H A Dvf_paletteuse.c383 uint32_t dstc; in get_dst_color_err() local
387 dstc = s->palette[dstx]; in get_dst_color_err()
391 *ea = (int)a - (int)(dstc >> 24 & 0xff); in get_dst_color_err()
392 *er = (int)r - (int)(dstc >> 16 & 0xff); in get_dst_color_err()
393 *eg = (int)g - (int)(dstc >> 8 & 0xff); in get_dst_color_err()
394 *eb = (int)b - (int)(dstc & 0xff); in get_dst_color_err()
/third_party/mesa3d/src/gallium/drivers/r300/compiler/
H A Dr300_fragprog.c129 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/
H A Ddiracdsp_init.c44 static void dirac_hpel_filter_ ## EXT(uint8_t *dsth, uint8_t *dstv, uint8_t *dstc, \
51 ff_dirac_hpel_filter_h_ ## EXT(dstc, dstv, width); \
55 dstc += stride; \
/third_party/ffmpeg/libavcodec/
H A Ddiracdsp.c32 static void dirac_hpel_filter(uint8_t *dsth, uint8_t *dstv, uint8_t *dstc, const uint8_t *src, in dirac_hpel_filter() argument
42 dstc[x] = av_clip_uint8(FILTER(dstv+x, 1)); in dirac_hpel_filter()
50 dstc += stride; in dirac_hpel_filter()
H A Ddiracdsp.h31 void (*dirac_hpel_filter)(uint8_t *dsth, uint8_t *dstv, uint8_t *dstc, const uint8_t *src, int stride, int width, int height);

Completed in 9 milliseconds