Home
last modified time | relevance | path

Searched defs:u_dst (Results 1 – 8 of 8) sorted by relevance

/third_party/openssl/crypto/ec/
Decx_s390x.c83 unsigned char u_dst[32]; in s390x_x25519_mul() member
116 unsigned char u_dst[64]; in s390x_x448_mul() member
/third_party/flutter/skia/third_party/externals/libwebp/src/dec/
Dframe_dec.c78 uint8_t* const u_dst = dec->yuv_b_ + U_OFF; in ReconstructRow() local
230 uint8_t* const u_dst = dec->cache_u_ + cache_id * 8 * uv_bps + mb_x * 8; in DoFilter() local
380 uint8_t* const u_dst = dec->cache_u_ + cache_id * 8 * uv_bps + mb_x * 8; in DitherRow() local
Dio_dec.c29 uint8_t* const u_dst = buf->u + (io->mb_y >> 1) * buf->u_stride; in EmitYUV() local
/third_party/skia/third_party/externals/libwebp/src/dec/
Dframe_dec.c78 uint8_t* const u_dst = dec->yuv_b_ + U_OFF; in ReconstructRow() local
230 uint8_t* const u_dst = dec->cache_u_ + cache_id * 8 * uv_bps + mb_x * 8; in DoFilter() local
380 uint8_t* const u_dst = dec->cache_u_ + cache_id * 8 * uv_bps + mb_x * 8; in DitherRow() local
Dio_dec.c29 uint8_t* const u_dst = buf->u + (size_t)(io->mb_y >> 1) * buf->u_stride; in EmitYUV() local
/third_party/flutter/skia/third_party/externals/libwebp/src/enc/
Dfilter_enc.c91 uint8_t* const u_dst = it->yuv_out2_ + U_OFF_ENC; in DoFilter() local
/third_party/skia/third_party/externals/libwebp/src/enc/
Dfilter_enc.c91 uint8_t* const u_dst = it->yuv_out2_ + U_OFF_ENC; in DoFilter() local
/third_party/mesa3d/src/gallium/auxiliary/util/
Du_video.h105 uint8_t *u_dst = (uint8_t *)destination_data[2] + destination_pitches[2] * src_field; in u_copy_nv12_to_yv12() local