Home
last modified time | relevance | path

Searched refs:u_dst (Results 1 - 8 of 8) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/ec/
H A Decx_s390x.c77 int s390x_x25519_mul(unsigned char u_dst[32], in s390x_x25519_mul() argument
83 unsigned char u_dst[32]; in s390x_x25519_mul() member
104 s390x_flip_endian32(u_dst, param.x25519.u_dst); in s390x_x25519_mul()
110 int s390x_x448_mul(unsigned char u_dst[56], in s390x_x448_mul() argument
116 unsigned char u_dst[64]; in s390x_x448_mul() member
138 s390x_flip_endian64(param.x448.u_dst, param.x448.u_dst); in s390x_x448_mul()
139 memcpy(u_dst, param.x448.u_dst, 5 in s390x_x448_mul()
[all...]
/third_party/openssl/crypto/ec/
H A Decx_s390x.c77 int s390x_x25519_mul(unsigned char u_dst[32], in s390x_x25519_mul() argument
83 unsigned char u_dst[32]; in s390x_x25519_mul() member
104 s390x_flip_endian32(u_dst, param.x25519.u_dst); in s390x_x25519_mul()
110 int s390x_x448_mul(unsigned char u_dst[56], in s390x_x448_mul() argument
116 unsigned char u_dst[64]; in s390x_x448_mul() member
138 s390x_flip_endian64(param.x448.u_dst, param.x448.u_dst); in s390x_x448_mul()
139 memcpy(u_dst, param.x448.u_dst, 5 in s390x_x448_mul()
[all...]
/third_party/skia/third_party/externals/libwebp/src/dec/
H A Dframe_dec.c78 uint8_t* const u_dst = dec->yuv_b_ + U_OFF; in ReconstructRow() local
86 u_dst[j * BPS - 1] = 129; in ReconstructRow()
92 y_dst[-1 - BPS] = u_dst[-1 - BPS] = v_dst[-1 - BPS] = 129; in ReconstructRow()
97 memset(u_dst - BPS - 1, 127, 8 + 1); in ReconstructRow()
112 Copy32b(&u_dst[j * BPS - 4], &u_dst[j * BPS + 4]); in ReconstructRow()
125 memcpy(u_dst - BPS, top_yuv[0].u, 8); in ReconstructRow()
162 VP8PredChroma8[pred_func](u_dst); in ReconstructRow()
164 DoUVTransform(bits_uv >> 0, coeffs + 16 * 16, u_dst); in ReconstructRow()
171 memcpy(top_yuv[0].u, u_dst in ReconstructRow()
230 uint8_t* const u_dst = dec->cache_u_ + cache_id * 8 * uv_bps + mb_x * 8; DoFilter() local
380 uint8_t* const u_dst = dec->cache_u_ + cache_id * 8 * uv_bps + mb_x * 8; DitherRow() local
[all...]
H A Dio_dec.c29 uint8_t* const u_dst = buf->u + (size_t)(io->mb_y >> 1) * buf->u_stride; in EmitYUV() local
36 WebPCopyPlane(io->u, io->uv_stride, u_dst, buf->u_stride, uv_w, uv_h); in EmitYUV()
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_video.h105 uint8_t *u_dst = (uint8_t *)destination_data[2] + destination_pitches[2] * src_field; in u_copy_nv12_to_yv12() local
111 u_dst[x] = src[2*x]; in u_copy_nv12_to_yv12()
114 u_dst += u_stride; in u_copy_nv12_to_yv12()
/third_party/skia/third_party/externals/libwebp/src/enc/
H A Dfilter_enc.c91 uint8_t* const u_dst = it->yuv_out2_ + U_OFF_ENC; in DoFilter() local
103 VP8HFilter8i(u_dst, v_dst, BPS, limit, ilevel, hev_thresh); in DoFilter()
105 VP8VFilter8i(u_dst, v_dst, BPS, limit, ilevel, hev_thresh); in DoFilter()
/third_party/node/deps/openssl/openssl/crypto/
H A Ds390x_arch.h36 int s390x_x25519_mul(unsigned char u_dst[32],
39 int s390x_x448_mul(unsigned char u_dst[56],
/third_party/openssl/crypto/
H A Ds390x_arch.h36 int s390x_x25519_mul(unsigned char u_dst[32],
39 int s390x_x448_mul(unsigned char u_dst[56],

Completed in 7 milliseconds