HomeSort by relevance Sort by last modified time
    Searched refs:src_stride (Results 126 - 150 of 510) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/libyuv/files/source/
scale_argb.cc 41 ptrdiff_t /* src_stride */,
45 // src_stride ignored
68 ptrdiff_t src_stride,
73 mov esi, [esp + 4 + 8] // src_stride
104 void ScaleARGBRowDownEven_SSE2(const uint8* src_ptr, ptrdiff_t src_stride,
111 // src_stride ignored
143 ptrdiff_t src_stride,
151 mov esi, [esp + 12 + 8] // src_stride
194 ptrdiff_t src_stride, int dst_width,
201 mov edx, [esp + 8 + 12] // src_stride
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
u_format_yuv.c 42 const uint8_t *src_row, unsigned src_stride,
96 src_row += src_stride/sizeof(*src_row);
104 const uint8_t *src_row, unsigned src_stride,
158 src_row += src_stride/sizeof(*src_row);
166 const float *src_row, unsigned src_stride,
216 src_row += src_stride/sizeof(*src_row);
223 const uint8_t *src_row, unsigned src_stride,
273 src_row += src_stride/sizeof(*src_row);
294 const uint8_t *src_row, unsigned src_stride,
348 src_row += src_stride/sizeof(*src_row)
    [all...]
u_format_rgtc.c 51 util_format_rgtc1_unorm_unpack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height)
71 src_row += src_stride;
77 unsigned src_stride, unsigned width, unsigned height)
88 tmp[j][i] = src_row[(y + j)*src_stride/sizeof(*src_row) + (x + i)*4];
99 util_format_rgtc1_unorm_unpack_rgba_float(float *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height)
119 src_row += src_stride;
124 util_format_rgtc1_unorm_pack_rgba_float(uint8_t *dst_row, unsigned dst_stride, const float *src_row, unsigned src_stride, unsigned width, unsigned height)
135 tmp[j][i] = float_to_ubyte(src_row[(y + j)*src_stride/sizeof(*src_row) + (x + i)*4]);
163 util_format_rgtc1_snorm_unpack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height)
169 util_format_rgtc1_snorm_pack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height
    [all...]
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;
u_format.h 208 const uint8_t *src, unsigned src_stride,
219 const uint8_t *src, unsigned src_stride,
240 const uint8_t *src, unsigned src_stride,
251 const float *src, unsigned src_stride,
272 const uint8_t *src, unsigned src_stride,
283 const uint32_t *src, unsigned src_stride,
294 const uint8_t *src, unsigned src_stride,
305 const float *src, unsigned src_stride,
316 const uint8_t *src, unsigned src_stride,
327 const uint8_t *src, unsigned src_stride,
    [all...]
  /external/chromium_org/third_party/libvpx/source/config/linux/x64/
vp8_rtcd.h 137 void vp8_filter_by_weight16x16_c(unsigned char *src, int src_stride, unsigned char *dst, int dst_stride, int src_weight);
138 void vp8_filter_by_weight16x16_sse2(unsigned char *src, int src_stride, unsigned char *dst, int dst_stride, int src_weight);
141 void vp8_filter_by_weight4x4_c(unsigned char *src, int src_stride, unsigned char *dst, int dst_stride, int src_weight);
144 void vp8_filter_by_weight8x8_c(unsigned char *src, int src_stride, unsigned char *dst, int dst_stride, int src_weight);
145 void vp8_filter_by_weight8x8_sse2(unsigned char *src, int src_stride, unsigned char *dst, int dst_stride, int src_weight);
259 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);
260 unsigned int vp8_sad16x16_mmx(const unsigned char *src_ptr, int src_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int max_sad);
261 unsigned int vp8_sad16x16_wmt(const unsigned char *src_ptr, int src_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int max_sad);
262 unsigned int vp8_sad16x16_sse3(const unsigned char *src_ptr, int src_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int max_sad);
263 RTCD_EXTERN unsigned int (*vp8_sad16x16)(const unsigned char *src_ptr, int src_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int max_sad)
    [all...]
  /external/chromium_org/third_party/libvpx/source/config/mac/x64/
