Searched defs:src (Results 126 - 150 of 3153) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/libvpx/source/libvpx/test/
H A Dvp9_decrypt_test.cc15 #include "third_party/googletest/src/include/gtest/gtest.h"
29 void encrypt_buffer(const uint8_t *src, uint8_t *dst, size_t size, argument
32 dst[i] = src[i] ^ test_key[(offset + i) & 15];
H A Dvp9_subtract_test.cc11 #include "third_party/googletest/src/include/gtest/gtest.h"
48 uint8_t *src = reinterpret_cast<uint8_t *>( local
54 src[r * block_width * 2 + c] = rnd.Rand8();
60 src, block_width, pred, block_width);
65 (src[r * block_width + c] -
73 src, block_width * 2, pred, block_width * 2);
78 (src[r * block_width * 2 + c] -
87 vpx_free(src);
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/source/
H A Dcompare_common.cc30 uint32 HashDjb2_C(const uint8* src, int count, uint32 seed) { argument
34 hash += (hash << 5) + src[i];
H A Dcompare_posix.cc96 uint32 HashDjb2_SSE41(const uint8* src, int count, uint32 seed) { argument
136 : "+r"(src), // %0
H A Drotate_mips.cc24 void TransposeWx8_MIPS_DSPR2(const uint8* src, int src_stride, argument
43 "lbu $t0, 0(%[src]) \n"
44 "lbux $t1, %[src_stride](%[src]) \n"
45 "lbux $t8, $t2(%[src]) \n"
46 "lbux $t9, $t3(%[src]) \n"
52 "lbux $t0, $t4(%[src]) \n"
53 "lbux $t1, $t5(%[src]) \n"
54 "lbux $t8, $t6(%[src]) \n"
55 "lbux $t9, $t7(%[src]) \n"
63 "addiu %[src],
109 TransposeWx8_FAST_MIPS_DSPR2(const uint8* src, int src_stride, uint8* dst, int dst_stride, int width) argument
312 TransposeUVWx8_MIPS_DSPR2(const uint8* src, int src_stride, uint8* dst_a, int dst_stride_a, uint8* dst_b, int dst_stride_b, int width) argument
[all...]
H A Drotate_neon.cc25 void TransposeWx8_NEON(const uint8* src, int src_stride, argument
96 "add %1, #8 \n" // src += 8
163 "add %1, #4 \n" // src += 4
202 "add %1, #2 \n" // src += 2
232 "+r"(src), // %1
245 void TransposeUVWx8_NEON(const uint8* src, int src_stride, argument
340 "add %1, #8*2 \n" // src += 8*2
435 "add %1, #4*2 \n" // src += 4 * 2
483 "add %1, #2*2 \n" // src += 2 * 2
516 "+r"(src), //
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/mips/dspr2/
H A Dreconinter_dspr2.c17 inline void prefetch_load_int(unsigned char *src) argument
20 "pref 0, 0(%[src]) \n\t"
22 : [src] "r" (src)
28 unsigned char *RESTRICT src,
38 /* load src data in cache memory */
39 prefetch_load_int(src + src_stride);
43 "ulw %[a0], 0(%[src]) \n\t"
44 "ulw %[a1], 4(%[src]) \n\t"
45 "ulw %[a2], 8(%[src]) \
27 vp8_copy_mem16x16_dspr2( unsigned char *RESTRICT src, int src_stride, unsigned char *RESTRICT dst, int dst_stride) argument
62 vp8_copy_mem8x8_dspr2( unsigned char *RESTRICT src, int src_stride, unsigned char *RESTRICT dst, int dst_stride) argument
92 vp8_copy_mem8x4_dspr2( unsigned char *RESTRICT src, int src_stride, unsigned char *RESTRICT dst, int dst_stride) argument
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/arm/neon/
H A Dvp9_convolve_neon.c15 void vp9_convolve8_neon(const uint8_t *src, ptrdiff_t src_stride, argument
29 vp9_convolve8_c(src, src_stride,
42 vp9_convolve8_horiz_neon(src - src_stride * 3, src_stride,
54 void vp9_convolve8_avg_neon(const uint8_t *src, ptrdiff_t src_stride, argument
63 vp9_convolve8_avg_c(src, src_stride,
74 vp9_convolve8_horiz_neon(src - src_stride * 3, src_stride,
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
H A Dvp9_reconinter.h33 void vp9_build_inter_predictor(const uint8_t *src, int src_stride,
43 void vp9_high_build_inter_predictor(const uint8_t *src, int src_stride,
61 uint8_t *src, int stride,
67 dst->buf = src + scaled_buffer_offset(x, y, stride, scale);
72 const YV12_BUFFER_CONFIG *src,
76 const YV12_BUFFER_CONFIG *src, int mi_row, int mi_col,
60 setup_pred_plane(struct buf_2d *dst, uint8_t *src, int stride, int mi_row, int mi_col, const struct scale_factors *scale, int subsampling_x, int subsampling_y) argument
/external/chromium_org/third_party/libyuv/source/
H A Dcompare_common.cc30 uint32 HashDjb2_C(const uint8* src, int count, uint32 seed) { argument
34 hash += (hash << 5) + src[i];
H A Dcompare_posix.cc96 uint32 HashDjb2_SSE41(const uint8* src, int count, uint32 seed) { argument
136 : "+r"(src), // %0
H A Drotate_mips.cc24 void TransposeWx8_MIPS_DSPR2(const uint8* src, int src_stride, argument
43 "lbu $t0, 0(%[src]) \n"
44 "lbux $t1, %[src_stride](%[src]) \n"
45 "lbux $t8, $t2(%[src]) \n"
46 "lbux $t9, $t3(%[src]) \n"
52 "lbux $t0, $t4(%[src]) \n"
53 "lbux $t1, $t5(%[src]) \n"
54 "lbux $t8, $t6(%[src]) \n"
55 "lbux $t9, $t7(%[src]) \n"
63 "addiu %[src],
109 TransposeWx8_FAST_MIPS_DSPR2(const uint8* src, int src_stride, uint8* dst, int dst_stride, int width) argument
312 TransposeUVWx8_MIPS_DSPR2(const uint8* src, int src_stride, uint8* dst_a, int dst_stride_a, uint8* dst_b, int dst_stride_b, int width) argument
[all...]
H A Drotate_neon.cc25 void TransposeWx8_NEON(const uint8* src, int src_stride, argument
96 "add %1, #8 \n" // src += 8
163 "add %1, #4 \n" // src += 4
202 "add %1, #2 \n" // src += 2
232 "+r"(src), // %1
245 void TransposeUVWx8_NEON(const uint8* src, int src_stride, argument
340 "add %1, #8*2 \n" // src += 8*2
435 "add %1, #4*2 \n" // src += 4 * 2
483 "add %1, #2*2 \n" // src += 2 * 2
516 "+r"(src), //
[all...]
/external/chromium_org/third_party/lzma_sdk/
H A DBra.c18 UInt32 src = ((UInt32)data[i + 2] << 16) | ((UInt32)data[i + 1] << 8) | (data[i + 0]); local
19 src <<= 2;
21 dest = ip + (UInt32)i + src;
23 dest = src - (ip + (UInt32)i);
46 UInt32 src = local
52 src <<= 1;
54 dest = ip + (UInt32)i + src;
56 dest = src - (ip + (UInt32)i);
79 UInt32 src = ((UInt32)(data[i + 0] & 3) << 24) | local
86 dest = ip + (UInt32)i + src;
110 UInt32 src = local
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_framebuffer.c50 const struct pipe_framebuffer_state *src)
54 if (dst->width != src->width ||
55 dst->height != src->height)
58 for (i = 0; i < Elements(src->cbufs); i++) {
59 if (dst->cbufs[i] != src->cbufs[i]) {
64 if (dst->nr_cbufs != src->nr_cbufs) {
68 if (dst->zsbuf != src->zsbuf) {
77 * Copy framebuffer state from src to dst, updating refcounts.
81 const struct pipe_framebuffer_state *src)
85 dst->width = src
49 util_framebuffer_state_equal(const struct pipe_framebuffer_state *dst, const struct pipe_framebuffer_state *src) argument
80 util_copy_framebuffer_state(struct pipe_framebuffer_state *dst, const struct pipe_framebuffer_state *src) argument
[all...]
H A Du_memory.h71 mem_dup(const void *src, uint size) argument
75 memcpy(dup, src, size);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
H A Dradeon_dataflow_swizzles.c35 struct rc_instruction * inst, unsigned src)
43 if (GET_SWZ(inst->U.I.SrcReg[src].Swizzle, chan) != RC_SWIZZLE_UNUSED)
47 c->SwizzleCaps->Split(inst->U.I.SrcReg[src], usemask, &split);
58 mov->U.I.SrcReg[0] = inst->U.I.SrcReg[src];
79 inst->U.I.SrcReg[src].File = RC_FILE_TEMPORARY;
80 inst->U.I.SrcReg[src].Index = tempreg;
81 inst->U.I.SrcReg[src].Swizzle = 0;
82 inst->U.I.SrcReg[src].Negate = RC_MASK_NONE;
83 inst->U.I.SrcReg[src].Abs = 0;
85 SET_SWZ(inst->U.I.SrcReg[src]
34 rewrite_source(struct radeon_compiler * c, struct rc_instruction * inst, unsigned src) argument
96 unsigned int src; local
[all...]
/external/chromium_org/third_party/mesa/src/src/glx/
H A Dclientinfo.c84 struct glx_screen *src = glx_dpy->screens[i]; local
86 const char *haystack = src->serverGLXexts;
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_eu_util.c40 struct brw_reg src)
46 src,
55 struct brw_reg src,
61 src = vec4(src);
66 brw_MOV(p, byte_offset(dst, delta), byte_offset(src, delta));
67 brw_MOV(p, byte_offset(dst, delta+16), byte_offset(src, delta+16));
74 struct brw_reg src,
80 src = vec8(src);
38 brw_math_invert( struct brw_compile *p, struct brw_reg dst, struct brw_reg src) argument
53 brw_copy4(struct brw_compile *p, struct brw_reg dst, struct brw_reg src, GLuint count) argument
72 brw_copy8(struct brw_compile *p, struct brw_reg dst, struct brw_reg src, GLuint count) argument
[all...]
H A Dbrw_fs_copy_propagation.cpp30 fs_reg src; member in struct:__anon14353::acp_entry
37 if (inst->src[arg].file != entry->dst.file ||
38 inst->src[arg].reg != entry->dst.reg ||
39 inst->src[arg].reg_offset != entry->dst.reg_offset) {
45 inst->src[arg].type == BRW_REGISTER_TYPE_UD &&
46 entry->src.negate)
49 bool has_source_modifiers = entry->src.abs || entry->src.negate;
52 (has_source_modifiers || entry->src.file == UNIFORM))
55 inst->src[ar
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
H A Dnouveau_surface.c76 nouveau_surface_ref(struct nouveau_surface *src, argument
79 if (src) {
80 dst->offset = src->offset;
81 dst->layout = src->layout;
82 dst->format = src->format;
83 dst->width = src->width;
84 dst->height = src->height;
85 dst->cpp = src->cpp;
86 dst->pitch = src->pitch;
87 nouveau_bo_ref(src
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
H A Ds_bitmap.c78 const GLubyte *src = (const GLubyte *) _mesa_image_address2d(unpack, local
85 if (*src & mask) {
91 src++;
101 src++;
107 if (*src & mask) {
113 src++;
123 src++;
176 const GLubyte *src = (const GLubyte *) _mesa_image_address2d(unpack,
183 span.array->mask[col] = (*src & mask) ? GL_TRUE : GL_FALSE;
185 src
[all...]
H A Ds_logic.c48 src[i] = 0; \
55 src[i] = ~0; \
65 src[i] = ~src[i]; \
72 src[i] = dest[i]; \
79 src[i] = ~dest[i]; \
86 src[i] &= dest[i]; \
93 src[i] = ~(src[i] & dest[i]); \
100 src[
161 logicop_uint1(struct gl_context *ctx, GLuint n, GLuint src[], const GLuint dest[], const GLubyte mask[]) argument
169 logicop_uint2(struct gl_context *ctx, GLuint n, GLuint src[], const GLuint dest[], const GLubyte mask[]) argument
177 logicop_uint4(struct gl_context *ctx, GLuint n, GLuint src[], const GLuint dest[], const GLubyte mask[]) argument
[all...]
H A Ds_masking.c63 GLuint *src = (GLuint *) span->array->rgba8; local
66 src[i] = (src[i] & srcMask) | (dst[i] & dstMask);
77 GLushort (*src)[4] = span->array->rgba16;
80 src[i][RCOMP] = (src[i][RCOMP] & rMask) | (dst[i][RCOMP] & ~rMask);
81 src[i][GCOMP] = (src[i][GCOMP] & gMask) | (dst[i][GCOMP] & ~gMask);
82 src[i][BCOMP] = (src[
[all...]
/external/chromium_org/third_party/openmax_dl/dl/sp/src/x86/
H A Dx86SP_FFT_F32_radix2_kernel.c54 const OMX_F32 *src,
68 x86SP_FFT_CToC_FC32_Fwd_Radix2_fs(src, in, n);
70 x86SP_FFT_CToC_FC32_Inv_Radix2_fs(src, in, n);
53 x86SP_F32_radix2_kernel_OutOfPlace( const OMX_F32 *src, OMX_F32 *buf1, OMX_F32 *buf2, const OMX_F32 *twiddle, OMX_INT n, bool forward_fft) argument

Completed in 425 milliseconds

1234567891011>>