| /external/libvpx/libvpx/vpx_dsp/ |
| avg.c | 100 const int16_t *src_ptr = local 102 vpx_hadamard_8x8_c(src_ptr, src_stride, coeff + idx * 64);
|
| /external/libvpx/libvpx/vpx_dsp/x86/ |
| convolve.h | 19 typedef void filter8_1dfunction(const uint8_t *src_ptr, ptrdiff_t src_pitch, 97 typedef void highbd_filter8_1dfunction(const uint16_t *src_ptr,
|
| highbd_variance_impl_sse2.asm | 16 ; unsigned char * src_ptr, 34 mov rsi, arg(0) ;[src_ptr] 169 ; unsigned char * src_ptr, 187 mov rsi, arg(0) ;[src_ptr]
|
| sad_ssse3.asm | 150 ; unsigned char *src_ptr, 166 mov rsi, arg(0) ;src_ptr 263 ; unsigned char *src_ptr, 279 mov rsi, arg(0) ;src_ptr
|
| variance_impl_avx2.c | 37 void vpx_get16x16var_avx2(const unsigned char *src_ptr, int source_stride, 52 src = _mm256_castsi128_si256(_mm_loadu_si128((__m128i const *)(src_ptr))); 54 src, _mm_loadu_si128((__m128i const *)(src_ptr + source_stride)), 1); 86 src_ptr += src_2strides; 143 void vpx_get32x32var_avx2(const unsigned char *src_ptr, int source_stride, 155 src = _mm256_loadu_si256((__m256i const *)(src_ptr)); 185 src_ptr += source_stride;
|
| vpx_subpixel_bilinear_sse2.asm | 15 mov rsi, arg(0) ;src_ptr 62 mov rsi, arg(0) ;src_ptr
|
| vpx_subpixel_bilinear_ssse3.asm | 15 mov rsi, arg(0) ;src_ptr 51 mov rsi, arg(0) ;src_ptr
|
| /external/libvpx/libvpx/vp9/encoder/ |
| vp9_encoder.c | 2744 const uint8_t *src_ptr = srcs[i] + local 4245 uint8_t *src_ptr = buffer; local [all...] |
| vp9_firstpass.c | 568 static int fp_estimate_point_noise(uint8_t *src_ptr, const int stride) { 578 uint8_t centre_val = *src_ptr; 583 tmp_ptr = src_ptr - stride - 1; 601 dn_val = *src_ptr; 605 dn_diff = (int)*src_ptr - (int)dn_val; 609 static int fp_highbd_estimate_point_noise(uint8_t *src_ptr, const int stride) { 620 uint16_t centre_val = *CONVERT_TO_SHORTPTR(src_ptr); 625 tmp_ptr = src_ptr - stride - 1; 644 dn_val = *CONVERT_TO_SHORTPTR(src_ptr); 648 dn_diff = (int)(*CONVERT_TO_SHORTPTR(src_ptr)) - (int)dn_val 658 uint8_t *src_ptr = &x->plane[0].src.buf[0]; local [all...] |
| /external/libvpx/config/x86/ |
| vp8_rtcd.h | 60 void vp8_copy32xn_c(const unsigned char *src_ptr, int source_stride, unsigned char *dst_ptr, int dst_stride, int n); 61 void vp8_copy32xn_sse2(const unsigned char *src_ptr, int source_stride, unsigned char *dst_ptr, int dst_stride, int n); 62 void vp8_copy32xn_sse3(const unsigned char *src_ptr, int source_stride, unsigned char *dst_ptr, int dst_stride, int n);
|
| /external/libvpx/config/x86_64/ |
| vp8_rtcd.h | 60 void vp8_copy32xn_c(const unsigned char *src_ptr, int source_stride, unsigned char *dst_ptr, int dst_stride, int n); 61 void vp8_copy32xn_sse2(const unsigned char *src_ptr, int source_stride, unsigned char *dst_ptr, int dst_stride, int n); 62 void vp8_copy32xn_sse3(const unsigned char *src_ptr, int source_stride, unsigned char *dst_ptr, int dst_stride, int n);
|
| /external/mesa3d/src/gallium/drivers/llvmpipe/ |
| lp_test_conv.c | 109 LLVMValueRef src_ptr; local 123 src_ptr = LLVMGetParam(func, 0); 131 LLVMValueRef ptr = LLVMBuildGEP(builder, src_ptr, &index, 1, "");
|
| lp_test_blend.c | 164 LLVMValueRef src_ptr; local 179 src_ptr = LLVMGetParam(func, 0); 194 src = LLVMBuildLoad(builder, src_ptr, "src"); 214 src[i] = LLVMBuildLoad(builder, LLVMBuildGEP(builder, src_ptr, &index, 1, ""), "");
|
| /external/libvpx/libvpx/vpx_dsp/arm/ |
| deblock_neon.c | 86 void vpx_post_proc_down_and_across_mb_row_neon(uint8_t *src_ptr, 102 src = src_ptr - 2 * src_stride; 148 src_ptr += 16; 155 src = src_ptr - 2 * src_stride;
|
| /bionic/libc/arch-mips/string/ |
| memcmp.c | 39 #define PREFETCH(src_ptr, offset) \ 40 asm("pref 0, " STRNG(offset) "(%[src]) \n\t" : : [src] "r" (src_ptr));
|
| /external/opencv/cv/src/ |
| cvderiv.cpp | 296 uchar* src_ptr = src->data.ptr; local 318 ipp_sobel_func_8u ? ipp_sobel_func_8u( src_ptr, src_step, dst_ptr, dst_step, 320 ipp_sobel_func_32f ? ipp_sobel_func_32f( src_ptr, src_step, dst_ptr, dst_step, 322 ipp_scharr_func_8u ? ipp_scharr_func_8u( src_ptr, src_step, dst_ptr, dst_step, 324 ipp_scharr_func_32f ? ipp_scharr_func_32f( src_ptr, src_step, dst_ptr, dst_step, 837 uchar* src_ptr = src->data.ptr; local [all...] |
| /external/libvpx/libvpx/vp9/common/ |
| vp9_postproc.c | 39 void vp9_highbd_post_proc_down_and_across_c(const uint16_t *src_ptr, 52 p_src = src_ptr; 100 src_ptr += pitch;
|
| /external/mesa3d/src/mesa/drivers/dri/intel/ |
| intel_buffer_objects.c | 664 const char *src_ptr; local 667 src_ptr = intel_bufferobj_map_range(ctx, 0, src->Size, 672 memcpy(dst_ptr + write_offset, src_ptr + read_offset, size);
|
| /external/mesa3d/src/mesa/vbo/ |
| vbo_split_copy.c | 65 const GLubyte *src_ptr; member in struct:copy_context::__anon27960 260 const GLubyte *srcptr = copy->varying[i].src_ptr + elt * srcarray->StrideB; 457 copy->varying[j].src_ptr = ADD_POINTERS(vbo->Pointer,
|
| /external/libvpx/libvpx/third_party/libyuv/source/ |
| row_common.cc | [all...] |
| /external/libyuv/files/source/ |
| row_common.cc | [all...] |
| row_dspr2.cc | [all...] |
| /external/mesa3d/src/mapi/glapi/gen/ |
| glX_proto_send.py | 476 src_ptr = p.name 478 src_ptr = "&" + p.name 485 % (pc, p.offset + adjust, src_ptr, p.size_string() ) 488 % (pc, p.offset + adjust, extra_offset, src_ptr, p.size_string() ) [all...] |
| /external/libvpx/libvpx/third_party/libyuv/include/libyuv/ |
| row.h | [all...] |
| /external/libvpx/libvpx/vp8/common/x86/ |
| loopfilter_block_sse2_x86_64.asm | 130 ; unsigned char *src_ptr, 140 %define src rcx ; src_ptr 158 %define src rdi ; src_ptr 271 ; unsigned char *src_ptr, 282 %define src rcx ; src_ptr
|