HomeSort by relevance Sort by last modified time
    Searched full:src_stride (Results 201 - 225 of 315) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/libvpx/libvpx/vp8/common/arm/armv6/
copymem8x8_v6.asm 18 ;void copy_mem8x8_v6( unsigned char *src, int src_stride, unsigned char *dst, int dst_stride)
  /external/libvpx/libvpx/vp8/encoder/
vp8_asm_enc_offsets.c 41 DEFINE(vp8_block_src_stride, offsetof(BLOCK, src_stride));
temporal_filter.c 161 int src_stride = b->src_stride; local
172 b->src_stride = arf_frame->y_stride;
214 b->src_stride = src_stride;
  /external/libyuv/files/include/libyuv/
scale.h 30 void ScalePlane(const uint8* src, int src_stride,
  /external/mesa3d/src/gallium/auxiliary/util/
u_linear.h 72 void pipe_linear_to_tile(size_t src_stride, const void *src_ptr,
u_rect.h 95 int src_stride, unsigned src_x, unsigned src_y);
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_test_conv.c 224 unsigned src_stride = src_type.length*src_type.width/8; local
234 random_vec(src_type, src + j*src_stride);
235 read_vec(src_type, src + j*src_stride, fref + j*src_type.length);
265 dump_vec(stderr, src_type, src + j*src_stride);
lp_tile_soa.h 81 const void *src, unsigned src_stride,
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_tex_image.c 141 GLuint src_offset, src_stride; local
176 src_stride = unpack->RowLength;
178 src_stride = image->Width;
188 src_stride, src_buffer,
  /external/mesa3d/src/mesa/x86/
3dnow.c 56 GLuint src_stride,
sse.c 68 GLuint src_stride,
x86_xform.c 85 GLuint src_stride,
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
vp9_subtract_test.cc 22 const uint8_t *src_ptr, ptrdiff_t src_stride,
convolve_test.cc 24 typedef void (*convolve_fn_t)(const uint8_t *src, ptrdiff_t src_stride,
57 const unsigned int src_stride,
85 const int src_next_row_stride = src_stride - output_width;
87 src_ptr -= (kInterp_Extend - 1) * src_stride + (kInterp_Extend - 1);
140 unsigned int src_stride,
148 output_ptr[j] = (output_ptr[j] + src[i * src_stride + j] + 1) >> 1;
155 const unsigned int src_stride,
166 filter_block2d_8_c(src_ptr, src_stride, HFilter, VFilter, tmp, 64,
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/armv6/
copymem8x4_v6.asm 18 ;void vp8_copy_mem8x4_v6( unsigned char *src, int src_stride, unsigned char *dst, int dst_stride)
copymem8x8_v6.asm 18 ;void copy_mem8x8_v6( unsigned char *src, int src_stride, unsigned char *dst, int dst_stride)
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
vp8_asm_enc_offsets.c 41 DEFINE(vp8_block_src_stride, offsetof(BLOCK, src_stride));
temporal_filter.c 160 int src_stride = b->src_stride; local
171 b->src_stride = arf_frame->y_stride;
213 b->src_stride = src_stride;
  /external/libvpx/libvpx/vp8/encoder/arm/neon/
subtract_neon.asm 64 ;void vp8_subtract_mby_neon(short *diff, unsigned char *src, int src_stride
113 ; int src_stride, unsigned char *upred,
  /external/llvm/test/CodeGen/X86/
2008-02-22-LocalRegAllocBug.ll 5 define void @transpose4x4(i8* %dst, i8* %src, i32 %dst_stride, i32 %src_stride) {
15 store i32 %src_stride, i32* %src_stride_addr
  /external/mesa3d/src/mesa/main/
texcompress_etc_tmp.h 142 unsigned src_stride,
168 src_row += src_stride;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/neon/
sad16_neon.asm 22 ; r1 int src_stride
142 ; int src_stride,
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/arm/neon/
subtract_neon.asm 64 ;void vp8_subtract_mby_neon(short *diff, unsigned char *src, int src_stride
110 ; int src_stride, unsigned char *upred,
  /external/mesa3d/src/gallium/state_trackers/xvmc/
subpicture.c 171 const struct pipe_box *dst_box, const void *src, unsigned src_stride,
185 src, src_stride, src_x, src_y);
353 unsigned src_stride; local
377 src_stride = image->width * util_format_get_blocksize(subpicture_priv->sampler->texture->format);
378 upload_sampler(pipe, subpicture_priv->sampler, &dst_box, image->data, src_stride, srcx, srcy);
  /external/libvpx/libvpx/vp8/common/
filter.c 252 * UINT32 src_stride : Stride of source block.
273 unsigned int src_stride,
293 src_ptr += src_stride - width;

Completed in 1067 milliseconds

1 2 3 4 5 6 7 891011>>