Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/frontends/xa/
H A Dxa_renderer.c202 float tc0[2], float tc1[2], float tc2[2], float tc3[2]) in compute_src_coords()
206 tc1[0] = sx + width; in compute_src_coords()
207 tc1[1] = sy; in compute_src_coords()
215 map_point(src_matrix, tc1[0], tc1[1], &tc1[0], &tc1[1]); in compute_src_coords()
221 tc1[0] /= src->width0; in compute_src_coords()
225 tc1[1] /= src->height0; in compute_src_coords()
236 float tc0[2], tc1[ in add_vertex_data1() local
199 compute_src_coords(float sx, float sy, const struct pipe_resource *src, const float *src_matrix, float width, float height, float tc0[2], float tc1[2], float tc2[2], float tc3[2]) compute_src_coords() argument
[all...]
/third_party/typescript/tests/baselines/reference/
H A DerrorsInGenericTypeReference.js11 var tc1 = new testClass1();
12 tc1.method<{ x: V }>(); // error: could not find symbol V
102 var tc1 = new testClass1();
103 tc1.method(); // error: could not find symbol V
H A DvariadicTuples1.js33 const tc1 = concat([], []);
425 var tc1 = concat([], []);
644 declare const tc1: [];
/third_party/lame/libmp3lame/
H A Dnewmdct.c837 FLOAT tc0, tc1, tc2, ts0, ts1, ts2; in mdct_short() local
841 tc1 = ts0 + tc0; in mdct_short()
852 inout[3 * 0] = tc1 * 1.907525191737280e-11 /* tritab_s[2] */ + tc0; in mdct_short()
860 tc1 = tc1 * 0.5 * 1.907525191737281e-11 - tc0; in mdct_short()
862 inout[3 * 3] = tc1 + ts2; in mdct_short()
863 inout[3 * 4] = tc1 - ts2; in mdct_short()
874 FLOAT tc1, tc2, tc3, tc4, ts5, ts6, ts7, ts8; in mdct_long() local
876 tc1 = in[17] - in[9]; in mdct_long()
886 ct = (tc1 in mdct_long()
[all...]
/third_party/ffmpeg/libavcodec/x86/
H A Dhevc_deblock.asm285 pshufd m6, m6, 0xA0; tc0, tc1
287 psignw m4, m6, [pw_m1]; -tc0, -tc1
289 pmullw m4, m6, [pw_m1]; -tc0, -tc1
388 add r11d, r3d; tc0 + tc1
390 movd m9, r3d; tc1
393 shufps m8, m9, 0; tc0, tc1
/third_party/ffmpeg/libavcodec/mips/
H A Dh264dsp_msa.c1446 uint8_t tc0, uint8_t tc1, in avc_loopfilter_luma_inter_edge_hor_msa()
1477 tmp_vec = (v16u8) __msa_fill_b(tc1); in avc_loopfilter_luma_inter_edge_hor_msa()
1821 uint8_t tc0, uint8_t tc1, in avc_loopfilter_cb_or_cr_inter_edge_hor_msa()
1853 tmp_vec = (v8i16) __msa_fill_b(tc1); in avc_loopfilter_cb_or_cr_inter_edge_hor_msa()
1907 uint8_t tc0, uint8_t tc1, in avc_loopfilter_cb_or_cr_inter_edge_ver_msa()
1942 tmp_vec = (v8i16) __msa_fill_b(tc1); in avc_loopfilter_cb_or_cr_inter_edge_ver_msa()
1443 avc_loopfilter_luma_inter_edge_hor_msa(uint8_t *data, uint8_t bs0, uint8_t bs1, uint8_t bs2, uint8_t bs3, uint8_t tc0, uint8_t tc1, uint8_t tc2, uint8_t tc3, uint8_t alpha_in, uint8_t beta_in, ptrdiff_t image_width) avc_loopfilter_luma_inter_edge_hor_msa() argument
1818 avc_loopfilter_cb_or_cr_inter_edge_hor_msa(uint8_t *data, uint8_t bs0, uint8_t bs1, uint8_t bs2, uint8_t bs3, uint8_t tc0, uint8_t tc1, uint8_t tc2, uint8_t tc3, uint8_t alpha_in, uint8_t beta_in, ptrdiff_t img_width) avc_loopfilter_cb_or_cr_inter_edge_hor_msa() argument
1904 avc_loopfilter_cb_or_cr_inter_edge_ver_msa(uint8_t *data, uint8_t bs0, uint8_t bs1, uint8_t bs2, uint8_t bs3, uint8_t tc0, uint8_t tc1, uint8_t tc2, uint8_t tc3, uint8_t alpha_in, uint8_t beta_in, ptrdiff_t img_width) avc_loopfilter_cb_or_cr_inter_edge_ver_msa() argument

Completed in 9 milliseconds