Home
last modified time | relevance | path

Searched refs:tc4 (Results 1 - 4 of 4) sorted by relevance

/third_party/lame/libmp3lame/
H A Dnewmdct.c874 FLOAT tc1, tc2, tc3, tc4, ts5, ts6, ts7, ts8; in mdct_long() local
878 tc4 = in[14] - in[12]; in mdct_long()
886 ct = (tc1 - tc3 - tc4) * cx[6]; in mdct_long()
892 ct = tc1 * cx[0] + tc2 + tc3 * cx[1] + tc4 * cx[2]; in mdct_long()
897 ct = tc1 * cx[1] - tc2 - tc3 * cx[2] + tc4 * cx[0]; in mdct_long()
902 ct = tc1 * cx[2] - tc2 + tc3 * cx[0] - tc4 * cx[1]; in mdct_long()
/third_party/ffmpeg/libavcodec/loongarch/
H A Dhevc_lpf_sao_lsx.c45 int32_t tc4, p_is_pcm4, q_is_pcm4, tc254, tmp; in ff_hevc_loop_filter_luma_h_8_lsx() local
94 tc4 = tc[1]; in ff_hevc_loop_filter_luma_h_8_lsx()
95 tc254 = (((tc4 << 2) + tc4 + 1) >> 1); in ff_hevc_loop_filter_luma_h_8_lsx()
97 DUP2_ARG1(__lsx_vreplgr2vr_h, tc0, tc4, cmp0, cmp1); in ff_hevc_loop_filter_luma_h_8_lsx()
454 int32_t tc4, p_is_pcm4, q_is_pcm4, tc254, tmp; in ff_hevc_loop_filter_luma_v_8_lsx() local
513 tc4 = tc[1]; in ff_hevc_loop_filter_luma_v_8_lsx()
514 tc254 = (((tc4 << 2) + tc4 + 1) >> 1); in ff_hevc_loop_filter_luma_v_8_lsx()
515 DUP2_ARG1( __lsx_vreplgr2vr_h, tc0 << 1, tc4 << in ff_hevc_loop_filter_luma_v_8_lsx()
[all...]
/third_party/ffmpeg/libavcodec/mips/
H A Dhevc_lpf_sao_msa.c41 int32_t tc4, p_is_pcm4, q_is_pcm4, tc254, tmp; in hevc_loopfilter_luma_hor_msa() local
100 tc4 = tc[1]; in hevc_loopfilter_luma_hor_msa()
101 tc254 = ((tc4 * 5 + 1) >> 1); in hevc_loopfilter_luma_hor_msa()
104 cmp1 = (v2i64) __msa_fill_h(tc4); in hevc_loopfilter_luma_hor_msa()
465 int32_t tc4, p_is_pcm4, q_is_pcm4, tc254, tmp; in hevc_loopfilter_luma_ver_msa() local
523 tc4 = tc[1]; in hevc_loopfilter_luma_ver_msa()
524 tc254 = ((tc4 * 5 + 1) >> 1); in hevc_loopfilter_luma_ver_msa()
526 cmp1 = (v2i64) __msa_fill_h(tc4 << 1); in hevc_loopfilter_luma_ver_msa()
/third_party/typescript/tests/baselines/reference/
H A DvariadicTuples1.js36 const tc4 = concat(sa, [1, 2, 3]); // Ideally would be [...string[], number, number, number]
428 var tc4 = concat(sa, [1, 2, 3]); // Ideally would be [...string[], number, number, number]
647 declare const tc4: [...string[], number, number, number];

Completed in 9 milliseconds