vp8_rtcd.h 137 void vp8_filter_by_weight16x16_c(unsigned char *src, int src_stride, unsigned char *dst, int dst_stride, int src_weight);
138 void vp8_filter_by_weight16x16_sse2(unsigned char *src, int src_stride, unsigned char *dst, int dst_stride, int src_weight);
141 void vp8_filter_by_weight4x4_c(unsigned char *src, int src_stride, unsigned char *dst, int dst_stride, int src_weight);
144 void vp8_filter_by_weight8x8_c(unsigned char *src, int src_stride, unsigned char *dst, int dst_stride, int src_weight);
145 void vp8_filter_by_weight8x8_sse2(unsigned char *src, int src_stride, unsigned char *dst, int dst_stride, int src_weight);
259 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);
260 unsigned int vp8_sad16x16_mmx(const unsigned char *src_ptr, int src_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int max_sad);
261 unsigned int vp8_sad16x16_wmt(const unsigned char *src_ptr, int src_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int max_sad);
262 unsigned int vp8_sad16x16_sse3(const unsigned char *src_ptr, int src_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int max_sad);
263 RTCD_EXTERN unsigned int (*vp8_sad16x16)(const unsigned char *src_ptr, int src_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int max_sad)
    [all...]
  /external/chromium_org/third_party/libvpx/source/config/win/x64/
vp8_rtcd.h 137 void vp8_filter_by_weight16x16_c(unsigned char *src, int src_stride, unsigned char *dst, int dst_stride, int src_weight);
138 void vp8_filter_by_weight16x16_sse2(unsigned char *src, int src_stride, unsigned char *dst, int dst_stride, int src_weight);
141 void vp8_filter_by_weight4x4_c(unsigned char *src, int src_stride, unsigned char *dst, int dst_stride, int src_weight);
144 void vp8_filter_by_weight8x8_c(unsigned char *src, int src_stride, unsigned char *dst, int dst_stride, int src_weight);
145 void vp8_filter_by_weight8x8_sse2(unsigned char *src, int src_stride, unsigned char *dst, int dst_stride, int src_weight);
259 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);
260 unsigned int vp8_sad16x16_mmx(const unsigned char *src_ptr, int src_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int max_sad);
261 unsigned int vp8_sad16x16_wmt(const unsigned char *src_ptr, int src_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int max_sad);
262 unsigned int vp8_sad16x16_sse3(const unsigned char *src_ptr, int src_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int max_sad);
263 RTCD_EXTERN unsigned int (*vp8_sad16x16)(const unsigned char *src_ptr, int src_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int max_sad)
    [all...]
  /external/chromium_org/third_party/libvpx/source/config/linux/generic/
vp8_rtcd.h 101 void vp8_filter_by_weight16x16_c(unsigned char *src, int src_stride, unsigned char *dst, int dst_stride, int src_weight);
104 void vp8_filter_by_weight4x4_c(unsigned char *src, int src_stride, unsigned char *dst, int dst_stride, int src_weight);
107 void vp8_filter_by_weight8x8_c(unsigned char *src, int src_stride, unsigned char *dst, int dst_stride, int src_weight);
185 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);
188 void vp8_sad16x16x3_c(const unsigned char *src_ptr, int src_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int *sad_array);
191 void vp8_sad16x16x4d_c(const unsigned char *src_ptr, int src_stride, const unsigned char * const ref_ptr[], int ref_stride, unsigned int *sad_array);
194 void vp8_sad16x16x8_c(const unsigned char *src_ptr, int src_stride, const unsigned char *ref_ptr, int ref_stride, unsigned short *sad_array);
197 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);
200 void vp8_sad16x8x3_c(const unsigned char *src_ptr, int src_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int *sad_array);
203 void vp8_sad16x8x4d_c(const unsigned char *src_ptr, int src_stride, const unsigned char * const ref_ptr[], int ref_stride, unsigned int *sad_array)
    [all...]
  /external/chromium_org/third_party/libvpx/source/config/linux/mips64el/
