/third_party/ffmpeg/libavcodec/ |
D | utvideodsp.c | 27 uint8_t *src_b, in restore_rgb_planes_c() argument 40 b = src_b[i]; in restore_rgb_planes_c() 42 src_b[i] = b + g - 0x80; in restore_rgb_planes_c() 46 src_b += linesize_b; in restore_rgb_planes_c() 52 uint16_t *src_b, in restore_rgb_planes10_c() argument 65 b = src_b[i]; in restore_rgb_planes10_c() 67 src_b[i] = (b + g - 0x200) & 0x3FF; in restore_rgb_planes10_c() 71 src_b += linesize_b; in restore_rgb_planes10_c()
|
D | utvideodsp.h | 28 void (*restore_rgb_planes)(uint8_t *src_r, uint8_t *src_g, uint8_t *src_b, 31 void (*restore_rgb_planes10)(uint16_t *src_r, uint16_t *src_g, uint16_t *src_b,
|
/third_party/ffmpeg/libavcodec/x86/ |
D | utvideodsp_init.c | 28 void ff_restore_rgb_planes_sse2(uint8_t *src_r, uint8_t *src_g, uint8_t *src_b, 31 void ff_restore_rgb_planes_avx2(uint8_t *src_r, uint8_t *src_g, uint8_t *src_b, 35 void ff_restore_rgb_planes10_sse2(uint16_t *src_r, uint16_t *src_g, uint16_t *src_b, 38 void ff_restore_rgb_planes10_avx2(uint16_t *src_r, uint16_t *src_g, uint16_t *src_b,
|
D | utvideodsp.asm | 34 ; void restore_rgb_planes(uint8_t *src_r, uint8_t *src_g, uint8_t *src_b, 39 cglobal restore_rgb_planes, 7 + ARCH_X86_64, 7 + ARCH_X86_64 * 2, 4, src_r, src_g, src_b, linesize_… 47 DEFINE_ARGS src_r, src_g, src_b, linesize_r, linesize_g, linesize_b, x 84 ; void restore_rgb_planes10(uint16_t *src_r, uint16_t *src_g, uint16_t *src_b, 89 cglobal restore_rgb_planes10, 7 + ARCH_X86_64, 7 + ARCH_X86_64 * 2, 5, src_r, src_g, src_b, linesiz… 102 DEFINE_ARGS src_r, src_g, src_b, linesize_r, linesize_g, linesize_b, x
|
/third_party/ffmpeg/libavfilter/ |
D | vf_dctdnoiz.c | 444 const float *src_b = src[2]; in color_correlation() local 449 … dstp[r] = av_clip_uint8(src_r[x] * DCT3X3_0_0 + src_g[x] * DCT3X3_1_0 + src_b[x] * DCT3X3_2_0); in color_correlation() 450 … dstp[g] = av_clip_uint8(src_r[x] * DCT3X3_0_1 + src_b[x] * DCT3X3_2_1); in color_correlation() 451 … dstp[b] = av_clip_uint8(src_r[x] * DCT3X3_0_2 + src_g[x] * DCT3X3_1_2 + src_b[x] * DCT3X3_2_2); in color_correlation() 457 src_b += src_linesize; in color_correlation() 513 const float *src_b = src[2]; in color_correlation_gbrp() local 520 … dstp_r[x] = av_clip_uint8(src_r[x] * DCT3X3_0_0 + src_g[x] * DCT3X3_1_0 + src_b[x] * DCT3X3_2_0); in color_correlation_gbrp() 521 … dstp_g[x] = av_clip_uint8(src_r[x] * DCT3X3_0_1 + src_b[x] * DCT3X3_2_1); in color_correlation_gbrp() 522 … dstp_b[x] = av_clip_uint8(src_r[x] * DCT3X3_0_2 + src_g[x] * DCT3X3_1_2 + src_b[x] * DCT3X3_2_2); in color_correlation_gbrp() 529 src_b += src_linesize; in color_correlation_gbrp()
|
/third_party/mesa3d/src/panfrost/bifrost/ |
D | bi_packer.c.py | 250 for ((src_a, src_b), cond, remap) in st[1].get("swaps", []): 268 …unsigned temp = {}{}; {}{} = {}{}; {}{} = temp; }}'.format(v, src_a, v, src_a, v, src_b, v, src_b))
|
/third_party/skia/third_party/externals/libwebp/examples/ |
D | anim_diff.c | 46 const int src_b = (src >> 0) & 0xff; in PixelsAreSimilar() local 54 (abs(src_b * src_a - dst_b * dst_a) <= (max_allowed_diff * 255)) && in PixelsAreSimilar()
|
/third_party/ffmpeg/tests/checkasm/ |
D | utvideodsp.c | 64 declare_func(void, type *src_r, type *src_g, type *src_b, \
|
/third_party/ffmpeg/libavutil/x86/ |
D | x86util.asm | 991 ; src_b is destroyed when using emulation with logical operands 993 %macro BLENDVPS 3 ; dst/src_a, src_b, mask 1010 ; src_b is destroyed when using emulation with logical operands 1012 %macro PBLENDVB 3 ; dst/src_a, src_b, mask
|
/third_party/ffmpeg/libpostproc/ |
D | postprocess_altivec_template.c | 26 #define ALTIVEC_TRANSPOSE_8x8_SHORT(src_a,src_b,src_c,src_d,src_e,src_f,src_g,src_h) \ argument 34 tempC1 = vec_mergeh (src_b, src_f); \ 35 tempD1 = vec_mergel (src_b, src_f); \ 49 src_b = vec_mergel (tempA2, tempE2); \
|
/third_party/mesa3d/src/amd/compiler/tests/ |
D | test_to_hw_instr.cpp | 659 #define EXT(idx, src_b) \ argument 660 bld.pseudo(aco_opcode::p_extract, Definition(v0_lo, v2b), Operand(v1_lo.advance(src_b), v2b), \
|
/third_party/skia/third_party/externals/libwebp/src/mux/ |
D | anim_encode.c | 372 const int src_b = (src >> 0) & 0xff; in PixelsAreSimilar() local 381 (abs(src_b - dst_b) * dst_a <= (max_allowed_diff * 255)); in PixelsAreSimilar()
|
/third_party/vixl/test/aarch64/ |
D | test-assembler-sve-aarch64.cc | 4487 ZRegister src_b = z27.WithLaneSize(lane_size_in_bits); in IntBinArithHelper() local 4489 InsrHelper(&masm, src_b, zm_inputs); in IntBinArithHelper() 4499 (masm.*macro)(zd_1, p0.Merging(), zd_1, src_b); in IntBinArithHelper() 4505 __ Mov(zd_2, src_b); in IntBinArithHelper() 4515 (masm.*macro)(zd_3, p0.Merging(), src_a, src_b); in IntBinArithHelper()
|