Searched refs:dst_stride (Results 1 - 25 of 231) sorted by relevance

12345678910

/external/libvpx/libvpx/vp8/common/
H A Dreconintra4x4.h21 int dst_stride = xd->dst.y_stride; local
22 unsigned char *above_right_dst = xd->dst.y_buffer - dst_stride + 16;
25 unsigned int *dst_ptr0 = (unsigned int *)(above_right_dst + 4 * dst_stride);
26 unsigned int *dst_ptr1 = (unsigned int *)(above_right_dst + 8 * dst_stride);
27 unsigned int *dst_ptr2 = (unsigned int *)(above_right_dst + 12 * dst_stride);
36 unsigned char *dst, int dst_stride,
H A Dcopy_c.c18 unsigned char *dst_ptr, int dst_stride, int height) {
25 dst_ptr += dst_stride;
17 vp8_copy32xn_c(const unsigned char *src_ptr, int src_stride, unsigned char *dst_ptr, int dst_stride, int height) argument
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_format_other.h37 util_format_r9g9b9e5_float_unpack_rgba_float(float *dst_row, unsigned dst_stride,
42 util_format_r9g9b9e5_float_pack_rgba_float(uint8_t *dst_row, unsigned dst_stride,
51 util_format_r9g9b9e5_float_unpack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride,
56 util_format_r9g9b9e5_float_pack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride,
62 util_format_r11g11b10_float_unpack_rgba_float(float *dst_row, unsigned dst_stride,
67 util_format_r11g11b10_float_pack_rgba_float(uint8_t *dst_row, unsigned dst_stride,
76 util_format_r11g11b10_float_unpack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride,
81 util_format_r11g11b10_float_pack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride,
87 util_format_r1_unorm_unpack_rgba_float(float *dst_row, unsigned dst_stride,
92 util_format_r1_unorm_pack_rgba_float(uint8_t *dst_row, unsigned dst_stride,
[all...]
H A Du_format_zs.h37 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, cons
[all...]
H A Du_format_rgtc.h35 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, cons
[all...]
H A Du_format_etc.h32 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);
35 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);
38 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);
41 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);
H A Du_format_latc.h35 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, cons
[all...]
H A Du_format_yuv.h125 util_format_uyvy_unpack_rgba_float(float *dst_row, unsigned dst_stride,
130 util_format_uyvy_unpack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride,
135 util_format_uyvy_pack_rgba_float(uint8_t *dst_row, unsigned dst_stride,
140 util_format_uyvy_pack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride,
149 util_format_yuyv_unpack_rgba_float(float *dst_row, unsigned dst_stride,
154 util_format_yuyv_unpack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride,
159 util_format_yuyv_pack_rgba_float(uint8_t *dst_row, unsigned dst_stride,
164 util_format_yuyv_pack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride,
174 util_format_yv12_unpack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride,
178 util_format_yv12_pack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride,
[all...]
H A Du_format_s3tc.h56 int dst_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, cons
[all...]
H A Du_rect.c46 unsigned dst_stride,
75 dst += dst_y * dst_stride;
79 if (width == dst_stride && width == src_stride)
84 dst += dst_stride;
93 unsigned dst_stride,
117 dst += dst_y * dst_stride;
122 if(dst_stride == width_size)
127 dst += dst_stride;
136 dst += dst_stride;
144 dst += dst_stride;
44 util_copy_rect(ubyte * dst, enum pipe_format format, unsigned dst_stride, unsigned dst_x, unsigned dst_y, unsigned width, unsigned height, const ubyte * src, int src_stride, unsigned src_x, unsigned src_y) argument
91 util_fill_rect(ubyte * dst, enum pipe_format format, unsigned dst_stride, unsigned dst_x, unsigned dst_y, unsigned width, unsigned height, union util_color *uc) argument
[all...]
H A Du_format_zs.c115 util_format_s8_uint_unpack_s_8uint(uint8_t *dst_row, unsigned dst_stride, argument
123 dst_row += dst_stride/sizeof(*dst_row);
128 util_format_s8_uint_pack_s_8uint(uint8_t *dst_row, unsigned dst_stride, argument
136 dst_row += dst_stride/sizeof(*dst_row);
141 util_format_z16_unorm_unpack_z_float(float *dst_row, unsigned dst_stride, argument
157 dst_row += dst_stride/sizeof(*dst_row);
162 util_format_z16_unorm_pack_z_float(uint8_t *dst_row, unsigned dst_stride, argument
178 dst_row += dst_stride/sizeof(*dst_row);
184 util_format_z16_unorm_unpack_z_32unorm(uint32_t *dst_row, unsigned dst_stride, argument
200 dst_row += dst_stride/sizeo
205 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) argument
227 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) argument
248 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) argument
270 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) argument
283 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) argument
296 util_format_z32_float_unpack_z_float(float *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height) argument
309 util_format_z32_float_pack_z_float(uint8_t *dst_row, unsigned dst_stride, const float *src_row, unsigned src_stride, unsigned width, unsigned height) argument
322 util_format_z32_float_unpack_z_32unorm(uint32_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height) argument
339 util_format_z32_float_pack_z_32unorm(uint8_t *dst_row, unsigned dst_stride, const uint32_t *src_row, unsigned src_stride, unsigned width, unsigned height) argument
356 util_format_z24_unorm_s8_uint_unpack_z_float(float *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height) argument
377 util_format_z24_unorm_s8_uint_pack_z_float(uint8_t *dst_row, unsigned dst_stride, const float *src_row, unsigned src_stride, unsigned width, unsigned height) argument
403 util_format_z24_unorm_s8_uint_unpack_z_32unorm(uint32_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height) argument
424 util_format_z24_unorm_s8_uint_pack_z_32unorm(uint8_t *dst_row, unsigned dst_stride, const uint32_t *src_row, unsigned src_stride, unsigned width, unsigned height) argument
450 util_format_z24_unorm_s8_uint_unpack_s_8uint(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height) argument
471 util_format_z24_unorm_s8_uint_pack_s_8uint(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height) argument
497 util_format_s8_uint_z24_unorm_unpack_z_float(float *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height) argument
518 util_format_s8_uint_z24_unorm_pack_z_float(uint8_t *dst_row, unsigned dst_stride, const float *src_row, unsigned src_stride, unsigned width, unsigned height) argument
544 util_format_s8_uint_z24_unorm_unpack_z_32unorm(uint32_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height) argument
565 util_format_s8_uint_z24_unorm_pack_z_32unorm(uint8_t *dst_row, unsigned dst_stride, const uint32_t *src_row, unsigned src_stride, unsigned width, unsigned height) argument
591 util_format_s8_uint_z24_unorm_unpack_s_8uint(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height) argument
612 util_format_s8_uint_z24_unorm_pack_s_8uint(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height) argument
638 util_format_z24x8_unorm_unpack_z_float(float *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height) argument
659 util_format_z24x8_unorm_pack_z_float(uint8_t *dst_row, unsigned dst_stride, const float *src_row, unsigned src_stride, unsigned width, unsigned height) argument
681 util_format_z24x8_unorm_unpack_z_32unorm(uint32_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height) argument
702 util_format_z24x8_unorm_pack_z_32unorm(uint8_t *dst_row, unsigned dst_stride, const uint32_t *src_row, unsigned src_stride, unsigned width, unsigned height) argument
724 util_format_x8z24_unorm_unpack_z_float(float *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height) argument
745 util_format_x8z24_unorm_pack_z_float(uint8_t *dst_row, unsigned dst_stride, const float *src_row, unsigned src_stride, unsigned width, unsigned height) argument
767 util_format_x8z24_unorm_unpack_z_32unorm(uint32_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height) argument
788 util_format_x8z24_unorm_pack_z_32unorm(uint8_t *dst_row, unsigned dst_stride, const uint32_t *src_row, unsigned src_stride, unsigned width, unsigned height) argument
810 util_format_z32_float_s8x24_uint_unpack_z_float(float *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height) argument
829 util_format_z32_float_s8x24_uint_pack_z_float(uint8_t *dst_row, unsigned dst_stride, const float *src_row, unsigned src_stride, unsigned width, unsigned height) argument
848 util_format_z32_float_s8x24_uint_unpack_z_32unorm(uint32_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height) argument
867 util_format_z32_float_s8x24_uint_pack_z_32unorm(uint8_t *dst_row, unsigned dst_stride, const uint32_t *src_row, unsigned src_stride, unsigned width, unsigned height) argument
884 util_format_z32_float_s8x24_uint_unpack_s_8uint(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height) argument
903 util_format_z32_float_s8x24_uint_pack_s_8uint(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height) argument
923 util_format_x24s8_uint_unpack_s_8uint(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height) argument
931 util_format_x24s8_uint_pack_s_8uint(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height) argument
939 util_format_s8x24_uint_unpack_s_8uint(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height) argument
947 util_format_s8x24_uint_pack_s_8uint(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height) argument
955 util_format_x32_s8x24_uint_unpack_s_8uint(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height) argument
966 util_format_x32_s8x24_uint_pack_s_8uint(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height) argument
[all...]
/external/libvpx/libvpx/vpx_dsp/arm/
H A Dhighbd_vpx_convolve_copy_neon.c17 uint16_t *dst, ptrdiff_t dst_stride,
31 dst += dst_stride;
34 dst += dst_stride;
41 dst += dst_stride;
44 dst += dst_stride;
51 dst += dst_stride;
54 dst += dst_stride;
57 dst += dst_stride;
60 dst += dst_stride;
67 dst += dst_stride;
16 vpx_highbd_convolve_copy_neon(const uint16_t *src, ptrdiff_t src_stride, uint16_t *dst, ptrdiff_t dst_stride, const int16_t *filter_x, int filter_x_stride, const int16_t *filter_y, int filter_y_stride, int w, int h, int bd) argument
[all...]
H A Dvpx_convolve_avg_neon.c17 uint8_t *dst, ptrdiff_t dst_stride,
39 (const uint32_t *)(dst + dst_stride), vreinterpret_u32_u8(dd0), 1));
42 dst += dst_stride;
44 dst += dst_stride;
56 d1 = vld1_u8(dst + dst_stride);
63 dst += dst_stride;
65 dst += dst_stride;
76 d1 = vld1q_u8(dst + dst_stride);
82 dst += dst_stride;
84 dst += dst_stride;
16 vpx_convolve_avg_neon(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_stride, const int16_t *filter_x, int filter_x_stride, const int16_t *filter_y, int filter_y_stride, int w, int h) argument
[all...]
H A Dvpx_convolve_copy_neon.c17 uint8_t *dst, ptrdiff_t dst_stride,
30 dst += dst_stride;
33 dst += dst_stride;
45 dst += dst_stride;
47 dst += dst_stride;
59 dst += dst_stride;
61 dst += dst_stride;
76 dst += dst_stride;
79 dst += dst_stride;
95 dst += dst_stride;
16 vpx_convolve_copy_neon(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_stride, const int16_t *filter_x, int filter_x_stride, const int16_t *filter_y, int filter_y_stride, int w, int h) argument
[all...]
/external/libvpx/libvpx/third_party/libyuv/source/
H A Drotate_mips.cc26 uint8* dst, int dst_stride, int width) {
37 "andi $t1, %[dst_stride], 0x3 \n"
41 //dst + dst_stride word aligned
66 " addu %[dst], %[dst], %[dst_stride] \n"
68 //dst + dst_stride unaligned
95 "addu %[dst], %[dst], %[dst_stride] \n"
102 [dst_stride] "r" (dst_stride)
110 uint8* dst, int dst_stride, int width) {
125 "andi $t1, %[dst_stride],
25 TransposeWx8_DSPR2(const uint8* src, int src_stride, uint8* dst, int dst_stride, int width) argument
109 TransposeWx8_Fast_DSPR2(const uint8* src, int src_stride, uint8* dst, int dst_stride, int width) argument
[all...]
H A Drotate_gcc.cc26 uint8* dst, int dst_stride, int width) {
104 "r"((intptr_t)(dst_stride)) // %4
114 uint8* dst, int dst_stride, int width) {
244 "r"((intptr_t)(dst_stride)) // %4
25 TransposeWx8_SSSE3(const uint8* src, int src_stride, uint8* dst, int dst_stride, int width) argument
113 TransposeWx8_Fast_SSSE3(const uint8* src, int src_stride, uint8* dst, int dst_stride, int width) argument
/external/libvpx/libvpx/vp8/common/arm/neon/
H A Dcopymem_neon.c14 unsigned char *dst, int dst_stride) {
22 dst += dst_stride;
27 unsigned char *dst, int dst_stride) {
35 dst += dst_stride;
40 unsigned char *dst, int dst_stride) {
48 dst += dst_stride;
13 vp8_copy_mem8x4_neon(unsigned char *src, int src_stride, unsigned char *dst, int dst_stride) argument
26 vp8_copy_mem8x8_neon(unsigned char *src, int src_stride, unsigned char *dst, int dst_stride) argument
39 vp8_copy_mem16x16_neon(unsigned char *src, int src_stride, unsigned char *dst, int dst_stride) argument
/external/libyuv/files/source/
H A Drotate_dspr2.cc27 int dst_stride,
39 "andi $t1, %[dst_stride], 0x3 \n"
43 // dst + dst_stride word aligned
68 " addu %[dst], %[dst], %[dst_stride] \n"
70 // dst + dst_stride unaligned
97 "addu %[dst], %[dst], %[dst_stride] \n"
101 : [src_stride] "r"(src_stride), [dst_stride] "r"(dst_stride)
108 int dst_stride,
124 "andi $t1, %[dst_stride],
24 TransposeWx8_DSPR2(const uint8* src, int src_stride, uint8* dst, int dst_stride, int width) argument
105 TransposeWx8_Fast_DSPR2(const uint8* src, int src_stride, uint8* dst, int dst_stride, int width) argument
[all...]
H A Drotate_gcc.cc28 int dst_stride,
107 "r"((intptr_t)(dst_stride)) // %4
118 int dst_stride,
249 "r"((intptr_t)(dst_stride)) // %4
25 TransposeWx8_SSSE3(const uint8* src, int src_stride, uint8* dst, int dst_stride, int width) argument
115 TransposeWx8_Fast_SSSE3(const uint8* src, int src_stride, uint8* dst, int dst_stride, int width) argument
/external/libvpx/libvpx/vp8/common/mips/msa/
H A Dcopymem_msa.c15 int32_t dst_stride) {
19 SD4(src0, src1, src2, src3, dst, dst_stride);
23 int32_t dst_stride) {
28 SD4(src0, src1, src2, src3, dst, dst_stride);
29 dst += (4 * dst_stride);
32 SD4(src0, src1, src2, src3, dst, dst_stride);
36 int32_t dst_stride) {
44 ST_UB8(src0, src1, src2, src3, src4, src5, src6, src7, dst, dst_stride);
45 dst += (8 * dst_stride);
46 ST_UB8(src8, src9, src10, src11, src12, src13, src14, src15, dst, dst_stride);
14 copy_8x4_msa(uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride) argument
22 copy_8x8_msa(uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride) argument
35 copy_16x16_msa(uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride) argument
49 vp8_copy_mem16x16_msa(uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride) argument
54 vp8_copy_mem8x8_msa(uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride) argument
59 vp8_copy_mem8x4_msa(uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride) argument
[all...]
/external/libvpx/libvpx/vpx_dsp/mips/
H A Dvpx_convolve_copy_msa.c15 uint8_t *dst, int32_t dst_stride, int32_t height) {
34 SD4(out0, out1, out2, out3, dst, dst_stride);
35 dst += (4 * dst_stride);
36 SD4(out4, out5, out6, out7, dst, dst_stride);
37 dst += (4 * dst_stride);
46 SD4(out0, out1, out2, out3, dst, dst_stride);
47 dst += (4 * dst_stride);
63 SD4(out0, out1, out2, out3, dst, dst_stride);
64 dst += (4 * dst_stride);
65 SD4(out4, out5, out6, out7, dst, dst_stride);
14 copy_width8_msa(const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, int32_t height) argument
95 copy_16multx8mult_msa(const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, int32_t height, int32_t width) argument
122 copy_width16_msa(const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, int32_t height) argument
152 copy_width32_msa(const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, int32_t height) argument
194 copy_width64_msa(const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, int32_t height) argument
199 vpx_convolve_copy_msa(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_stride, const int16_t *filter_x, int32_t filter_x_stride, const int16_t *filter_y, int32_t filter_y_stride, int32_t w, int32_t h) argument
[all...]
H A Dvpx_convolve_avg_msa.c14 int32_t dst_stride, int32_t height) {
25 LD_UB4(dst, dst_stride, dst0, dst1, dst2, dst3);
34 SW4(out0, out1, out2, out3, dst, dst_stride);
35 dst += (4 * dst_stride);
42 LD_UB2(dst, dst_stride, dst0, dst1);
49 dst += dst_stride;
51 dst += dst_stride;
57 int32_t dst_stride, int32_t height) {
66 LD_UB4(dst, dst_stride, dst0, dst1, dst2, dst3);
75 SD4(out0, out1, out2, out3, dst, dst_stride);
13 avg_width4_msa(const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, int32_t height) argument
56 avg_width8_msa(const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, int32_t height) argument
80 avg_width16_msa(const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, int32_t height) argument
100 avg_width32_msa(const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, int32_t height) argument
141 avg_width64_msa(const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, int32_t height) argument
189 vpx_convolve_avg_msa(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_stride, const int16_t *filter_x, int32_t filter_x_stride, const int16_t *filter_y, int32_t filter_y_stride, int32_t w, int32_t h) argument
[all...]
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/
H A Drotate_row.h64 uint8* dst, int dst_stride, int width, int height);
67 uint8* dst, int dst_stride, int width);
69 uint8* dst, int dst_stride, int width);
71 uint8* dst, int dst_stride, int width);
73 uint8* dst, int dst_stride, int width);
75 uint8* dst, int dst_stride, int width);
77 uint8* dst, int dst_stride, int width);
80 uint8* dst, int dst_stride, int width);
82 uint8* dst, int dst_stride, int width);
84 uint8* dst, int dst_stride, in
[all...]
/external/libvpx/libvpx/vpx_dsp/
H A Dvpx_convolve.h21 uint8_t *dst, ptrdiff_t dst_stride,
28 uint16_t *dst, ptrdiff_t dst_stride,
/external/libvpx/libvpx/vp8/common/mips/dspr2/
H A Dreconinter_dspr2.c23 int dst_stride) {
45 dst += dst_stride;
51 int dst_stride) {
69 dst += dst_stride;
75 int dst_stride) {
93 dst += dst_stride;
20 vp8_copy_mem16x16_dspr2(unsigned char *RESTRICT src, int src_stride, unsigned char *RESTRICT dst, int dst_stride) argument
49 vp8_copy_mem8x8_dspr2(unsigned char *RESTRICT src, int src_stride, unsigned char *RESTRICT dst, int dst_stride) argument
73 vp8_copy_mem8x4_dspr2(unsigned char *RESTRICT src, int src_stride, unsigned char *RESTRICT dst, int dst_stride) argument

Completed in 1121 milliseconds

12345678910