Searched refs:usrc (Results 1 – 7 of 7) sorted by relevance
/external/strace/tests-mx32/ |
D | hexdump_strdup.c | 47 const unsigned char *usrc = (const unsigned char *) src; in hexdump_memdup() local 50 unsigned int c = usrc[i]; in hexdump_memdup()
|
/external/strace/tests-m32/ |
D | hexdump_strdup.c | 47 const unsigned char *usrc = (const unsigned char *) src; in hexdump_memdup() local 50 unsigned int c = usrc[i]; in hexdump_memdup()
|
/external/strace/tests/ |
D | hexdump_strdup.c | 47 const unsigned char *usrc = (const unsigned char *) src; in hexdump_memdup() local 50 unsigned int c = usrc[i]; in hexdump_memdup()
|
/external/webp/src/enc/ |
D | iterator_enc.c | 129 const uint8_t* const usrc = pic->u + (y * pic->uv_stride + x) * 8; in VP8IteratorImport() local 137 ImportBlock(usrc, pic->uv_stride, it->yuv_in_ + U_OFF_ENC, uv_w, uv_h, 8); in VP8IteratorImport() 150 it->u_left_[-1] = usrc[- 1 - pic->uv_stride]; in VP8IteratorImport() 154 ImportLine(usrc - 1, pic->uv_stride, it->u_left_, uv_h, 8); in VP8IteratorImport() 164 ImportLine(usrc - pic->uv_stride, 1, tmp_32 + 16, uv_w, 8); in VP8IteratorImport() 186 const uint8_t* const usrc = it->yuv_out_ + U_OFF_ENC; in VP8IteratorExport() local 204 ExportBlock(usrc, udst, pic->uv_stride, uv_w, uv_h); in VP8IteratorExport()
|
/external/libvpx/libvpx/vp8/encoder/ |
D | encodemb.h | 22 void vp8_subtract_mbuv(short *diff, unsigned char *usrc, unsigned char *vsrc,
|
D | encodemb.c | 33 void vp8_subtract_mbuv(short *diff, unsigned char *usrc, unsigned char *vsrc, in vp8_subtract_mbuv() argument 39 vpx_subtract_block(8, 8, udiff, 8, usrc, src_stride, upred, pred_stride); in vp8_subtract_mbuv()
|
/external/vixl/src/aarch64/ |
D | logic-aarch64.cc | 2095 uint64_t usrc[8]; in extractnarrow() local 2140 usrc[i] = src.Uint(srcform, i); in extractnarrow() 2167 if (usrc[i] > MaxUintFromFormat(dstform)) { in extractnarrow() 2176 result = usrc[i] & MaxUintFromFormat(dstform); in extractnarrow()
|