HomeSort by relevance Sort by last modified time
    Searched refs:src_stride (Results 326 - 350 of 487) sorted by null

<<11121314151617181920

  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_tile.c 79 const void *src, int src_stride)
84 if (src_stride == 0)
85 src_stride = util_format_get_stride(format, w);
95 util_copy_rect(dst, format, pt->stride, x, y, w, h, src, src_stride, 0, 0);
502 unsigned src_stride = w * 4; local
515 /*z16_put_tile_rgba((ushort *) packed, w, h, p, src_stride);*/
518 /*z32_put_tile_rgba((unsigned *) packed, w, h, p, src_stride);*/
522 /*s8z24_put_tile_rgba((unsigned *) packed, w, h, p, src_stride);*/
526 /*z24s8_put_tile_rgba((unsigned *) packed, w, h, p, src_stride);*/
529 /*z32f_put_tile_rgba((unsigned *) packed, w, h, p, src_stride);*/
553 unsigned src_stride = w * 4; local
581 unsigned src_stride = w * 4; local
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
u_tile.c 79 const void *src, int src_stride)
84 if (src_stride == 0)
85 src_stride = util_format_get_stride(format, w);
95 util_copy_rect(dst, format, pt->stride, x, y, w, h, src, src_stride, 0, 0);
502 unsigned src_stride = w * 4; local
515 /*z16_put_tile_rgba((ushort *) packed, w, h, p, src_stride);*/
518 /*z32_put_tile_rgba((unsigned *) packed, w, h, p, src_stride);*/
522 /*s8z24_put_tile_rgba((unsigned *) packed, w, h, p, src_stride);*/
526 /*z24s8_put_tile_rgba((unsigned *) packed, w, h, p, src_stride);*/
529 /*z32f_put_tile_rgba((unsigned *) packed, w, h, p, src_stride);*/
553 unsigned src_stride = w * 4; local
581 unsigned src_stride = w * 4; local
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/x86/
vp9_sad4d_sse2.asm 170 ; void vp9_sadNxNx4d_sse2(uint8_t *src, int src_stride,
176 cglobal sad%1x%2x4d, 5, 8, 8, src, src_stride, ref1, ref_stride, \
179 cglobal sad%1x%2x4d, 4, 7, 8, src, src_stride, ref1, ref_stride, \
vp9_subtract_sse2.asm 17 ; const uint8_t *src, ptrdiff_t src_stride,
22 rows, cols, diff, diff_stride, src, src_stride, \
vp9_sad_ssse3.asm 151 ; int src_stride,
201 movsxd rax, dword ptr arg(1) ;src_stride
264 ; int src_stride,
314 movsxd rax, dword ptr arg(1) ;src_stride
  /external/libvpx/libvpx/vp9/encoder/x86/
vp9_sad4d_sse2.asm 170 ; void vp9_sadNxNx4d_sse2(uint8_t *src, int src_stride,
176 cglobal sad%1x%2x4d, 5, 8, 8, src, src_stride, ref1, ref_stride, \
179 cglobal sad%1x%2x4d, 4, 7, 8, src, src_stride, ref1, ref_stride, \
vp9_subtract_sse2.asm 17 ; const uint8_t *src, ptrdiff_t src_stride,
22 rows, cols, diff, diff_stride, src, src_stride, \
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/x86/
vp9_sad4d_sse2.asm 170 ; void vp9_sadNxNx4d_sse2(uint8_t *src, int src_stride,
176 cglobal sad%1x%2x4d, 5, 8, 8, src, src_stride, ref1, ref_stride, \
179 cglobal sad%1x%2x4d, 4, 7, 8, src, src_stride, ref1, ref_stride, \
vp9_subtract_sse2.asm 17 ; const uint8_t *src, ptrdiff_t src_stride,
22 rows, cols, diff, diff_stride, src, src_stride, \
  /external/chromium_org/third_party/libvpx/source/libvpx/test/
vp9_subtract_test.cc 22 const uint8_t *src_ptr, ptrdiff_t src_stride,
  /external/chromium_org/third_party/mesa/src/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);
  /external/chromium_org/third_party/webrtc/modules/desktop_capture/
window_capturer_mac.mm 210 int src_stride = CGImageGetBytesPerRow(window_image);
213 memcpy(frame->data() + frame->stride() * y, src_data + src_stride * y,
  /external/libvpx/libvpx/test/
vp9_subtract_test.cc 22 const uint8_t *src_ptr, ptrdiff_t src_stride,
  /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);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
vp9_subtract_test.cc 22 const uint8_t *src_ptr, ptrdiff_t src_stride,
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
filter.c 252 * UINT32 src_stride : Stride of source block.
273 unsigned int src_stride,
293 src_ptr += src_stride - width;
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/ppc/
copy_altivec.asm 15 ;# r4 int src_stride
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/x86/
mfqe_sse2.asm 17 ; int src_stride,
41 mov rsi, arg(1) ; src_stride
95 ; int src_stride,
118 mov rsi, arg(1) ; src_stride
sad_ssse3.asm 151 ; int src_stride,
201 movsxd rax, dword ptr arg(1) ;src_stride
264 ; int src_stride,
314 movsxd rax, dword ptr arg(1) ;src_stride
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
vp8_asm_enc_offsets.c 41 DEFINE(vp8_block_src_stride, offsetof(BLOCK, src_stride));
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/arm/neon/
vp9_convolve8_avg_neon.asm 44 ; r1 int src_stride
69 sub r8, r1, r1, lsl #2 ; -src_stride * 3
70 add r8, r8, #4 ; -src_stride * 3 + 4
177 add r0, r0, r9 ; src += src_stride * 4 - w
vp9_convolve8_neon.asm 44 ; r1 int src_stride
69 sub r8, r1, r1, lsl #2 ; -src_stride * 3
70 add r8, r8, #4 ; -src_stride * 3 + 4
166 add r0, r0, r9 ; src += src_stride * 4 - w
  /external/chromium_org/third_party/libwebp/enc/
picture_psnr.c 26 static float AccumulateLSIM(const uint8_t* src, int src_stride,
41 const uint8_t* s = src + j * src_stride;
  /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;
  /external/libvpx/libvpx/vp8/common/ppc/
copy_altivec.asm 15 ;# r4 int src_stride

Completed in 451 milliseconds

<<11121314151617181920