| /external/libvpx/libvpx/vp8/common/x86/ |
| loopfilter_sse2.asm | 283 ; unsigned char *src_ptr, 303 mov rsi, arg(0) ;src_ptr 330 ; unsigned char *src_ptr, 558 ; unsigned char *src_ptr, 578 mov rsi, arg(0) ;src_ptr [all...] |
| /external/libvpx/libvpx/vpx_dsp/mips/ |
| deblock_msa.c | 144 static void postproc_down_across_chroma_msa(uint8_t *src_ptr, uint8_t *dst_ptr, 148 uint8_t *p_src = src_ptr; 290 static void postproc_down_across_luma_msa(uint8_t *src_ptr, uint8_t *dst_ptr, 294 uint8_t *p_src = src_ptr; 512 void vpx_mbpost_proc_across_ip_msa(uint8_t *src_ptr, int32_t pitch, 515 uint8_t *src_dup = src_ptr; [all...] |
| /external/libvpx/libvpx/vp8/encoder/ |
| encodemb.c | 24 unsigned char *src_ptr = (*(be->base_src) + be->src); local 29 vpx_subtract_block(4, 4, diff_ptr, pitch, src_ptr, src_stride, pred_ptr,
|
| /external/libvpx/libvpx/vpx_dsp/x86/ |
| avg_intrin_sse2.c | 253 int16_t const *src_ptr = local 255 vpx_hadamard_8x8_sse2(src_ptr, src_stride, coeff + idx * 64);
|
| vpx_high_subpixel_bilinear_sse2.asm | 15 mov rsi, arg(0) ;src_ptr 70 mov rsi, arg(0) ;src_ptr
|
| deblock_sse2.asm | 88 ; unsigned char *src_ptr, 115 mov rsi, arg(0) ;src_ptr
|
| /toolchain/binutils/binutils-2.25/bfd/ |
| libcoff.h | 936 reloc, data, src_ptr, dst_ptr)\ 938 (abfd, link_info, link_order, reloc, data, src_ptr, dst_ptr)) [all...] |
| coff-h8300.c | 624 bfd_byte *data, unsigned int *src_ptr, 627 unsigned int src_address = *src_ptr; [all...] |
| vms-alpha.c | 3994 unsigned char *src_ptr, *pcl_ptr; local [all...] |
| /external/libvpx/libvpx/test/ |
| predict_test.cc | 30 typedef void (*PredictFunc)(uint8_t *src_ptr, int src_pixels_per_line,
|
| sad_test.cc | 35 typedef unsigned int (*SadMxNFunc)(const uint8_t *src_ptr, int src_stride, 39 typedef unsigned int (*SadMxNAvgFunc)(const uint8_t *src_ptr, int src_stride, 44 typedef void (*SadMxNx4Func)(const uint8_t *src_ptr, int src_stride, [all...] |
| pp_filter_test.cc | 25 unsigned char *src_ptr, unsigned char *dst_ptr, int src_pixels_per_line,
|
| /external/opencv/cv/src/ |
| cvmorph.cpp | [all...] |
| /external/libvpx/libvpx/third_party/libyuv/source/ |
| row_neon64.cc | [all...] |
| row_neon.cc | [all...] |
| planar_functions.cc | 797 void (*ScaleRowDown2)(const uint8* src_ptr, ptrdiff_t src_stride, [all...] |
| row_gcc.cc | [all...] |
| /external/libyuv/files/include/libyuv/ |
| row.h | [all...] |
| /external/libyuv/files/source/ |
| row_neon64.cc | [all...] |
| row_neon.cc | [all...] |
| /external/webp/src/dsp/ |
| enc_neon.c | 364 const uint8_t* src_ptr = src; local 371 "vld1.8 {d8}, [%[src_ptr]], %[kBPS] \n" 372 "vld1.8 {d10}, [%[src_ptr]], %[kBPS] \n" 373 "vld1.8 {d9}, [%[src_ptr]], %[kBPS] \n" 374 "vld1.8 {d11}, [%[src_ptr]] \n" 465 : [src_ptr] "+r"(src_ptr), [ref_ptr] "+r"(ref_ptr), [all...] |
| /art/compiler/optimizing/ |
| intrinsics_arm.cc | 2508 Register src_ptr = locations->GetTemp(1).AsRegister<Register>(); local [all...] |
| intrinsics_arm_vixl.cc | 2871 vixl32::Register src_ptr = RegisterFrom(locations->GetTemp(1)); local [all...] |
| intrinsics_arm64.cc | 2024 Register src_ptr = XRegisterFrom(locations->GetTemp(0)); local [all...] |
| /external/opencv/cxcore/src/ |
| cxpersistence.cpp | 4555 char* src_ptr = write_buf; local [all...] |