/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/x86/ |
vp9_variance_impl_intrin_avx2.c | 13 void vp9_get16x16var_avx2(const unsigned char *src_ptr, 32 _mm_loadu_si128((__m128i const *) (src_ptr))); 34 _mm_loadu_si128((__m128i const *)(src_ptr+source_stride)), 1); 67 src_ptr+= src_2strides; 124 void vp9_get32x32var_avx2(const unsigned char *src_ptr, 139 src = _mm256_loadu_si256((__m256i const *) (src_ptr)); 169 src_ptr+= source_stride;
|
vp9_variance_impl_sse2.asm | 16 ; short *src_ptr 30 mov rax, arg(0) ;[src_ptr] 74 ; unsigned char * src_ptr, 92 mov rsi, arg(0) ;[src_ptr] 218 ; unsigned char * src_ptr, 237 mov rsi, arg(0) ;[src_ptr] 405 ; unsigned char *src_ptr, 431 mov rdi, arg(2) ;src_ptr ; 527 ; unsigned char *src_ptr, 553 mov rdi, arg(2) ;src_ptr ; [all...] |
vp9_subpel_variance_impl_sse2.asm | 17 ; unsigned char *src_ptr, 38 mov rdi, arg(2) ;src_ptr ; 132 ; unsigned char *src_ptr, 153 mov rdi, arg(2) ;src_ptr 239 ; unsigned char *src_ptr, 260 mov rdi, arg(2) ;src_ptr ;
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/neon/ |
vp8_subpixelvariance8x8_neon.asm | 18 ; r0 unsigned char *src_ptr, 49 vmull.u8 q6, d2, d0 ;(src_ptr[0] * Filter[0]) 54 vext.8 d3, d2, d3, #1 ;construct src_ptr[-1] 59 vmlal.u8 q6, d3, d1 ;(src_ptr[1] * Filter[1]) 76 vmull.u8 q6, d2, d0 ;(src_ptr[0] * Filter[0]) 82 vext.8 d3, d2, d3, #1 ;construct src_ptr[-1] 88 vmlal.u8 q6, d3, d1 ;(src_ptr[1] * Filter[1]) 113 vmull.u8 q1, d22, d0 ;(src_ptr[0] * Filter[0]) 122 vmlal.u8 q1, d23, d1 ;(src_ptr[pixel_step] * Filter[1])
|
vp8_subpixelvariance16x16s_neon.asm | 25 ; unsigned char *src_ptr, r0 55 vext.8 q1, q0, q1, #1 ;construct src_ptr[1] 60 vrhadd.u8 q0, q0, q1 ;(src_ptr[0]+src_ptr[1])/round/shift right 1 125 ; unsigned char *src_ptr, r0 221 ; unsigned char *src_ptr, r0 235 vext.8 q1, q0, q1, #1 ;construct src_ptr[1] 241 vrhadd.u8 q0, q0, q1 ;(src_ptr[0]+src_ptr[1])/round/shift right 1 254 vext.8 q3, q2, q3, #1 ;construct src_ptr[1 [all...] |
/external/mesa3d/src/mesa/drivers/dri/i965/ |
brw_eu_util.c | 92 struct brw_indirect src_ptr, 100 brw_MOV(p, deref_4f(dst_ptr, delta), deref_4f(src_ptr, delta)); 101 brw_MOV(p, deref_4f(dst_ptr, delta+16), deref_4f(src_ptr, delta+16));
|
/external/mesa3d/src/gallium/auxiliary/util/ |
u_linear.c | 37 pipe_linear_to_tile(size_t src_stride, const void *src_ptr, 51 ptr = (char*)src_ptr + src_stride * t->rows * y + bytes * x; 61 void pipe_linear_from_tile(struct pipe_tile_info *t, const void *src_ptr, 67 const char *src_ptr2 = (const char *) src_ptr;
|
u_linear.h | 72 void pipe_linear_to_tile(size_t src_stride, const void *src_ptr, 75 void pipe_linear_from_tile(struct pipe_tile_info *t, const void *src_ptr,
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/ |
convolve_test.cc | 56 void filter_block2d_8_c(const uint8_t *src_ptr, 87 src_ptr -= (kInterp_Extend - 1) * src_stride + (kInterp_Extend - 1); 91 const int temp = (src_ptr[0] * HFilter[0]) + 92 (src_ptr[1] * HFilter[1]) + 93 (src_ptr[2] * HFilter[2]) + 94 (src_ptr[3] * HFilter[3]) + 95 (src_ptr[4] * HFilter[4]) + 96 (src_ptr[5] * HFilter[5]) + 97 (src_ptr[6] * HFilter[6]) + 98 (src_ptr[7] * HFilter[7]) 113 uint8_t *src_ptr = intermediate_buffer; local [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ppc/ |
variance_altivec.asm | 150 ;# r3 unsigned char *src_ptr 172 ;# r3 unsigned char *src_ptr 193 ;# r3 unsigned char *src_ptr 238 ;# r3 unsigned char *src_ptr 258 ;# r3 unsigned char *src_ptr 279 ;# r3 unsigned char *src_ptr 300 ;# r3 unsigned char *src_ptr 339 ;# r3 unsigned char *src_ptr
|
sad_altivec.asm | 147 ;# r3 unsigned char *src_ptr 167 ;# r3 unsigned char *src_ptr 187 ;# r3 unsigned char *src_ptr 207 ;# r3 unsigned char *src_ptr 245 ;# r3 unsigned char *src_ptr
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/x86/ |
variance_impl_sse2.asm | 18 ; short *src_ptr 32 mov rax, arg(0) ;[src_ptr] 76 ; unsigned char * src_ptr, 94 mov rsi, arg(0) ;[src_ptr] 220 ; unsigned char * src_ptr, 239 mov rsi, arg(0) ;[src_ptr] 407 ; unsigned char *src_ptr, 452 mov rdi, arg(2) ;src_ptr 528 mov rdi, arg(2) ;src_ptr 570 mov rdi, arg(2) ;src_ptr [all...] |
subpixel_ssse3.asm | 30 ; unsigned char *src_ptr, 65 mov rsi, arg(0) ;src_ptr 123 mov rsi, arg(0) ;src_ptr 173 ; unsigned char *src_ptr, 200 mov rsi, arg(0) ;src_ptr 280 ; unsigned char *src_ptr, 313 mov rsi, arg(0) ;src_ptr 366 mov rsi, arg(0) ;src_ptr 410 ; unsigned char *src_ptr, 442 mov rsi, arg(0) ;src_ptr [all...] |
/external/libvpx/libvpx/vpx_dsp/mips/ |
sub_pixel_variance_msa.c | 44 static uint32_t avg_sse_diff_4width_msa(const uint8_t *src_ptr, 62 LW4(src_ptr, src_stride, src0, src1, src2, src3); 63 src_ptr += (4 * src_stride); 80 static uint32_t avg_sse_diff_8width_msa(const uint8_t *src_ptr, 97 LD_UB4(src_ptr, src_stride, src0, src1, src2, src3); 98 src_ptr += (4 * src_stride); 115 static uint32_t avg_sse_diff_16width_msa(const uint8_t *src_ptr, 130 src = LD_UB(src_ptr); 131 src_ptr += src_stride; 139 src = LD_UB(src_ptr); [all...] |
sad_msa.c | 22 static uint32_t sad_4width_msa(const uint8_t *src_ptr, int32_t src_stride, 33 LW4(src_ptr, src_stride, src0, src1, src2, src3); 34 src_ptr += (4 * src_stride); 161 static void sad_4width_x3_msa(const uint8_t *src_ptr, int32_t src_stride, 174 LW4(src_ptr, src_stride, src0, src1, src2, src3); 175 src_ptr += (4 * src_stride); 237 static void sad_16width_x3_msa(const uint8_t *src_ptr, int32_t src_stride, 247 src = LD_UB(src_ptr); 248 src_ptr += src_stride; 263 src = LD_UB(src_ptr); [all...] |
/external/libvpx/libvpx/third_party/libyuv/source/ |
scale_win.cc | 99 void ScaleRowDown2_SSE2(const uint8* src_ptr, ptrdiff_t src_stride, 102 mov eax, [esp + 4] // src_ptr 125 void ScaleRowDown2Linear_SSE2(const uint8* src_ptr, ptrdiff_t src_stride, 128 mov eax, [esp + 4] // src_ptr 161 void ScaleRowDown2Box_SSE2(const uint8* src_ptr, ptrdiff_t src_stride, 165 mov eax, [esp + 4 + 4] // src_ptr 204 void ScaleRowDown2_AVX2(const uint8* src_ptr, ptrdiff_t src_stride, 207 mov eax, [esp + 4] // src_ptr 232 void ScaleRowDown2Linear_AVX2(const uint8* src_ptr, ptrdiff_t src_stride, 235 mov eax, [esp + 4] // src_ptr [all...] |
scale_neon.cc | 26 void ScaleRowDown2_NEON(const uint8* src_ptr, ptrdiff_t src_stride, 38 : "+r"(src_ptr), // %0 47 void ScaleRowDown2Linear_NEON(const uint8* src_ptr, ptrdiff_t src_stride, 62 : "+r"(src_ptr), // %0 71 void ScaleRowDown2Box_NEON(const uint8* src_ptr, ptrdiff_t src_stride, 92 : "+r"(src_ptr), // %0 101 void ScaleRowDown4_NEON(const uint8* src_ptr, ptrdiff_t src_stride, 112 : "+r"(src_ptr), // %0 120 void ScaleRowDown4Box_NEON(const uint8* src_ptr, ptrdiff_t src_stride, 122 const uint8* src_ptr1 = src_ptr + src_stride [all...] |
row_any.cc | 226 void NAMEANY(const uint8* src_ptr, uint8* dst_ptr, int width) { \ 232 ANY_SIMD(src_ptr, dst_ptr, n); \ 234 memcpy(temp, src_ptr + (n >> UVSHIFT) * SBPP, SS(r, UVSHIFT) * SBPP); \ 403 void NAMEANY(const uint8* src_ptr, uint8* dst_ptr, \ 410 ANY_SIMD(src_ptr, dst_ptr, shuffler, n); \ 412 memcpy(temp, src_ptr + n * SBPP, r * SBPP); \ 445 void NAMEANY(uint8* dst_ptr, const uint8* src_ptr, \ 453 ANY_SIMD(dst_ptr, src_ptr, src_stride_ptr, n, source_y_fraction); \ 455 memcpy(temp, src_ptr + n * SBPP, r * SBPP); \ 456 memcpy(temp + 64, src_ptr + src_stride_ptr + n * SBPP, r * SBPP); [all...] |
scale_gcc.cc | 99 void ScaleRowDown2_SSE2(const uint8* src_ptr, ptrdiff_t src_stride, 114 : "+r"(src_ptr), // %0 121 void ScaleRowDown2Linear_SSE2(const uint8* src_ptr, ptrdiff_t src_stride, 145 : "+r"(src_ptr), // %0 152 void ScaleRowDown2Box_SSE2(const uint8* src_ptr, ptrdiff_t src_stride, 180 : "+r"(src_ptr), // %0 189 void ScaleRowDown4_SSE2(const uint8* src_ptr, ptrdiff_t src_stride, 210 : "+r"(src_ptr), // %0 217 void ScaleRowDown4Box_SSE2(const uint8* src_ptr, ptrdiff_t src_stride, 260 : "+r"(src_ptr), // % [all...] |
rotate_argb.cc | 29 void ScaleARGBRowDownEven_SSE2(const uint8* src_ptr, int src_stride, 35 void ScaleARGBRowDownEven_NEON(const uint8* src_ptr, int src_stride, 39 void ScaleARGBRowDownEven_C(const uint8* src_ptr, int, 46 void (*ScaleARGBRowDownEven)(const uint8* src_ptr, int src_stride,
|
/external/libyuv/files/source/ |
scale_neon.cc | 29 void ScaleRowDown2_NEON(const uint8* src_ptr, ptrdiff_t /* src_stride */, 38 : "+r"(src_ptr), // %0 46 void ScaleRowDown2Int_NEON(const uint8* src_ptr, ptrdiff_t src_stride, 63 : "+r"(src_ptr), // %0 72 void ScaleRowDown4_NEON(const uint8* src_ptr, ptrdiff_t /* src_stride */, 82 : "+r"(src_ptr), // %0 90 void ScaleRowDown4Int_NEON(const uint8* src_ptr, ptrdiff_t src_stride, 111 : "+r"(src_ptr), // %0 122 void ScaleRowDown34_NEON(const uint8* src_ptr, 132 : "+r"(src_ptr), // % [all...] |
/toolchain/binutils/binutils-2.25/bfd/ |
coff-z8k.c | 195 unsigned int *src_ptr, 207 (*src_ptr) += 1; 231 (*src_ptr) += 4; 242 (*src_ptr) += 1; 250 (*src_ptr) += 2; 277 (*src_ptr)++; 308 (*src_ptr)++; 337 (*src_ptr) += 2; 361 (*src_ptr) += 2;
|
/external/libjpeg-turbo/ |
transupp.c | 207 JCOEFPTR src_ptr, dst_ptr; local 238 src_ptr = src_row_ptr[comp_width - x_crop_blocks - dst_blk_x - 1]; 241 *dst_ptr++ = *src_ptr++; /* copy even column */ 242 *dst_ptr++ = - *src_ptr++; /* copy odd column with sign change */ 269 JCOEFPTR src_ptr, dst_ptr; local 315 src_ptr = src_row_ptr[dst_blk_x]; 319 *dst_ptr++ = *src_ptr++; 322 *dst_ptr++ = - *src_ptr++; 347 JCOEFPTR src_ptr, dst_ptr; local 373 src_ptr = src_buffer[offset_x][dst_blk_y + offset_y + y_crop_blocks] 400 JCOEFPTR src_ptr, dst_ptr; local 481 JCOEFPTR src_ptr, dst_ptr; local 553 JCOEFPTR src_ptr, dst_ptr; local 664 JCOEFPTR src_ptr, dst_ptr; local [all...] |
/external/libvpx/libvpx/vp8/common/x86/ |
copy_sse2.asm | 16 ; unsigned char *src_ptr, 31 mov rsi, arg(0) ;src_ptr
|
subpixel_ssse3.asm | 30 ; unsigned char *src_ptr, 65 mov rsi, arg(0) ;src_ptr 123 mov rsi, arg(0) ;src_ptr 173 ; unsigned char *src_ptr, 200 mov rsi, arg(0) ;src_ptr 280 ; unsigned char *src_ptr, 313 mov rsi, arg(0) ;src_ptr 366 mov rsi, arg(0) ;src_ptr 410 ; unsigned char *src_ptr, 442 mov rsi, arg(0) ;src_ptr [all...] |