/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/mesa3d/src/mesa/drivers/dri/radeon/ |
D | radeon_maos_vbtmp.h | 43 GLuint (*tc0)[4], (*tc1)[4], (*tc2)[4]; in TAG() local 100 tc0 = (GLuint (*)[4])VB->AttribPtr[_TNL_ATTRIB_TEX0 + t0]->data; in TAG() 108 tc0 = (GLuint (*)[4])&ctx->Current.Attrib[VERT_ATTRIB_TEX0]; in TAG() 158 tc0 = (GLuint (*)[4])((GLubyte *)tc0 + start * tc0_stride); in TAG() 218 v[0].ui = tc0[0][0]; in TAG() 219 v[1].ui = tc0[0][1]; in TAG() 225 v[2].ui = tc0[0][2]; in TAG() 227 v[2].ui = tc0[0][3]; in TAG() 233 tc0 = (GLuint (*)[4])((GLubyte *)tc0 + tc0_stride); in TAG()
|
/third_party/ffmpeg/tests/checkasm/ |
D | h264dsp.c | 326 int8_t tc0[36][4]; in check_loop_filter() local 329 int alpha, int beta, int8_t *tc0); in check_loop_filter() 338 tc0[i][0] = tc0[i][3] = (c + 6) / 10; in check_loop_filter() 339 tc0[i][1] = (c + 7) / 15; in check_loop_filter() 340 tc0[i][2] = (c + 9) / 20; in check_loop_filter() 356 call_ref(dst0 + off, 32, alphas[j], betas[j], tc0[j]); \ in check_loop_filter() 357 call_new(dst1 + off, 32, alphas[j], betas[j], tc0[j]); \ in check_loop_filter() 361 tc0[j][0], tc0[j][1], tc0[j][2], tc0[j][3]); \ in check_loop_filter() 364 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/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);
|
/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/x86/ |
D | h264dsp_init.c | 107 int8_t *tc0); 153 int beta, int8_t *tc0) in deblock_v_luma_8_mmxext() argument 155 if ((tc0[0] & tc0[1]) >= 0) in deblock_v_luma_8_mmxext() 156 ff_deblock_v8_luma_8_mmxext(pix + 0, stride, alpha, beta, tc0); in deblock_v_luma_8_mmxext() 157 if ((tc0[2] & tc0[3]) >= 0) in deblock_v_luma_8_mmxext() 158 ff_deblock_v8_luma_8_mmxext(pix + 8, stride, alpha, beta, tc0 + 2); in deblock_v_luma_8_mmxext()
|
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 | h264_deblock_10bit.asm | 154 ; int8_t *tc0)
|
/third_party/ffmpeg/libavcodec/mips/ |
D | h264dsp_mmi.c | 1438 int8_t *tc0) in ff_deblock_v8_luma_8_mmi() argument 1480 MMI_ULWC1(%[ftmp5], %[tc0], 0x00) in ff_deblock_v8_luma_8_mmi() 1559 [tc0]"r"(tc0), [ff_pb_1]"f"(ff_pb_1), in ff_deblock_v8_luma_8_mmi() 1792 int beta, int8_t *tc0) in ff_deblock_v_chroma_8_mmi() argument 1834 MMI_ULWC1(%[ftmp7], %[tc0], 0x00) in ff_deblock_v_chroma_8_mmi() 1869 [tc0]"r"(tc0), [ff_pb_1]"f"(ff_pb_1), in ff_deblock_v_chroma_8_mmi() 1954 int8_t *tc0) in ff_deblock_h_chroma_8_mmi() argument 2022 MMI_ULWC1(%[ftmp6], %[tc0], 0x00) in ff_deblock_h_chroma_8_mmi() 2086 [stride]"r"((mips_reg)stride), [tc0]"r"(tc0), in ff_deblock_h_chroma_8_mmi() 2227 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); 359 int8_t *tc0); 363 int8_t *tc0); 367 int8_t *tc0); [all …]
|
D | h264dsp_msa.c | 1290 uint8_t tc0, uint8_t tc1, in avc_loopfilter_luma_inter_edge_ver_msa() argument 1316 tmp_vec = (v16u8) __msa_fill_b(tc0); in avc_loopfilter_luma_inter_edge_ver_msa() 1570 uint8_t tc0, uint8_t tc1, in avc_loopfilter_luma_inter_edge_hor_msa() argument 1599 tmp_vec = (v16u8) __msa_fill_b(tc0); in avc_loopfilter_luma_inter_edge_hor_msa() 1725 int8_t *tc0) in avc_h_loop_filter_luma_mbaff_msa() argument 1757 if (tc0[0] < 0) { in avc_h_loop_filter_luma_mbaff_msa() 1767 if (tc0[1] < 0) { in avc_h_loop_filter_luma_mbaff_msa() 1777 if (tc0[2] < 0) { in avc_h_loop_filter_luma_mbaff_msa() 1787 if (tc0[3] < 0) { in avc_h_loop_filter_luma_mbaff_msa() 1838 tc_val = LW(tc0); 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/libffi/src/powerpc/ |
D | aix.S | 106 .llong .ffi_call_AIX, TOC[tc0], 0 214 .long .ffi_call_AIX, TOC[tc0], 0 341 .llong .ffi_call_go_AIX, TOC[tc0], 0 397 .long .ffi_call_go_AIX, TOC[tc0], 0 464 .llong .ffi_call_DARWIN, TOC[tc0], 0 466 .long .ffi_call_DARWIN, TOC[tc0], 0
|
D | aix_closure.S | 102 .llong .ffi_closure_ASM, TOC[tc0], 0 284 .long .ffi_closure_ASM, TOC[tc0], 0 474 .llong .ffi_go_closure_ASM, TOC[tc0], 0 545 .long .ffi_go_closure_ASM, TOC[tc0], 0
|
/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/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"
|