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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/libvpx/source/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/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/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/source/
rotate_mips.cc 24 void TransposeWx8_MIPS_DSPR2(const uint8* src, int src_stride,
30 "sll $t2, %[src_stride], 0x1 \n" // src_stride x 2
31 "sll $t4, %[src_stride], 0x2 \n" // src_stride x 4
32 "sll $t9, %[src_stride], 0x3 \n" // src_stride x 8
33 "addu $t3, $t2, %[src_stride] \n"
34 "addu $t5, $t4, %[src_stride] \n"
40 " subu $t7, $t9, %[src_stride] \n
    [all...]
scale_neon.cc 25 void ScaleRowDown2_NEON(const uint8* src_ptr, ptrdiff_t src_stride,
46 void ScaleRowDown2Box_NEON(const uint8* src_ptr, ptrdiff_t src_stride,
68 "+r"(src_stride), // %1
76 void ScaleRowDown4_NEON(const uint8* src_ptr, ptrdiff_t src_stride,
95 void ScaleRowDown4Box_NEON(const uint8* src_ptr, ptrdiff_t src_stride,
97 const uint8* src_ptr1 = src_ptr + src_stride;
98 const uint8* src_ptr2 = src_ptr + src_stride * 2;
99 const uint8* src_ptr3 = src_ptr + src_stride * 3;
137 ptrdiff_t src_stride,
158 ptrdiff_t src_stride,
    [all...]
scale_neon64.cc 22 void ScaleRowDown2_NEON(const uint8* src_ptr, ptrdiff_t src_stride,
45 void ScaleRowDown2Box_NEON(const uint8* src_ptr, ptrdiff_t src_stride,
67 "+r"(src_stride), // %1
77 void ScaleRowDown4_NEON(const uint8* src_ptr, ptrdiff_t src_stride,
98 void ScaleRowDown4Box_NEON(const uint8* src_ptr, ptrdiff_t src_stride,
100 const uint8* src_ptr1 = src_ptr + src_stride;
101 const uint8* src_ptr2 = src_ptr + src_stride * 2;
102 const uint8* src_ptr3 = src_ptr + src_stride * 3;
142 ptrdiff_t src_stride,
165 ptrdiff_t src_stride,
    [all...]
  /external/chromium_org/third_party/libyuv/source/
rotate_mips.cc 24 void TransposeWx8_MIPS_DSPR2(const uint8* src, int src_stride,
30 "sll $t2, %[src_stride], 0x1 \n" // src_stride x 2
31 "sll $t4, %[src_stride], 0x2 \n" // src_stride x 4
32 "sll $t9, %[src_stride], 0x3 \n" // src_stride x 8
33 "addu $t3, $t2, %[src_stride] \n"
34 "addu $t5, $t4, %[src_stride] \n"
40 " subu $t7, $t9, %[src_stride] \n
    [all...]
scale_neon.cc 25 void ScaleRowDown2_NEON(const uint8* src_ptr, ptrdiff_t src_stride,
46 void ScaleRowDown2Box_NEON(const uint8* src_ptr, ptrdiff_t src_stride,
68 "+r"(src_stride), // %1
76 void ScaleRowDown4_NEON(const uint8* src_ptr, ptrdiff_t src_stride,
95 void ScaleRowDown4Box_NEON(const uint8* src_ptr, ptrdiff_t src_stride,
97 const uint8* src_ptr1 = src_ptr + src_stride;
98 const uint8* src_ptr2 = src_ptr + src_stride * 2;
99 const uint8* src_ptr3 = src_ptr + src_stride * 3;
137 ptrdiff_t src_stride,
158 ptrdiff_t src_stride,
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
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_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_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_etc.h 32 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);
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...]
  /external/mesa3d/src/gallium/auxiliary/util/
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_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_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_etc.h 32 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);
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...]
  /external/libyuv/files/source/
scale_neon.cc 29 void ScaleRowDown2_NEON(const uint8* src_ptr, ptrdiff_t /* src_stride */,
46 void ScaleRowDown2Int_NEON(const uint8* src_ptr, ptrdiff_t src_stride,
64 "+r"(src_stride), // %1
72 void ScaleRowDown4_NEON(const uint8* src_ptr, ptrdiff_t /* src_stride */,
90 void ScaleRowDown4Int_NEON(const uint8* src_ptr, ptrdiff_t src_stride,
114 : "r"(src_stride) // %3
123 ptrdiff_t /* src_stride */,
141 ptrdiff_t src_stride,
190 "+r"(src_stride) // %3
197 ptrdiff_t src_stride,
    [all...]
rotate_neon.cc 25 void TransposeWx8_NEON(const uint8* src, int src_stride,
179 "+r"(src_stride), // %1
191 void TransposeUVWx8_NEON(const uint8* src, int src_stride,
390 "+r"(src_stride), // %1
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/include/libyuv/
scale_row.h 76 int src_stride, int dst_stride,
83 int src_stride, int dst_stride,
113 void ScaleRowDown2_C(const uint8* src_ptr, ptrdiff_t src_stride,
115 void ScaleRowDown2_16_C(const uint16* src_ptr, ptrdiff_t src_stride,
117 void ScaleRowDown2Linear_C(const uint8* src_ptr, ptrdiff_t src_stride,
119 void ScaleRowDown2Linear_16_C(const uint16* src_ptr, ptrdiff_t src_stride,
121 void ScaleRowDown2Box_C(const uint8* src_ptr, ptrdiff_t src_stride,
123 void ScaleRowDown2Box_16_C(const uint16* src_ptr, ptrdiff_t src_stride,
125 void ScaleRowDown4_C(const uint8* src_ptr, ptrdiff_t src_stride,
127 void ScaleRowDown4_16_C(const uint16* src_ptr, ptrdiff_t src_stride,
    [all...]
  /external/chromium_org/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/chromium_org/third_party/libvpx/source/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;
  /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;
  /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;

Completed in 312 milliseconds

1 2 3 4 5 6 7 8 91011>>