vp8_rtcd.h 101 void vp8_filter_by_weight16x16_c(unsigned char *src, int src_stride, unsigned char *dst, int dst_stride, int src_weight);
104 void vp8_filter_by_weight4x4_c(unsigned char *src, int src_stride, unsigned char *dst, int dst_stride, int src_weight);
107 void vp8_filter_by_weight8x8_c(unsigned char *src, int src_stride, unsigned char *dst, int dst_stride, int src_weight);
185 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);
188 void vp8_sad16x16x3_c(const unsigned char *src_ptr, int src_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int *sad_array);
191 void vp8_sad16x16x4d_c(const unsigned char *src_ptr, int src_stride, const unsigned char * const ref_ptr[], int ref_stride, unsigned int *sad_array);
194 void vp8_sad16x16x8_c(const unsigned char *src_ptr, int src_stride, const unsigned char *ref_ptr, int ref_stride, unsigned short *sad_array);
197 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);
200 void vp8_sad16x8x3_c(const unsigned char *src_ptr, int src_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int *sad_array);
203 void vp8_sad16x8x4d_c(const unsigned char *src_ptr, int src_stride, const unsigned char * const ref_ptr[], int ref_stride, unsigned int *sad_array)
    [all...]
  /external/chromium_org/third_party/libvpx/source/config/linux/mipsel/
vp8_rtcd.h 101 void vp8_filter_by_weight16x16_c(unsigned char *src, int src_stride, unsigned char *dst, int dst_stride, int src_weight);
104 void vp8_filter_by_weight4x4_c(unsigned char *src, int src_stride, unsigned char *dst, int dst_stride, int src_weight);
107 void vp8_filter_by_weight8x8_c(unsigned char *src, int src_stride, unsigned char *dst, int dst_stride, int src_weight);
185 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);
188 void vp8_sad16x16x3_c(const unsigned char *src_ptr, int src_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int *sad_array);
191 void vp8_sad16x16x4d_c(const unsigned char *src_ptr, int src_stride, const unsigned char * const ref_ptr[], int ref_stride, unsigned int *sad_array);
194 void vp8_sad16x16x8_c(const unsigned char *src_ptr, int src_stride, const unsigned char *ref_ptr, int ref_stride, unsigned short *sad_array);
197 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);
200 void vp8_sad16x8x3_c(const unsigned char *src_ptr, int src_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int *sad_array);
203 void vp8_sad16x8x4d_c(const unsigned char *src_ptr, int src_stride, const unsigned char * const ref_ptr[], int ref_stride, unsigned int *sad_array)
    [all...]
  /external/chromium_org/third_party/libvpx/source/config/nacl/
