/external/libyuv/files/source/ |
rotate.cc | 52 void TransposeWx8_NEON(const uint8* src, int src_stride, 55 void TransposeUVWx8_NEON(const uint8* src, int src_stride, 64 static void TransposeWx8_SSSE3(const uint8* src, int src_stride, 71 mov edi, [esp + 12 + 8] // src_stride 156 static void TransposeUVWx8_SSE2(const uint8* src, int src_stride, 166 mov edi, [esp + 16 + 8] // src_stride 285 static void TransposeWx8_SSSE3(const uint8* src, int src_stride, 363 : "r"(static_cast<intptr_t>(src_stride)), // %3 374 extern "C" void TransposeUVWx8_SSE2(const uint8* src, int src_stride, 497 static void TransposeWx8_FAST_SSSE3(const uint8* src, int src_stride, [all...] |
/external/libvpx/libvpx/third_party/libyuv/source/ |
scale.c | 63 void ScaleRowDown2_NEON(const uint8* src_ptr, int src_stride, 79 void ScaleRowDown2Int_NEON(const uint8* src_ptr, int src_stride, 96 "+r"(src_stride), // %1 105 static void ScaleRowDown4_NEON(const uint8* src_ptr, int src_stride, 124 static void ScaleRowDown4Int_NEON(const uint8* src_ptr, int src_stride, 154 : "r"(src_stride) // %3 163 static void ScaleRowDown34_NEON(const uint8* src_ptr, int src_stride, 180 static void ScaleRowDown34_0_Int_NEON(const uint8* src_ptr, int src_stride, 229 "+r"(src_stride) // %3 235 static void ScaleRowDown34_1_Int_NEON(const uint8* src_ptr, int src_stride, [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/ |
lp_tile_image.c | 89 tile_4_4_uint32(const uint32_t *src, uint32_t *dst, unsigned src_stride) 92 const uint32_t *s1 = s0 + src_stride; 93 const uint32_t *s2 = s1 + src_stride; 94 const uint32_t *s3 = s2 + src_stride; 109 tile_4_4_uint16(const uint16_t *src, uint16_t *dst, unsigned src_stride) 112 const uint16_t *s1 = s0 + src_stride; 113 const uint16_t *s2 = s1 + src_stride; 114 const uint16_t *s3 = s2 + src_stride; 146 const uint src_stride = dst_stride * TILE_VECTOR_WIDTH; local 148 const uint tiles_per_row = src_stride / (tile_w * tile_h * bpp) [all...] |
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
lp_tile_image.c | 89 tile_4_4_uint32(const uint32_t *src, uint32_t *dst, unsigned src_stride) 92 const uint32_t *s1 = s0 + src_stride; 93 const uint32_t *s2 = s1 + src_stride; 94 const uint32_t *s3 = s2 + src_stride; 109 tile_4_4_uint16(const uint16_t *src, uint16_t *dst, unsigned src_stride) 112 const uint16_t *s1 = s0 + src_stride; 113 const uint16_t *s2 = s1 + src_stride; 114 const uint16_t *s3 = s2 + src_stride; 146 const uint src_stride = dst_stride * TILE_VECTOR_WIDTH; local 148 const uint tiles_per_row = src_stride / (tile_w * tile_h * bpp) [all...] |
/external/libvpx/libvpx/vp9/common/mips/dspr2/ |
vp9_convolve8_avg_dspr2.c | 24 int32_t src_stride, 48 src -= 3 * src_stride; 60 "add %[src_ptr], %[src_ptr], %[src_stride] \n\t" 62 "add %[src_ptr], %[src_ptr], %[src_stride] \n\t" 64 "add %[src_ptr], %[src_ptr], %[src_stride] \n\t" 104 "add %[src_ptr], %[src_ptr], %[src_stride] \n\t" 106 "add %[src_ptr], %[src_ptr], %[src_stride] \n\t" 108 "add %[src_ptr], %[src_ptr], %[src_stride] \n\t" 110 "add %[src_ptr], %[src_ptr], %[src_stride] \n\t" 175 [src_stride] "r" (src_stride), [cm] "r" (cm), [dst_ptr] "r" (dst_ptr [all...] |
vp9_convolve2_avg_dspr2.c | 24 int32_t src_stride, 55 "add %[src_ptr], %[src_ptr], %[src_stride] \n\t" 117 [src_stride] "r" (src_stride), [cm] "r" (cm), 123 src += src_stride; 129 int32_t src_stride, 160 "add %[src_ptr], %[src_ptr], %[src_stride] \n\t" 222 [src_stride] "r" (src_stride), [cm] "r" (cm), 228 src += src_stride; [all...] |
/external/libvpx/libvpx/vp9/encoder/x86/ |
vp9_sad_sse4.asm | 170 ; int src_stride, 186 movsxd rax, dword ptr arg(1) ;src_stride 210 ; int src_stride, 227 movsxd rax, dword ptr arg(1) ;src_stride 247 ; int src_stride, 264 movsxd rax, dword ptr arg(1) ;src_stride 284 ; int src_stride, 301 movsxd rax, dword ptr arg(1) ;src_stride 325 ; int src_stride, 342 movsxd rax, dword ptr arg(1) ;src_stride [all...] |
vp9_sad_mmx.asm | 22 ; int src_stride, 36 movsxd rax, dword ptr arg(1) ;src_stride 114 ; int src_stride, 128 movsxd rax, dword ptr arg(1) ;src_stride 186 ; int src_stride, 200 movsxd rax, dword ptr arg(1) ;src_stride 256 ; int src_stride, 270 movsxd rax, dword ptr arg(1) ;src_stride 345 ; int src_stride, 359 movsxd rax, dword ptr arg(1) ;src_stride [all...] |
vp9_sad_sse2.asm | 18 cglobal sad%1x%2, 4, %3, 5, src, src_stride, ref, ref_stride, n_rows 20 cglobal sad%1x%2, 4, %3, 5, src, src_stride, ref, ref_stride, \ 25 cglobal sad%1x%2_avg, 5, 1 + %3, 5, src, src_stride, ref, ref_stride, \ 28 cglobal sad%1x%2_avg, 5, ARCH_X86_64 + %3, 5, src, src_stride, \ 47 ; unsigned int vp9_sad64x64_sse2(uint8_t *src, int src_stride, 90 ; unsigned int vp9_sad32x32_sse2(uint8_t *src, int src_stride, 135 ; unsigned int vp9_sad16x{8,16}_sse2(uint8_t *src, int src_stride, 181 ; unsigned int vp9_sad8x{8,16}_sse2(uint8_t *src, int src_stride, 225 ; unsigned int vp9_sad4x{4, 8}_sse(uint8_t *src, int src_stride,
|
/external/libvpx/libvpx/vpx_scale/generic/ |
yv12extend.c | 17 static void extend_plane(uint8_t *const src, int src_stride, 33 src_ptr1 += src_stride; 34 src_ptr2 += src_stride; 35 dst_ptr1 += src_stride; 36 dst_ptr2 += src_stride; 43 src_ptr2 = src + src_stride * (height - 1) - extend_left; 44 dst_ptr1 = src + src_stride * -extend_top - extend_left; 45 dst_ptr2 = src + src_stride * height - extend_left; 49 dst_ptr1 += src_stride; 54 dst_ptr2 += src_stride; [all...] |
/external/libvpx/armv7a/ |
vp8_rtcd.h | 191 unsigned int vp8_sad4x4_c(const unsigned char *src_ptr, int src_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int max_sad); 194 unsigned int vp8_sad8x8_c(const unsigned char *src_ptr, int src_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int max_sad); 197 unsigned int vp8_sad8x16_c(const unsigned char *src_ptr, int src_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int max_sad); 200 unsigned int vp8_sad16x8_c(const unsigned char *src_ptr, int src_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int max_sad); 203 unsigned int vp8_sad16x16_c(const unsigned char *src_ptr, int src_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int max_sad); 204 unsigned int vp8_sad16x16_armv6(const unsigned char *src_ptr, int src_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int max_sad); 207 void vp8_sad4x4x3_c(const unsigned char *src_ptr, int src_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int *sad_array); 210 void vp8_sad8x8x3_c(const unsigned char *src_ptr, int src_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int *sad_array); 213 void vp8_sad8x16x3_c(const unsigned char *src_ptr, int src_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int *sad_array); 216 void vp8_sad16x8x3_c(const unsigned char *src_ptr, int src_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int *sad_array) [all...] |
/external/pixman/pixman/ |
pixman-fast-path.c | 117 int src_stride, mask_stride, dst_stride; local 124 PIXMAN_IMAGE_GET_LINE (src_image, src_x, src_y, uint32_t, src_stride, src_line, 1); 129 src_line += src_stride; 234 int dst_stride, src_stride; local 239 PIXMAN_IMAGE_GET_LINE (src_image, src_x, src_y, uint8_t, src_stride, src_line, 1); 247 src_line += src_stride; 599 int dst_stride, src_stride; local 604 PIXMAN_IMAGE_GET_LINE (src_image, src_x, src_y, uint32_t, src_stride, src_line, 1); 611 src_line += src_stride; 634 int dst_stride, src_stride; local 705 int dst_stride, src_stride; local 748 int dst_stride, src_stride; local 791 int dst_stride, src_stride; local 831 int dst_stride, src_stride; local 927 int dst_stride, src_stride; local 1166 int dst_stride, src_stride; local 1225 int32_t src_stride; local 1464 int dst_stride, src_stride; local [all...] |
pixman-arm-common.h | 36 * width, height, dst, dst_stride, src, src_stride, mask, mask_stride 62 int32_t src_stride); \ 71 int32_t dst_stride, src_stride; \ 74 src_stride, src_line, src_cnt); \ 80 src_line, src_stride); \ 164 int32_t src_stride, \ 174 int32_t dst_stride, src_stride; \ 186 src_stride, src_line, src_cnt); \ 190 src_line, src_stride, \ 204 int32_t src_stride, \ [all...] |
pixman-arm-simd.c | 131 int src_stride, /* in 32-bit words */ 153 src_y * src_stride * 4 + src_x * 1), src_stride * 4); 161 src_y * src_stride * 4 + src_x * 2), src_stride * 2); 169 src_y * src_stride * 4 + src_x * 4), src_stride);
|
/external/libvpx/libvpx/vp8/common/x86/ |
sad_sse2.asm | 16 ; int src_stride, 32 movsxd rax, dword ptr arg(1) ;src_stride 89 ; int src_stride, 106 movsxd rbx, dword ptr arg(1) ;src_stride 153 ; int src_stride, 169 movsxd rbx, dword ptr arg(1) ;src_stride 206 ; int src_stride, 221 movsxd rax, dword ptr arg(1) ;src_stride 261 ; int src_stride, 278 movsxd rbx, dword ptr arg(1) ;src_stride [all...] |
sad_mmx.asm | 22 ; int src_stride, 36 movsxd rax, dword ptr arg(1) ;src_stride 114 ; int src_stride, 128 movsxd rax, dword ptr arg(1) ;src_stride 186 ; int src_stride, 200 movsxd rax, dword ptr arg(1) ;src_stride 256 ; int src_stride, 270 movsxd rax, dword ptr arg(1) ;src_stride 345 ; int src_stride, 359 movsxd rax, dword ptr arg(1) ;src_stride [all...] |
sad_sse4.asm | 160 ; int src_stride, 176 movsxd rax, dword ptr arg(1) ;src_stride 201 ; int src_stride, 218 movsxd rax, dword ptr arg(1) ;src_stride 239 ; int src_stride, 256 movsxd rax, dword ptr arg(1) ;src_stride 277 ; int src_stride, 294 movsxd rax, dword ptr arg(1) ;src_stride 318 ; int src_stride, 335 movsxd rax, dword ptr arg(1) ;src_stride [all...] |
/external/libvpx/libvpx/vp8/encoder/x86/ |
vp8_enc_stubs_mmx.c | 68 void vp8_subtract_b_mmx_impl(unsigned char *z, int src_stride, 74 unsigned int src_stride = be->src_stride; local 77 vp8_subtract_b_mmx_impl(z, src_stride, diff, predictor, pitch);
|
/external/libvpx/mips-dspr2/ |
vp8_rtcd.h | 175 unsigned int vp8_sad4x4_c(const unsigned char *src_ptr, int src_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int max_sad); 178 unsigned int vp8_sad8x8_c(const unsigned char *src_ptr, int src_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int max_sad); 181 unsigned int vp8_sad8x16_c(const unsigned char *src_ptr, int src_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int max_sad); 184 unsigned int vp8_sad16x8_c(const unsigned char *src_ptr, int src_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int max_sad); 187 unsigned int vp8_sad16x16_c(const unsigned char *src_ptr, int src_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int max_sad); 190 void vp8_sad4x4x3_c(const unsigned char *src_ptr, int src_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int *sad_array); 193 void vp8_sad8x8x3_c(const unsigned char *src_ptr, int src_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int *sad_array); 196 void vp8_sad8x16x3_c(const unsigned char *src_ptr, int src_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int *sad_array); 199 void vp8_sad16x8x3_c(const unsigned char *src_ptr, int src_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int *sad_array); 202 void vp8_sad16x16x3_c(const unsigned char *src_ptr, int src_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int *sad_array) [all...] |
/external/libvpx/armv7a-neon/ |
vp8_rtcd.h | 226 unsigned int vp8_sad4x4_c(const unsigned char *src_ptr, int src_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int max_sad); 227 unsigned int vp8_sad4x4_neon(const unsigned char *src_ptr, int src_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int max_sad); 230 unsigned int vp8_sad8x8_c(const unsigned char *src_ptr, int src_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int max_sad); 231 unsigned int vp8_sad8x8_neon(const unsigned char *src_ptr, int src_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int max_sad); 234 unsigned int vp8_sad8x16_c(const unsigned char *src_ptr, int src_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int max_sad); 235 unsigned int vp8_sad8x16_neon(const unsigned char *src_ptr, int src_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int max_sad); 238 unsigned int vp8_sad16x8_c(const unsigned char *src_ptr, int src_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int max_sad); 239 unsigned int vp8_sad16x8_neon(const unsigned char *src_ptr, int src_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int max_sad); 242 unsigned int vp8_sad16x16_c(const unsigned char *src_ptr, int src_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int max_sad); 243 unsigned int vp8_sad16x16_armv6(const unsigned char *src_ptr, int src_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int max_sad) [all...] |
/hardware/qcom/display/msm8960/libcopybit/ |
software_converter.cpp | 129 int src_stride; member in struct:copyInfo 155 src += info.src_stride; 165 memcpy(dst, src, info.src_stride); 166 src += info.src_stride; 196 info.src_stride = ALIGN(info.width, 32); 201 info.src_plane1_offset = info.src_stride*info.height; 206 info.src_plane1_offset = ALIGN(info.src_stride*info.height, 2048); 241 info.src_stride = ALIGN(hnd->width, 16); 246 info.src_plane1_offset = info.src_stride*info.height; 251 info.src_plane1_offset = ALIGN(info.src_stride*info.height, 2048) [all...] |
/hardware/qcom/display/msm8974/libcopybit/ |
software_converter.cpp | 129 int src_stride; member in struct:copyInfo 155 src += info.src_stride; 165 memcpy(dst, src, info.src_stride); 166 src += info.src_stride; 196 info.src_stride = ALIGN(info.width, 32); 201 info.src_plane1_offset = info.src_stride*info.height; 206 info.src_plane1_offset = ALIGN(info.src_stride*info.height, 2048); 241 info.src_stride = ALIGN(hnd->width, 16); 246 info.src_plane1_offset = info.src_stride*info.height; 251 info.src_plane1_offset = ALIGN(info.src_stride*info.height, 2048) [all...] |
/hardware/qcom/display/msm8x26/libcopybit/ |
software_converter.cpp | 129 int src_stride; member in struct:copyInfo 155 src += info.src_stride; 165 memcpy(dst, src, info.src_stride); 166 src += info.src_stride; 196 info.src_stride = ALIGN(info.width, 32); 201 info.src_plane1_offset = info.src_stride*info.height; 206 info.src_plane1_offset = ALIGN(info.src_stride*info.height, 2048); 241 info.src_stride = ALIGN(hnd->width, 16); 246 info.src_plane1_offset = info.src_stride*info.height; 251 info.src_plane1_offset = ALIGN(info.src_stride*info.height, 2048) [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/ |
u_rect.c | 41 * src_stride may be negative to do vertical flip of pixels from source. 52 int src_stride, 57 int src_stride_pos = src_stride < 0 ? -src_stride : src_stride; 79 if (width == dst_stride && width == src_stride) 85 src += src_stride;
|
/external/mesa3d/src/gallium/auxiliary/util/ |
u_rect.c | 41 * src_stride may be negative to do vertical flip of pixels from source. 52 int src_stride, 57 int src_stride_pos = src_stride < 0 ? -src_stride : src_stride; 79 if (width == dst_stride && width == src_stride) 85 src += src_stride;
|