Home
last modified time | relevance | path

Searched defs:dst1 (Results 1 – 25 of 97) sorted by relevance

1234

/third_party/ffmpeg/tests/checkasm/
Dvf_colorspace.c71 uint8_t *dst0[3] = { dst0_y, dst0_u, dst0_v }, *dst1[3] = { dst1_y, dst1_u, dst1_v }; in check_yuv2yuv() local
139 int16_t *dst0[3] = { dst0_y, dst0_u, dst0_v }, *dst1[3] = { dst1_y, dst1_u, dst1_v }; in check_yuv2rgb() local
216 uint8_t *dst0[3] = { dst0_y, dst0_u, dst0_v }, *dst1[3] = { dst1_y, dst1_u, dst1_v }; in check_rgb2yuv() local
273 int16_t *dst0[3] = { dst0_y, dst0_u, dst0_v }, *dst1[3] = { dst1_y, dst1_u, dst1_v }; in check_multiply3x3() local
Dllviddsp.c48 uint8_t *dst1 = av_mallocz(width); in check_add_bytes() local
76 uint8_t *dst1 = av_mallocz(width); in check_add_median_pred() local
114 uint8_t *dst1 = av_mallocz(width); in check_add_left_pred() local
143 uint16_t *dst1 = av_mallocz_array(width, sizeof(uint16_t)); in check_add_left_pred_16() local
Dg722dsp.c38 int dst0[2], dst1[2]; in check_qmf() local
Dpixblockdsp.c90 uint16_t *dst1 = (uint16_t *)dst1_; in checkasm_check_pixblockdsp() local
Dhuffyuvdsp.c43 uint16_t *dst1 = av_mallocz(width * sizeof(uint16_t)); in check_add_int16() local
Dvf_blend.c94 uint8_t *dst1 = av_malloc(BUF_SIZE); in checkasm_check_blend() local
/third_party/skia/third_party/externals/libwebp/src/dsp/
Dlossless_enc_msa.c21 #define TRANSFORM_COLOR_8(src0, src1, dst0, dst1, c0, c1, mask0, mask1) do { \ argument
63 v16u8 src1, dst1; in TransformColor_MSA() local
106 v16u8 src1, dst1, tmp1; in SubtractGreenFromBlueAndRed_MSA() local
Dlossless_msa.c81 #define TRANSFORM_COLOR_INVERSE_8(src0, src1, dst0, dst1, \ argument
121 v16u8 src1, dst1; in ConvertBGRAToRGBA_MSA() local
257 v16u8 src1, dst1, tmp1; in AddGreenToBlueAndRed_MSA() local
302 v16u8 src1, dst1; in TransformColorInverse_MSA() local
/third_party/flutter/skia/third_party/externals/libwebp/src/dsp/
Dlossless_enc_msa.c21 #define TRANSFORM_COLOR_8(src0, src1, dst0, dst1, c0, c1, mask0, mask1) do { \ argument
63 v16u8 src1, dst1; in TransformColor_MSA() local
106 v16u8 src1, dst1, tmp1; in SubtractGreenFromBlueAndRed_MSA() local
Dlossless_msa.c81 #define TRANSFORM_COLOR_INVERSE_8(src0, src1, dst0, dst1, \ argument
121 v16u8 src1, dst1; in ConvertBGRAToRGBA_MSA() local
257 v16u8 src1, dst1, tmp1; in AddGreenToBlueAndRed_MSA() local
302 v16u8 src1, dst1; in TransformColorInverse_MSA() local
/third_party/ffmpeg/libavfilter/x86/
Dvf_spp.c38 #define REQUANT_CORE(dst0, dst1, dst2, dst3, src0, src1, src2, src3) \ in hardthresh_mmx() argument
109 #define REQUANT_CORE(dst0, dst1, dst2, dst3, src0, src1, src2, src3) \ in softthresh_mmx() argument
186 uint8_t *dst1 = dst; in store_slice_mmx() local
/third_party/flutter/skia/samplecode/
DSamplePolyToPoly.cpp46 const SkScalar dst1[] = { in PolyToPolyView() local
120 const int dst1[] = { 5, 5 }; in onDrawContent() local
/third_party/skia/samplecode/
DSamplePolyToPoly.cpp46 const SkScalar dst1[] = { in PolyToPolyView() local
118 const int dst1[] = { 5, 5 }; in onDrawContent() local
/third_party/boost/libs/multi_index/test/
Dtest_node_handling.cpp297 Src& src,Dst& dst0,Dst& dst1,Dst& /* dst2 */,Dst& /* dst3 */, in test_transfer() argument
309 Src& src,Dst& dst0,Dst& dst1,Dst& /* dst2 */,Dst& /* dst3 */, in test_transfer() argument
322 Src& src,Dst& dst0,Dst& dst1,Dst& dst2,Dst& dst3, in test_transfer()
338 void test_transfer(Src& src,Dst& dst0,Dst& dst1,Dst& dst2,Dst& dst3) in test_transfer()
373 container2 dst0,dst1,dst2,dst3; in test_transfer() local
/third_party/ffmpeg/libavcodec/
Dhuffyuvdec.c599 #define GET_VLC_DUAL(dst0, dst1, name, gb, dtable, table1, table2, \ argument
619 #define OP8bits(dst0, dst1, code) dst0 = code>>8; dst1 = code argument
621 #define READ_2PIX(dst0, dst1, plane1) \ argument
655 #define READ_2PIX_PLANE(dst0, dst1, plane, OP) \ argument
660 #define OP14bits(dst0, dst1, code) dst0 = code>>8; dst1 = sign_extend(code, 8) argument
664 #define READ_2PIX_PLANE16(dst0, dst1, plane){\ argument
Dgdv.c141 uint8_t *dst1 = dst + PREAMBLE_SIZE + y * w; in rescale() local
149 uint8_t *dst1 = dst + PREAMBLE_SIZE + y * w; in rescale() local
157 uint8_t *dst1 = dst + PREAMBLE_SIZE + y * (w>>1); in rescale() local
163 uint8_t *dst1 = dst + PREAMBLE_SIZE + y * w; in rescale() local
169 uint8_t *dst1 = dst + PREAMBLE_SIZE + y * w; in rescale() local
/third_party/flutter/skia/tests/
DEncodeTest.cpp69 SkDynamicMemoryWStream dst0, dst1, dst2, dst3; in test_encode() local
192 SkDynamicMemoryWStream dst0, dst1, dst2; in DEF_TEST() local
304 SkDynamicMemoryWStream dst0, dst1, dst2; in DEF_TEST() local
395 SkDynamicMemoryWStream dst0, dst1, dst2, dst3; in DEF_TEST() local
/third_party/ffmpeg/libavfilter/
Dvf_bwdif.c126 static void filter_intra(void *dst1, void *cur1, int w, int prefs, int mrefs, in filter_intra()
136 static void filter_line_c(void *dst1, void *prev1, void *cur1, void *next1, in filter_line_c()
154 static void filter_edge(void *dst1, void *prev1, void *cur1, void *next1, in filter_edge()
171 static void filter_intra_16bit(void *dst1, void *cur1, int w, int prefs, int mrefs, in filter_intra_16bit()
181 static void filter_line_c_16bit(void *dst1, void *prev1, void *cur1, void *next1, in filter_line_c_16bit()
199 static void filter_edge_16bit(void *dst1, void *prev1, void *cur1, void *next1, in filter_edge_16bit()
Dvf_yadif.c94 static void filter_line_c(void *dst1, in filter_line_c()
114 static void filter_edges(void *dst1, void *prev1, void *cur1, void *next1, in filter_edges()
145 static void filter_line_c_16bit(void *dst1, in filter_line_c_16bit()
163 static void filter_edges_16bit(void *dst1, void *prev1, void *cur1, void *next1, in filter_edges_16bit()
/third_party/ffmpeg/libavcodec/ppc/
Dfmtconvert_altivec.c39 vector float src1, src2, dst1, dst2, mul_v, zero; in int32_to_float_fmul_scalar_altivec() local
/third_party/skia/tests/
DEncodeTest.cpp71 SkDynamicMemoryWStream dst0, dst1, dst2, dst3; in test_encode() local
194 SkDynamicMemoryWStream dst0, dst1, dst2; in DEF_TEST() local
306 SkDynamicMemoryWStream dst0, dst1, dst2; in DEF_TEST() local
397 SkDynamicMemoryWStream dst0, dst1, dst2, dst3; in DEF_TEST() local
/third_party/ffmpeg/libswscale/
Dhscale_fast_bilinear.c38 void ff_hcscale_fast_c(SwsContext *c, int16_t *dst1, int16_t *dst2, in ff_hcscale_fast_c()
/third_party/boost/libs/gil/test/core/color/
Ddefault_color_converter_impl.cpp48 pixel_dst_t dst1{}; in operator ()() local
/third_party/flutter/skia/third_party/externals/sdl/src/video/
DSDL_blit_A.c185 __m64 src1, src2, dst1, dst2, lmask, hmask, dsta; in BlitRGBtoRGBSurfaceAlpha128MMX() local
250 __m64 src1, src2, dst1, dst2, mm_alpha, mm_zero, dsta; in BlitRGBtoRGBSurfaceAlphaMMX() local
341 __m64 src1, dst1, mm_alpha, mm_zero, mm_alpha2; in BlitRGBtoRGBPixelAlphaMMX() local
528 __m64 src1, dst1, mm_alpha, mm_zero, mm_alpha2; in BlitRGBtoRGBPixelAlphaMMX3DNOW() local
713 __m64 src1, dst1, src2, dst2, gmask, bmask, mm_res, mm_alpha; in Blit565to565SurfaceAlphaMMX() local
850 __m64 src1, dst1, src2, dst2, rmask, gmask, bmask, mm_res, mm_alpha; in Blit555to555SurfaceAlphaMMX() local
/third_party/ffmpeg/libavcodec/mips/
Dhevc_mc_uniw_msa.c70 v8i16 dst0, dst1, dst2, dst3, offset_vec; in hevc_uniwgt_copy_4w_msa() local
138 v8i16 dst0, dst1, dst2, dst3, dst4, dst5, dst6, dst7, offset_vec; in hevc_uniwgt_copy_6w_msa() local
200 v8i16 dst0, dst1, dst2, dst3, dst4, dst5, dst6, dst7, offset_vec; in hevc_uniwgt_copy_8w_msa() local
293 v8i16 dst0, dst1, dst2, dst3, dst4, dst5; in hevc_uniwgt_copy_12w_msa() local
339 v8i16 dst0, dst1, dst2, dst3, dst4, dst5, dst6, dst7, offset_vec; in hevc_uniwgt_copy_16w_msa() local
382 v8i16 dst0, dst1, dst2, dst3, dst4, dst5, dst6, dst7, offset_vec; in hevc_uniwgt_copy_24w_msa() local
435 v8i16 dst0, dst1, dst2, dst3, dst4, dst5, dst6, dst7, offset_vec; in hevc_uniwgt_copy_32w_msa() local
481 v8i16 dst0, dst1, dst2, dst3, dst4, dst5, offset_vec; in hevc_uniwgt_copy_48w_msa() local
538 v8i16 dst0, dst1, dst2, dst3, dst4, dst5, dst6, dst7, offset_vec; in hevc_uniwgt_copy_64w_msa() local
605 v8i16 dst0, dst1, dst2, dst3, weight_vec_h, offset_vec, denom_vec; in hevc_hz_uniwgt_8t_4w_msa() local
[all …]

1234