Searched defs:y_dst (Results 1 - 7 of 7) sorted by relevance
/third_party/node/deps/openssl/openssl/crypto/ec/ |
H A D | ecx_s390x.c | 155 unsigned char y_dst[32]; in s390x_ed25519_mul() member 189 unsigned char y_dst[64]; in s390x_ed448_mul() member 146 s390x_ed25519_mul(unsigned char x_dst[32], unsigned char y_dst[32], const unsigned char x_src[32], const unsigned char y_src[32], const unsigned char d_src[32]) s390x_ed25519_mul() argument 180 s390x_ed448_mul(unsigned char x_dst[57], unsigned char y_dst[57], const unsigned char x_src[57], const unsigned char y_src[57], const unsigned char d_src[57]) s390x_ed448_mul() argument [all...] |
/third_party/openssl/crypto/ec/ |
H A D | ecx_s390x.c | 155 unsigned char y_dst[32]; in s390x_ed25519_mul() member 189 unsigned char y_dst[64]; in s390x_ed448_mul() member 146 s390x_ed25519_mul(unsigned char x_dst[32], unsigned char y_dst[32], const unsigned char x_src[32], const unsigned char y_src[32], const unsigned char d_src[32]) s390x_ed25519_mul() argument 180 s390x_ed448_mul(unsigned char x_dst[57], unsigned char y_dst[57], const unsigned char x_src[57], const unsigned char y_src[57], const unsigned char d_src[57]) s390x_ed448_mul() argument [all...] |
/third_party/skia/third_party/externals/libwebp/src/enc/ |
H A D | filter_enc.c | 90 uint8_t* const y_dst = it->yuv_out2_ + Y_OFF_ENC; in DoFilter() local
|
/third_party/astc-encoder/Source/ |
H A D | astcenc_compute_variance.cpp | 366 int y_dst = y + offset_y; in compute_pixel_region_variance() local 398 int y_dst = y + offset_y; in compute_pixel_region_variance() local
|
/third_party/skia/third_party/externals/libwebp/src/dec/ |
H A D | frame_dec.c | 77 uint8_t* const y_dst = dec->yuv_b_ + Y_OFF; in ReconstructRow() local 208 uint8_t* const y_dst = dec->cache_y_ + cache_id * 16 * y_bps + mb_x * 16; DoFilter() local [all...] |
H A D | io_dec.c | 28 uint8_t* const y_dst = buf->y + (size_t)io->mb_y * buf->y_stride; in EmitYUV() local
|
/third_party/ffmpeg/libavcodec/ |
H A D | vp8.c | 2071 uint8_t *y_dst = dst[0]; in idct_mb() local
|
Completed in 9 milliseconds