HomeSort by relevance Sort by last modified time
    Searched full:src_stride (Results 1 - 25 of 315) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/libvpx/libvpx/vp8/common/
sad_c.c 17 static unsigned int sad_mx_n_c(const unsigned char *src_ptr, int src_stride,
34 src_ptr += src_stride;
45 unsigned int vp8_sad16x16_c(const unsigned char *src_ptr, int src_stride,
49 return sad_mx_n_c(src_ptr, src_stride, ref_ptr, ref_stride, max_sad, 16, 16);
52 unsigned int vp8_sad8x8_c(const unsigned char *src_ptr, int src_stride,
56 return sad_mx_n_c(src_ptr, src_stride, ref_ptr, ref_stride, max_sad, 8, 8);
59 unsigned int vp8_sad16x8_c(const unsigned char *src_ptr, int src_stride,
63 return sad_mx_n_c(src_ptr, src_stride, ref_ptr, ref_stride, max_sad, 16, 8);
67 unsigned int vp8_sad8x16_c(const unsigned char *src_ptr, int src_stride,
71 return sad_mx_n_c(src_ptr, src_stride, ref_ptr, ref_stride, max_sad, 8, 16)
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
sad_c.c 17 static unsigned int sad_mx_n_c(const unsigned char *src_ptr, int src_stride,
34 src_ptr += src_stride;
45 unsigned int vp8_sad16x16_c(const unsigned char *src_ptr, int src_stride,
49 return sad_mx_n_c(src_ptr, src_stride, ref_ptr, ref_stride, max_sad, 16, 16);
52 unsigned int vp8_sad8x8_c(const unsigned char *src_ptr, int src_stride,
56 return sad_mx_n_c(src_ptr, src_stride, ref_ptr, ref_stride, max_sad, 8, 8);
59 unsigned int vp8_sad16x8_c(const unsigned char *src_ptr, int src_stride,
63 return sad_mx_n_c(src_ptr, src_stride, ref_ptr, ref_stride, max_sad, 16, 8);
67 unsigned int vp8_sad8x16_c(const unsigned char *src_ptr, int src_stride,
71 return sad_mx_n_c(src_ptr, src_stride, ref_ptr, ref_stride, max_sad, 8, 16)
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
u_format_zs.h 37 util_format_s8_uint_unpack_s_8uint(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
41 util_format_s8_uint_pack_s_8uint(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
45 util_format_z16_unorm_unpack_z_float(float *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
49 util_format_z16_unorm_pack_z_float(uint8_t *dst_row, unsigned dst_stride, const float *src_row, unsigned src_stride, unsigned width, unsigned height);
53 util_format_z16_unorm_unpack_z_32unorm(uint32_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
57 util_format_z16_unorm_pack_z_32unorm(uint8_t *dst_row, unsigned dst_stride, const uint32_t *src_row, unsigned src_stride, unsigned width, unsigned height);
61 util_format_z32_unorm_unpack_z_float(float *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
65 util_format_z32_unorm_pack_z_float(uint8_t *dst_row, unsigned dst_stride, const float *src_row, unsigned src_stride, unsigned width, unsigned height);
69 util_format_z32_unorm_unpack_z_32unorm(uint32_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
73 util_format_z32_unorm_pack_z_32unorm(uint8_t *dst_row, unsigned dst_stride, const uint32_t *src_row, unsigned src_stride, unsigned width, unsigned height)
    [all...]
u_format_s3tc.h 45 (*util_format_dxtn_fetch_t)( int src_stride,
73 util_format_dxt1_rgb_unpack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
76 util_format_dxt1_rgb_pack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
82 util_format_dxt1_rgba_unpack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
85 util_format_dxt1_rgba_pack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
91 util_format_dxt3_rgba_unpack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
94 util_format_dxt3_rgba_pack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
100 util_format_dxt5_rgba_unpack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
103 util_format_dxt5_rgba_pack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
109 util_format_dxt1_srgb_unpack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height)
    [all...]
u_format_rgtc.h 35 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);
38 util_format_rgtc1_unorm_pack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
41 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);
44 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);
55 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);
58 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);
61 util_format_rgtc1_snorm_pack_rgba_float(uint8_t *dst_row, unsigned dst_stride, const float *src_row, unsigned src_stride, unsigned width, unsigned height);
64 util_format_rgtc1_snorm_unpack_rgba_float(float *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
74 util_format_rgtc2_unorm_unpack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
77 util_format_rgtc2_unorm_pack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height)
    [all...]
u_format_latc.h 35 util_format_latc1_unorm_unpack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
38 util_format_latc1_unorm_pack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
41 util_format_latc1_unorm_unpack_rgba_float(float *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
44 util_format_latc1_unorm_pack_rgba_float(uint8_t *dst_row, unsigned dst_stride, const float *src_row, unsigned src_stride, unsigned width, unsigned height);
55 util_format_latc1_snorm_unpack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
58 util_format_latc1_snorm_pack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
61 util_format_latc1_snorm_pack_rgba_float(uint8_t *dst_row, unsigned dst_stride, const float *src_row, unsigned src_stride, unsigned width, unsigned height);
64 util_format_latc1_snorm_unpack_rgba_float(float *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
74 util_format_latc2_unorm_unpack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
77 util_format_latc2_unorm_pack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height)
    [all...]
u_format_other.h 38 const uint8_t *src_row, unsigned src_stride,
43 const float *src_row, unsigned src_stride,
52 const uint8_t *src_row, unsigned src_stride,
57 const uint8_t *src_row, unsigned src_stride,
63 const uint8_t *src_row, unsigned src_stride,
68 const float *src_row, unsigned src_stride,
77 const uint8_t *src_row, unsigned src_stride,
82 const uint8_t *src_row, unsigned src_stride,
88 const uint8_t *src_row, unsigned src_stride,
93 const float *src_row, unsigned src_stride,
    [all...]
u_format_yuv.h 126 const uint8_t *src_row, unsigned src_stride,
131 const uint8_t *src_row, unsigned src_stride,
136 const float *src_row, unsigned src_stride,
141 const uint8_t *src_row, unsigned src_stride,
150 const uint8_t *src_row, unsigned src_stride,
155 const uint8_t *src_row, unsigned src_stride,
160 const float *src_row, unsigned src_stride,
165 const uint8_t *src_row, unsigned src_stride,
175 const uint8_t *src_row, unsigned src_stride,
179 const uint8_t *src_row, unsigned src_stride,
    [all...]
u_format_zs.c 116 const uint8_t *src_row, unsigned src_stride,
122 src_row += src_stride/sizeof(*src_row);
129 const uint8_t *src_row, unsigned src_stride,
135 src_row += src_stride/sizeof(*src_row);
142 const uint8_t *src_row, unsigned src_stride,
156 src_row += src_stride/sizeof(*src_row);
163 const float *src_row, unsigned src_stride,
179 src_row += src_stride/sizeof(*src_row);
185 const uint8_t *src_row, unsigned src_stride,
199 src_row += src_stride/sizeof(*src_row)
    [all...]
u_format_etc.c 14 util_format_etc1_rgb8_unpack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height)
16 etc1_unpack_rgba8888(dst_row, dst_stride, src_row, src_stride, width, height);
20 util_format_etc1_rgb8_pack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height)
26 util_format_etc1_rgb8_unpack_rgba_float(float *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height)
55 src_row += src_stride;
60 util_format_etc1_rgb8_pack_rgba_float(uint8_t *dst_row, unsigned dst_stride, const float *src_row, unsigned src_stride, unsigned width, unsigned height)
  /external/libvpx/libvpx/third_party/libyuv/include/libyuv/
scale_row.h 68 int src_stride, int dst_stride,
75 int src_stride, int dst_stride,
105 void ScaleRowDown2_C(const uint8* src_ptr, ptrdiff_t src_stride,
107 void ScaleRowDown2_16_C(const uint16* src_ptr, ptrdiff_t src_stride,
109 void ScaleRowDown2Linear_C(const uint8* src_ptr, ptrdiff_t src_stride,
111 void ScaleRowDown2Linear_16_C(const uint16* src_ptr, ptrdiff_t src_stride,
113 void ScaleRowDown2Box_C(const uint8* src_ptr, ptrdiff_t src_stride,
115 void ScaleRowDown2Box_16_C(const uint16* src_ptr, ptrdiff_t src_stride,
117 void ScaleRowDown4_C(const uint8* src_ptr, ptrdiff_t src_stride,
119 void ScaleRowDown4_16_C(const uint16* src_ptr, ptrdiff_t src_stride,
    [all...]
  /external/libvpx/libvpx/vp9/encoder/x86/
vp9_variance_mmx.c 15 unsigned int vp9_get8x8var_mmx(const uint8_t *src, int src_stride,
19 unsigned int vp9_get4x4var_mmx(const uint8_t *src, int src_stride,
23 unsigned int vp9_variance4x4_mmx(const uint8_t *src, int src_stride,
27 vp9_get4x4var_mmx(src, src_stride, ref, ref_stride, sse, &sum);
31 unsigned int vp9_variance8x8_mmx(const uint8_t *src, int src_stride,
35 vp9_get8x8var_mmx(src, src_stride, ref, ref_stride, sse, &sum);
39 unsigned int vp9_mse16x16_mmx(const uint8_t *src, int src_stride,
45 vp9_get8x8var_mmx(src, src_stride, ref, ref_stride, &sse0, &sum0);
46 vp9_get8x8var_mmx(src + 8, src_stride, ref + 8, ref_stride, &sse1, &sum1);
47 vp9_get8x8var_mmx(src + 8 * src_stride, src_stride
    [all...]
vp9_sad_sse3.asm 16 %define src_stride rax
33 movsxd rax, dword ptr arg(1) ; src_stride
39 %define src_stride rdx
49 %define src_stride rsi
64 %define src_stride
174 ; int src_stride,
183 PROCESS_16X2X3 0, src_ptr, ref_ptr, src_stride, ref_stride
184 PROCESS_16X2X3 1, src_ptr, ref_ptr, src_stride, ref_stride
185 PROCESS_16X2X3 1, src_ptr, ref_ptr, src_stride, ref_stride
186 PROCESS_16X2X3 1, src_ptr, ref_ptr, src_stride, ref_strid
    [all...]
vp9_variance_sse2.c 16 typedef unsigned int (*variance_fn_t) (const unsigned char *src, int src_stride,
20 unsigned int vp9_get4x4var_mmx(const unsigned char *src, int src_stride,
25 unsigned int vp9_get8x8var_sse2(const unsigned char *src, int src_stride,
29 unsigned int vp9_get16x16var_sse2(const unsigned char *src, int src_stride,
33 static void variance_sse2(const unsigned char *src, int src_stride,
46 var_fn(src + src_stride * i + j, src_stride,
54 unsigned int vp9_variance4x4_sse2(const unsigned char *src, int src_stride,
58 variance_sse2(src, src_stride, ref, ref_stride, 4, 4,
63 unsigned int vp9_variance8x4_sse2(const uint8_t *src, int src_stride,
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_sad.c 37 unsigned int vp9_sad##m##x##n##_c(const uint8_t *src_ptr, int src_stride, \
40 return sad(src_ptr, src_stride, ref_ptr, ref_stride, m, n); \
42 unsigned int vp9_sad##m##x##n##_avg_c(const uint8_t *src_ptr, int src_stride, \
48 return sad(src_ptr, src_stride, comp_pred, m, m, n); \
65 void vp9_sad64x32x4d_c(const uint8_t *src_ptr, int src_stride,
70 sad_array[i] = vp9_sad64x32(src_ptr, src_stride, ref_ptr[i], ref_stride,
74 void vp9_sad32x64x4d_c(const uint8_t *src_ptr, int src_stride,
79 sad_array[i] = vp9_sad32x64(src_ptr, src_stride, ref_ptr[i], ref_stride,
83 void vp9_sad32x16x4d_c(const uint8_t *src_ptr, int src_stride,
88 sad_array[i] = vp9_sad32x16(src_ptr, src_stride, ref_ptr[i], ref_stride
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/x86/
vp9_sad_sse3.asm 16 %define src_stride rax
33 movsxd rax, dword ptr arg(1) ; src_stride
39 %define src_stride rdx
49 %define src_stride rsi
64 %define src_stride
174 ; int src_stride,
183 PROCESS_16X2X3 0, src_ptr, ref_ptr, src_stride, ref_stride
184 PROCESS_16X2X3 1, src_ptr, ref_ptr, src_stride, ref_stride
185 PROCESS_16X2X3 1, src_ptr, ref_ptr, src_stride, ref_stride
186 PROCESS_16X2X3 1, src_ptr, ref_ptr, src_stride, ref_strid
    [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...]
  /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/libvpx/libvpx/vp8/common/arm/neon/
copymem_neon.c 15 int src_stride,
24 src += src_stride;
31 int src_stride,
40 src += src_stride;
47 int src_stride,
56 src += src_stride;
sad_neon.c 15 int src_stride,
26 src_ptr += src_stride;
33 src_ptr += src_stride;
49 int src_stride,
60 src_ptr += src_stride;
67 src_ptr += src_stride;
83 int src_stride,
93 src_ptr += src_stride;
100 src_ptr += src_stride;
114 int src_stride,
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/neon/
copymem_neon.c 15 int src_stride,
24 src += src_stride;
31 int src_stride,
40 src += src_stride;
47 int src_stride,
56 src += src_stride;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_convolve.c 21 static void convolve_horiz(const uint8_t *src, ptrdiff_t src_stride,
38 src += src_stride;
43 static void convolve_avg_horiz(const uint8_t *src, ptrdiff_t src_stride,
61 src += src_stride;
66 static void convolve_vert(const uint8_t *src, ptrdiff_t src_stride,
71 src -= src_stride * (SUBPEL_TAPS / 2 - 1);
76 const unsigned char *src_y = &src[(y_q4 >> SUBPEL_BITS) * src_stride];
80 sum += src_y[k * src_stride] * y_filter[k];
89 static void convolve_avg_vert(const uint8_t *src, ptrdiff_t src_stride,
94 src -= src_stride * (SUBPEL_TAPS / 2 - 1)
    [all...]
  /external/libvpx/libvpx/third_party/libyuv/source/
scale.cc 41 int src_stride, int dst_stride,
45 void (*ScaleRowDown2)(const uint8* src_ptr, ptrdiff_t src_stride,
50 int row_stride = src_stride << 1;
52 src_ptr += src_stride; // Point to odd rows.
53 src_stride = 0;
66 IS_ALIGNED(src_stride, 16) && IS_ALIGNED(row_stride, 16) &&
75 IS_ALIGNED(src_stride, 4) && IS_ALIGNED(row_stride, 4) &&
83 src_stride = 0;
87 ScaleRowDown2(src_ptr, src_stride, dst_ptr, dst_width);
95 int src_stride, int dst_stride
    [all...]
  /external/libvpx/libvpx/vp8/common/x86/
sad_sse3.asm 16 %define src_stride rax
33 movsxd rax, dword ptr arg(1) ; src_stride
39 %define src_stride rdx
49 %define src_stride rsi
64 %define src_stride
89 %define src_stride rax
109 movsxd rbx, dword ptr arg(1) ; src_stride
117 %define src_stride rdx
129 %define src_stride rsi
145 %define src_stride
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/x86/
sad_sse3.asm 16 %define src_stride rax
33 movsxd rax, dword ptr arg(1) ; src_stride
39 %define src_stride rdx
49 %define src_stride rsi
64 %define src_stride
89 %define src_stride rax
109 movsxd rbx, dword ptr arg(1) ; src_stride
117 %define src_stride rdx
129 %define src_stride rsi
145 %define src_stride
    [all...]

Completed in 1694 milliseconds

1 2 3 4 5 6 7 8 91011>>