/third_party/ffmpeg/libavcodec/ |
D | h264dsp_template.c | 104 …_t *p_pix, ptrdiff_t xstride, ptrdiff_t ystride, int inner_iters, int alpha, int beta, int8_t *tc0) in FUNCC() 113 const int tc_orig = tc0[i] * (1 << (BIT_DEPTH - 8)); in FUNCC() 152 …id FUNCC(h264_v_loop_filter_luma)(uint8_t *pix, ptrdiff_t stride, int alpha, int beta, int8_t *tc0) in FUNCC() 154 FUNCC(h264_loop_filter_luma)(pix, stride, sizeof(pixel), 4, alpha, beta, tc0); in FUNCC() 156 …id FUNCC(h264_h_loop_filter_luma)(uint8_t *pix, ptrdiff_t stride, int alpha, int beta, int8_t *tc0) in FUNCC() 158 FUNCC(h264_loop_filter_luma)(pix, sizeof(pixel), stride, 4, alpha, beta, tc0); in FUNCC() 160 …CC(h264_h_loop_filter_luma_mbaff)(uint8_t *pix, ptrdiff_t stride, int alpha, int beta, int8_t *tc0) in FUNCC() 162 FUNCC(h264_loop_filter_luma)(pix, sizeof(pixel), stride, 2, alpha, beta, tc0); in FUNCC() 231 …_t *p_pix, ptrdiff_t xstride, ptrdiff_t ystride, int inner_iters, int alpha, int beta, int8_t *tc0) in FUNCC() 240 const int tc = ((tc0[i] - 1U) << (BIT_DEPTH - 8)) + 1; in FUNCC() [all …]
|
D | h264dsp.h | 49 int alpha, int beta, int8_t *tc0); 51 int alpha, int beta, int8_t *tc0); 53 int alpha, int beta, int8_t *tc0); 62 int alpha, int beta, int8_t *tc0); 64 int alpha, int beta, int8_t *tc0); 67 int8_t *tc0);
|
/third_party/ffmpeg/libavcodec/aarch64/ |
D | h264dsp_init_aarch64.c | 29 int beta, int8_t *tc0); 31 int beta, int8_t *tc0); 37 int beta, int8_t *tc0); 39 int beta, int8_t *tc0); 41 int beta, int8_t *tc0); 87 int beta, int8_t *tc0); 89 int beta, int8_t *tc0); 95 int beta, int8_t *tc0); 97 int beta, int8_t *tc0); 99 int beta, int8_t *tc0);
|
/third_party/ffmpeg/tests/checkasm/ |
D | h264dsp.c | 327 int8_t tc0[36][4]; in check_loop_filter() local 330 int alpha, int beta, int8_t *tc0); in check_loop_filter() 339 tc0[i][0] = tc0[i][3] = (c + 6) / 10; in check_loop_filter() 340 tc0[i][1] = (c + 7) / 15; in check_loop_filter() 341 tc0[i][2] = (c + 9) / 20; in check_loop_filter() 357 call_ref(dst0 + off, 32, alphas[j], betas[j], tc0[j]); \ in check_loop_filter() 358 call_new(dst1 + off, 32, alphas[j], betas[j], tc0[j]); \ in check_loop_filter() 362 tc0[j][0], tc0[j][1], tc0[j][2], tc0[j][3]); \ in check_loop_filter() 365 bench_new(dst1, 32, alphas[j], betas[j], tc0[j]); \ in check_loop_filter()
|
/third_party/ffmpeg/libavcodec/arm/ |
D | h264dsp_init_arm.c | 29 int beta, int8_t *tc0); 31 int beta, int8_t *tc0); 33 int beta, int8_t *tc0); 35 int beta, int8_t *tc0); 37 int beta, int8_t *tc0);
|
/third_party/mesa3d/src/gallium/frontends/xa/ |
D | xa_renderer.c | 202 float tc0[2], float tc1[2], float tc2[2], float tc3[2]) in compute_src_coords() 204 tc0[0] = sx; in compute_src_coords() 205 tc0[1] = sy; in compute_src_coords() 214 map_point(src_matrix, tc0[0], tc0[1], &tc0[0], &tc0[1]); in compute_src_coords() 220 tc0[0] /= src->width0; in compute_src_coords() 224 tc0[1] /= src->height0; in compute_src_coords() 236 float tc0[2], tc1[2], tc2[2], tc3[2]; in add_vertex_data1() local 239 tc0, tc1, tc2, tc3); in add_vertex_data1() 241 add_vertex_1tex(r, dstX, dstY, tc0[0], tc0[1]); in add_vertex_data1()
|
/third_party/ffmpeg/libavcodec/loongarch/ |
D | h264dsp_lasx.h | 29 int alpha, int beta, int8_t *tc0); 31 int alpha, int beta, int8_t *tc0); 37 int alpha, int beta, int8_t *tc0); 39 int alpha, int beta, int8_t *tc0);
|
D | h264qpel_lasx.h | 30 int alpha, int beta, int8_t *tc0); 32 int alpha, int beta, int8_t *tc0);
|
D | hevc_lpf_sao_lsx.c | 44 int32_t tc0, p_is_pcm0, q_is_pcm0, beta30, beta20, tc250; in ff_hevc_loop_filter_luma_h_8_lsx() local 90 tc0 = tc[0]; in ff_hevc_loop_filter_luma_h_8_lsx() 93 tc250 = (((tc0 << 2) + tc0 + 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() 453 int32_t tc0, p_is_pcm0, q_is_pcm0, beta30, beta20, tc250; in ff_hevc_loop_filter_luma_v_8_lsx() local 509 tc0 = tc[0]; in ff_hevc_loop_filter_luma_v_8_lsx() 512 tc250 = (((tc0 << 2) + tc0 + 1) >> 1); in ff_hevc_loop_filter_luma_v_8_lsx() 515 DUP2_ARG1( __lsx_vreplgr2vr_h, tc0 << 1, tc4 << 1, cmp0, cmp1); in ff_hevc_loop_filter_luma_v_8_lsx()
|
/third_party/ffmpeg/libavcodec/ppc/ |
D | h264dsp.c | 528 register vec_u8 tc0) { in h264_deblock_q1() argument 543 max = vec_adds(p1, tc0); in h264_deblock_q1() 544 min = vec_subs(p1, tc0); in h264_deblock_q1() 582 #define h264_loop_filter_luma_altivec(p2, p1, p0, q0, q1, q2, alpha, beta, tc0) { \ argument 602 AV_COPY32(temp, tc0); \ 628 …h264_v_loop_filter_luma_altivec(uint8_t *pix, ptrdiff_t stride, int alpha, int beta, int8_t *tc0) { in h264_v_loop_filter_luma_altivec() argument 630 if ((tc0[0] & tc0[1] & tc0[2] & tc0[3]) >= 0) { in h264_v_loop_filter_luma_altivec() 637 h264_loop_filter_luma_altivec(p2, p1, p0, q0, q1, q2, alpha, beta, tc0); in h264_v_loop_filter_luma_altivec() 645 …h264_h_loop_filter_luma_altivec(uint8_t *pix, ptrdiff_t stride, int alpha, int beta, int8_t *tc0) { in h264_h_loop_filter_luma_altivec() argument 648 if ((tc0[0] & tc0[1] & tc0[2] & tc0[3]) < 0) in h264_h_loop_filter_luma_altivec() [all …]
|
/third_party/ffmpeg/libavcodec/mips/ |
D | h264dsp_mmi.c | 1439 int8_t *tc0) in ff_deblock_v8_luma_8_mmi() argument 1481 MMI_ULWC1(%[ftmp5], %[tc0], 0x00) in ff_deblock_v8_luma_8_mmi() 1560 [tc0]"r"(tc0), [ff_pb_1]"f"(ff_pb_1.f), in ff_deblock_v8_luma_8_mmi() 1793 int beta, int8_t *tc0) in ff_deblock_v_chroma_8_mmi() argument 1835 MMI_ULWC1(%[ftmp7], %[tc0], 0x00) in ff_deblock_v_chroma_8_mmi() 1870 [tc0]"r"(tc0), [ff_pb_1]"f"(ff_pb_1.f), in ff_deblock_v_chroma_8_mmi() 1955 int8_t *tc0) in ff_deblock_h_chroma_8_mmi() argument 2023 MMI_ULWC1(%[ftmp6], %[tc0], 0x00) in ff_deblock_h_chroma_8_mmi() 2087 [stride]"r"((mips_reg)stride), [tc0]"r"(tc0), in ff_deblock_h_chroma_8_mmi() 2228 int8_t *tc0) in ff_deblock_v_luma_8_mmi() argument [all …]
|
D | h264dsp_mips.h | 29 int alpha, int beta, int8_t *tc0); 31 int alpha, int beta, int8_t *tc0); 33 int alpha, int beta, int8_t *tc0); 35 int alpha, int beta, int8_t *tc0); 38 int8_t *tc0); 41 int8_t *tc0); 44 int8_t *tc0); 363 int8_t *tc0); 367 int8_t *tc0); 371 int8_t *tc0); [all …]
|
D | h264dsp_msa.c | 1446 uint8_t tc0, uint8_t tc1, in avc_loopfilter_luma_inter_edge_hor_msa() argument 1475 tmp_vec = (v16u8) __msa_fill_b(tc0); in avc_loopfilter_luma_inter_edge_hor_msa() 1601 int8_t *tc0) in avc_h_loop_filter_luma_mbaff_msa() argument 1633 if (tc0[0] < 0) { in avc_h_loop_filter_luma_mbaff_msa() 1643 if (tc0[1] < 0) { in avc_h_loop_filter_luma_mbaff_msa() 1653 if (tc0[2] < 0) { in avc_h_loop_filter_luma_mbaff_msa() 1663 if (tc0[3] < 0) { in avc_h_loop_filter_luma_mbaff_msa() 1714 tc_val = LW(tc0); in avc_h_loop_filter_luma_mbaff_msa() 1779 if (tc0[0] < 0) { in avc_h_loop_filter_luma_mbaff_msa() 1788 if (tc0[1] < 0) { in avc_h_loop_filter_luma_mbaff_msa() [all …]
|
D | hevc_lpf_sao_msa.c | 40 int32_t tc0, p_is_pcm0, q_is_pcm0, beta30, beta20, tc250; in hevc_loopfilter_luma_hor_msa() local 96 tc0 = tc[0]; in hevc_loopfilter_luma_hor_msa() 99 tc250 = ((tc0 * 5 + 1) >> 1); in hevc_loopfilter_luma_hor_msa() 103 cmp0 = (v2i64) __msa_fill_h(tc0); in hevc_loopfilter_luma_hor_msa() 464 int32_t tc0, p_is_pcm0, q_is_pcm0, beta30, beta20, tc250; in hevc_loopfilter_luma_ver_msa() local 518 tc0 = tc[0]; in hevc_loopfilter_luma_ver_msa() 521 tc250 = ((tc0 * 5 + 1) >> 1); in hevc_loopfilter_luma_ver_msa() 525 cmp0 = (v2i64) __msa_fill_h(tc0 << 1); in hevc_loopfilter_luma_ver_msa()
|
/third_party/ffmpeg/libavcodec/x86/ |
D | h264_deblock.asm | 263 ; %1=p1 %2=q2 %3=[q2] %4=[q1] %5=tc0 %6=tmp 264 ; out: [q1] = clip( (q2+((p0+q0+1)>>1))>>1, q1-tc0, q1+tc0 ) 265 ; clobbers: q2, tmp, tc0 282 ; int8_t *tc0) 286 movd m8, [r4] ; tc0 300 punpcklbw m8, m8 ; tc = 4x tc0[3], 4x tc0[2], 4x tc0[1], 4x tc0[0] 328 ; int8_t *tc0) 349 ; alpha, beta, tc0 are still in r2d, r3d, r4 481 ; int8_t *tc0) 498 movd m4, [r3] ; tc0 [all …]
|
D | hevc_deblock.asm | 283 movq m6, [tcq]; tc0 285 pshufd m6, m6, 0xA0; tc0, tc1 287 psignw m4, m6, [pw_m1]; -tc0, -tc1 289 pmullw m4, m6, [pw_m1]; -tc0, -tc1 383 movd m8, r11d; tc0 388 add r11d, r3d; tc0 + tc1 393 shufps m8, m9, 0; tc0, tc1
|
D | h264dsp_init.c | 95 int8_t *tc0);
|
D | h264_deblock_10bit.asm | 154 ; int8_t *tc0)
|
/third_party/lame/libmp3lame/ |
D | newmdct.c | 837 FLOAT tc0, tc1, tc2, ts0, ts1, ts2; in mdct_short() local 840 tc0 = inout[0 * 3] * win[SHORT_TYPE][2] - inout[3 * 3]; in mdct_short() 841 tc1 = ts0 + tc0; in mdct_short() 842 tc2 = ts0 - tc0; in mdct_short() 845 tc0 = inout[3 * 3] * win[SHORT_TYPE][2] + inout[0 * 3]; in mdct_short() 846 ts1 = ts0 + tc0; in mdct_short() 847 ts2 = -ts0 + tc0; in mdct_short() 849 …tc0 = (inout[1 * 3] * win[SHORT_TYPE][1] - inout[4 * 3]) * 2.069978111953089e-11; /* tritab_s[1] */ 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()
|
/third_party/skia/third_party/externals/spirv-cross/shaders-msl-no-opt/vert/ |
D | functions_nested.vert | 14 layout(location=0) out vec4 tc0; 129 tc0 = dst_reg7;
|
/third_party/skia/third_party/externals/spirv-cross/reference/shaders-msl-no-opt/vert/ |
D | functions_nested.vert | 32 float4 tc0 [[user(locn0)]]; 195 out.tc0 = dst_reg7;
|
/third_party/astc-encoder/Test/Images/Small/HDR-RGB/ |
D | hdr-rgb-00.hdr | 1221 …����������������,))@'-! 1)1POYYQ��i#�xWBOcsl}2ccOc@�l@l0Z,'tc$$@7t7(Z}*$-t-ZF�lA6}G;;tc0
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/Mips/ |
D | MipsGenAsmMatcher.inc | 5054 "tc0\004mtc1\004mtc2\005mtgc0\005mthc0\005mthc1\005mthc2\006mthgc0\004mt"
|