vp8_rtcd.h 101 void vp8_filter_by_weight16x16_c(unsigned char *src, int src_stride, unsigned char *dst, int dst_stride, int src_weight);
104 void vp8_filter_by_weight4x4_c(unsigned char *src, int src_stride, unsigned char *dst, int dst_stride, int src_weight);
107 void vp8_filter_by_weight8x8_c(unsigned char *src, int src_stride, unsigned char *dst, int dst_stride, int src_weight);
185 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);
188 void vp8_sad16x16x3_c(const unsigned char *src_ptr, int src_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int *sad_array);
191 void vp8_sad16x16x4d_c(const unsigned char *src_ptr, int src_stride, const unsigned char * const ref_ptr[], int ref_stride, unsigned int *sad_array);
194 void vp8_sad16x16x8_c(const unsigned char *src_ptr, int src_stride, const unsigned char *ref_ptr, int ref_stride, unsigned short *sad_array);
197 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);
200 void vp8_sad16x8x3_c(const unsigned char *src_ptr, int src_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int *sad_array);
203 void vp8_sad16x8x4d_c(const unsigned char *src_ptr, int src_stride, const unsigned char * const ref_ptr[], int ref_stride, unsigned int *sad_array)
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/source/
scale_common.cc 31 void ScaleRowDown2_C(const uint8* src_ptr, ptrdiff_t src_stride,
45 void ScaleRowDown2_16_C(const uint16* src_ptr, ptrdiff_t src_stride,
59 void ScaleRowDown2Linear_C(const uint8* src_ptr, ptrdiff_t src_stride,
74 void ScaleRowDown2Linear_16_C(const uint16* src_ptr, ptrdiff_t src_stride,
89 void ScaleRowDown2Box_C(const uint8* src_ptr, ptrdiff_t src_stride,
92 const uint8* t = src_ptr + src_stride;
106 void ScaleRowDown2Box_16_C(const uint16* src_ptr, ptrdiff_t src_stride,
109 const uint16* t = src_ptr + src_stride;
123 void ScaleRowDown4_C(const uint8* src_ptr, ptrdiff_t src_stride,
137 void ScaleRowDown4_16_C(const uint16* src_ptr, ptrdiff_t src_stride,
    [all...]
scale_argb.cc 35 int src_stride, int dst_stride,
40 int row_stride = src_stride * (dy >> 16);
41 void (*ScaleARGBRowDown2)(const uint8* src_argb, ptrdiff_t src_stride,
50 src_argb += (y >> 16) * src_stride + (x >> 16) * 4;
52 src_argb += (y >> 16) * src_stride + ((x >> 16) - 1) * 4;
72 src_stride = 0;
75 ScaleARGBRowDown2(src_argb, src_stride, dst_argb, dst_width);
86 int src_stride, int dst_stride,
93 int row_stride = src_stride * (dy >> 16);
94 void (*ScaleARGBRowDown2)(const uint8* src_argb, ptrdiff_t src_stride,
    [all...]
  /external/chromium_org/third_party/libyuv/source/
scale_common.cc 31 void ScaleRowDown2_C(const uint8* src_ptr, ptrdiff_t src_stride,
45 void ScaleRowDown2_16_C(const uint16* src_ptr, ptrdiff_t src_stride,
59 void ScaleRowDown2Linear_C(const uint8* src_ptr, ptrdiff_t src_stride,
74 void ScaleRowDown2Linear_16_C(const uint16* src_ptr, ptrdiff_t src_stride,
89 void ScaleRowDown2Box_C(const uint8* src_ptr, ptrdiff_t src_stride,
92 const uint8* t = src_ptr + src_stride;
106 void ScaleRowDown2Box_16_C(const uint16* src_ptr, ptrdiff_t src_stride,
109 const uint16* t = src_ptr + src_stride;
123 void ScaleRowDown4_C(const uint8* src_ptr, ptrdiff_t src_stride,
137 void ScaleRowDown4_16_C(const uint16* src_ptr, ptrdiff_t src_stride,
    [all...]
scale_argb.cc 35 int src_stride, int dst_stride,
40 int row_stride = src_stride * (dy >> 16);
41 void (*ScaleARGBRowDown2)(const uint8* src_argb, ptrdiff_t src_stride,
50 src_argb += (y >> 16) * src_stride + (x >> 16) * 4;
52 src_argb += (y >> 16) * src_stride + ((x >> 16) - 1) * 4;
72 src_stride = 0;
75 ScaleARGBRowDown2(src_argb, src_stride, dst_argb, dst_width);
86 int src_stride, int dst_stride,
93 int row_stride = src_stride * (dy >> 16);
94 void (*ScaleARGBRowDown2)(const uint8* src_argb, ptrdiff_t 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/libvpx/libvpx/vp9/common/x86/
vp9_asm_stubs.c 27 void vp9_convolve8_##name##_##opt(const uint8_t *src, ptrdiff_t src_stride, \
36 src_stride, \
47 src_stride, \
58 src_stride, \
70 src_stride, \
81 src_stride, \
92 src_stride, \
104 vp9_convolve8_##name##_c(src, src_stride, dst, dst_stride, \
111 void vp9_convolve8_##avg##opt(const uint8_t *src, ptrdiff_t src_stride, \
122 vp9_convolve8_horiz_##opt(src - 3 * src_stride, src_stride, fdata2, 64,
    [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...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/x86/
vp9_asm_stubs.c 27 void vp9_convolve8_##name##_##opt(const uint8_t *src, ptrdiff_t src_stride, \
36 src_stride, \
47 src_stride, \
58 src_stride, \
70 src_stride, \
81 src_stride, \
92 src_stride, \
104 vp9_convolve8_##name##_c(src, src_stride, dst, dst_stride, \
111 void vp9_convolve8_##avg##opt(const uint8_t *src, ptrdiff_t src_stride, \
122 vp9_convolve8_horiz_##opt(src - 3 * src_stride, src_stride, fdata2, 64,
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_format_rgtc.c 51 util_format_rgtc1_unorm_unpack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height)
71 src_row += src_stride;
77 unsigned src_stride, unsigned width, unsigned height)
88 tmp[j][i] = src_row[(y + j)*src_stride/sizeof(*src_row) + (x + i)*4];
99 util_format_rgtc1_unorm_unpack_rgba_float(float *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height)
119 src_row += src_stride;
124 util_format_rgtc1_unorm_pack_rgba_float(uint8_t *dst_row, unsigned dst_stride, const float *src_row, unsigned src_stride, unsigned width, unsigned height)
135 tmp[j][i] = float_to_ubyte(src_row[(y + j)*src_stride/sizeof(*src_row) + (x + i)*4]);
163 util_format_rgtc1_snorm_unpack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height)
169 util_format_rgtc1_snorm_pack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height
    [all...]
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;
u_format.h 208 const uint8_t *src, unsigned src_stride,
219 const uint8_t *src, unsigned src_stride,
240 const uint8_t *src, unsigned src_stride,
251 const float *src, unsigned src_stride,
272 const uint8_t *src, unsigned src_stride,
283 const uint32_t *src, unsigned src_stride,
294 const uint8_t *src, unsigned src_stride,
305 const float *src, unsigned src_stride,
316 const uint8_t *src, unsigned src_stride,
327 const uint8_t *src, unsigned src_stride,
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/test/
convolve_test.cc 27 typedef void (*ConvolveFunc)(const uint8_t *src, ptrdiff_t src_stride,
62 const unsigned int src_stride,
90 const int src_next_row_stride = src_stride - output_width;
91 src_ptr -= (kInterp_Extend - 1) * src_stride + (kInterp_Extend - 1);
140 unsigned int src_stride,
148 output_ptr[j] = (output_ptr[j] + src[i * src_stride + j] + 1) >> 1;
155 const unsigned int src_stride,
166 filter_block2d_8_c(src_ptr, src_stride, HFilter, VFilter, tmp, 64,
174 const unsigned int src_stride,
203 const int src_next_row_stride = src_stride - output_width
456 high_filter_average_block2d_8_c(CONVERT_TO_SHORTPTR(src_ptr), src_stride, local
482 high_filter_block2d_8_c(CONVERT_TO_SHORTPTR(src_ptr), src_stride, local
    [all...]
  /external/chromium_org/third_party/libvpx/source/config/linux/arm64/
vp8_rtcd.h 117 void vp8_filter_by_weight16x16_c(unsigned char *src, int src_stride, unsigned char *dst, int dst_stride, int src_weight);
120 void vp8_filter_by_weight4x4_c(unsigned char *src, int src_stride, unsigned char *dst, int dst_stride, int src_weight);
123 void vp8_filter_by_weight8x8_c(unsigned char *src, int src_stride, unsigned char *dst, int dst_stride, int src_weight);
214 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);
215 unsigned int vp8_sad16x16_neon(const unsigned char *src_ptr, int src_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int max_sad);
218 void vp8_sad16x16x3_c(const unsigned char *src_ptr, int src_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int *sad_array);
221 void vp8_sad16x16x4d_c(const unsigned char *src_ptr, int src_stride, const unsigned char * const ref_ptr[], int ref_stride, unsigned int *sad_array);
224 void vp8_sad16x16x8_c(const unsigned char *src_ptr, int src_stride, const unsigned char *ref_ptr, int ref_stride, unsigned short *sad_array);
227 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);
228 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)
    [all...]

Completed in 1231 milliseconds

1 2 3 4 56 7 8 91011>>