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

1 2 3 45 6 7 8 91011>>

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/x86/
sad_sse4.asm 160 ; int src_stride,
176 movsxd rax, dword ptr arg(1) ;src_stride
201 ; int src_stride,
218 movsxd rax, dword ptr arg(1) ;src_stride
239 ; int src_stride,
256 movsxd rax, dword ptr arg(1) ;src_stride
277 ; int src_stride,
294 movsxd rax, dword ptr arg(1) ;src_stride
318 ; int src_stride,
335 movsxd rax, dword ptr arg(1) ;src_stride
    [all...]
recon_mmx.asm 17 ; int src_stride,
33 movsxd rax, dword ptr arg(1) ;src_stride;
80 ; int src_stride,
96 movsxd rax, dword ptr arg(1) ;src_stride;
124 ; int src_stride,
138 movsxd rax, dword ptr arg(1) ;src_stride;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/x86/
vp9_sad_mmx.asm 22 ; int src_stride,
36 movsxd rax, dword ptr arg(1) ;src_stride
114 ; int src_stride,
128 movsxd rax, dword ptr arg(1) ;src_stride
186 ; int src_stride,
200 movsxd rax, dword ptr arg(1) ;src_stride
256 ; int src_stride,
270 movsxd rax, dword ptr arg(1) ;src_stride
345 ; int src_stride,
359 movsxd rax, dword ptr arg(1) ;src_stride
    [all...]
vp9_sad_sse2.asm 18 cglobal sad%1x%2, 4, %3, 5, src, src_stride, ref, ref_stride, n_rows
20 cglobal sad%1x%2, 4, %3, 5, src, src_stride, ref, ref_stride, \
25 cglobal sad%1x%2_avg, 5, 1 + %3, 5, src, src_stride, ref, ref_stride, \
28 cglobal sad%1x%2_avg, 5, ARCH_X86_64 + %3, 5, src, src_stride, \
47 ; unsigned int vp9_sad64x64_sse2(uint8_t *src, int src_stride,
90 ; unsigned int vp9_sad32x32_sse2(uint8_t *src, int src_stride,
135 ; unsigned int vp9_sad16x{8,16}_sse2(uint8_t *src, int src_stride,
181 ; unsigned int vp9_sad8x{8,16}_sse2(uint8_t *src, int src_stride,
225 ; unsigned int vp9_sad4x{4, 8}_sse(uint8_t *src, int src_stride,
  /hardware/qcom/display/msm8084/libcopybit/
software_converter.cpp 129 int src_stride; member in struct:copyInfo
156 src += info.src_stride;
166 memcpy(dst, src, info.src_stride);
167 src += info.src_stride;
197 info.src_stride = ALIGN(info.width, 32);
202 info.src_plane1_offset = info.src_stride*info.height;
207 info.src_plane1_offset = ALIGN(info.src_stride*info.height, 2048);
242 info.src_stride = ALIGN(hnd->width, 16);
247 info.src_plane1_offset = info.src_stride*info.height;
252 info.src_plane1_offset = ALIGN(info.src_stride*info.height, 2048)
    [all...]
  /hardware/qcom/display/msm8226/libcopybit/
software_converter.cpp 129 int src_stride; member in struct:copyInfo
156 src += info.src_stride;
166 memcpy(dst, src, info.src_stride);
167 src += info.src_stride;
197 info.src_stride = ALIGN(info.width, 32);
202 info.src_plane1_offset = info.src_stride*info.height;
207 info.src_plane1_offset = ALIGN(info.src_stride*info.height, 2048);
242 info.src_stride = ALIGN(hnd->width, 16);
247 info.src_plane1_offset = info.src_stride*info.height;
252 info.src_plane1_offset = ALIGN(info.src_stride*info.height, 2048)
    [all...]
  /hardware/qcom/display/msm8960/libcopybit/
software_converter.cpp 129 int src_stride; member in struct:copyInfo
155 src += info.src_stride;
165 memcpy(dst, src, info.src_stride);
166 src += info.src_stride;
196 info.src_stride = ALIGN(info.width, 32);
201 info.src_plane1_offset = info.src_stride*info.height;
206 info.src_plane1_offset = ALIGN(info.src_stride*info.height, 2048);
241 info.src_stride = ALIGN(hnd->width, 16);
246 info.src_plane1_offset = info.src_stride*info.height;
251 info.src_plane1_offset = ALIGN(info.src_stride*info.height, 2048)
    [all...]
  /hardware/qcom/display/msm8974/libcopybit/
software_converter.cpp 129 int src_stride; member in struct:copyInfo
155 src += info.src_stride;
165 memcpy(dst, src, info.src_stride);
166 src += info.src_stride;
196 info.src_stride = ALIGN(info.width, 32);
201 info.src_plane1_offset = info.src_stride*info.height;
206 info.src_plane1_offset = ALIGN(info.src_stride*info.height, 2048);
241 info.src_stride = ALIGN(hnd->width, 16);
246 info.src_plane1_offset = info.src_stride*info.height;
251 info.src_plane1_offset = ALIGN(info.src_stride*info.height, 2048)
    [all...]
  /hardware/qcom/display/msm8994/libcopybit/
software_converter.cpp 129 int src_stride; member in struct:copyInfo
156 src += info.src_stride;
166 memcpy(dst, src, info.src_stride);
167 src += info.src_stride;
197 info.src_stride = ALIGN(info.width, 32);
202 info.src_plane1_offset = info.src_stride*info.height;
207 info.src_plane1_offset = ALIGN(info.src_stride*info.height, 2048);
242 info.src_stride = ALIGN(hnd->width, 16);
247 info.src_plane1_offset = info.src_stride*info.height;
252 info.src_plane1_offset = ALIGN(info.src_stride*info.height, 2048)
    [all...]
  /external/libvpx/mips-dspr2/
vp9_rtcd.h 43 void vp9_convolve8_c(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_stride, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h);
44 void vp9_convolve8_dspr2(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_stride, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h);
47 void vp9_convolve8_avg_c(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_stride, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h);
48 void vp9_convolve8_avg_dspr2(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_stride, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h);
51 void vp9_convolve8_avg_horiz_c(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_stride, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h);
52 void vp9_convolve8_avg_horiz_dspr2(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_stride, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h);
55 void vp9_convolve8_avg_vert_c(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_stride, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h);
56 void vp9_convolve8_avg_vert_dspr2(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_stride, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h);
59 void vp9_convolve8_horiz_c(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_stride, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h);
60 void vp9_convolve8_horiz_dspr2(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_stride, const int16_t *filter_x, int x_step_q4, const int16_t *filter (…)
    [all...]
  /external/libvpx/x86/
vp9_rtcd.h 44 void vp9_convolve8_c(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_stride, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h);
45 void vp9_convolve8_sse2(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_stride, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h);
48 void vp9_convolve8_avg_c(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_stride, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h);
49 void vp9_convolve8_avg_sse2(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_stride, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h);
52 void vp9_convolve8_avg_horiz_c(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_stride, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h);
53 void vp9_convolve8_avg_horiz_sse2(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_stride, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h);
56 void vp9_convolve8_avg_vert_c(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_stride, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h);
57 void vp9_convolve8_avg_vert_sse2(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_stride, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h);
60 void vp9_convolve8_horiz_c(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_stride, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h);
61 void vp9_convolve8_horiz_sse2(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_stride, const int16_t *filter_x, int x_step_q4, const int16_t *filter (…)
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
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;
  /external/libvpx/libvpx/vp9/encoder/x86/
vp9_sad_sse2.asm 18 cglobal sad%1x%2, 4, %3, 5, src, src_stride, ref, ref_stride, n_rows
20 cglobal sad%1x%2, 4, %3, 5, src, src_stride, ref, ref_stride, \
25 cglobal sad%1x%2_avg, 5, 1 + %3, 5, src, src_stride, ref, ref_stride, \
28 cglobal sad%1x%2_avg, 5, ARCH_X86_64 + %3, 5, src, src_stride, \
47 ; unsigned int vp9_sad64x64_sse2(uint8_t *src, int src_stride,
90 ; unsigned int vp9_sad32x32_sse2(uint8_t *src, int src_stride,
135 ; unsigned int vp9_sad16x{8,16}_sse2(uint8_t *src, int src_stride,
181 ; unsigned int vp9_sad8x{8,16}_sse2(uint8_t *src, int src_stride,
225 ; unsigned int vp9_sad4x{4, 8}_sse(uint8_t *src, int src_stride,
  /external/libvpx/libvpx/vp8/common/
rtcd_defs.pl 194 add_proto qw/void vp8_filter_by_weight16x16/, "unsigned char *src, int src_stride, unsigned char *dst, int dst_stride, int src_weight";
197 add_proto qw/void vp8_filter_by_weight8x8/, "unsigned char *src, int src_stride, unsigned char *dst, int dst_stride, int src_weight";
200 add_proto qw/void vp8_filter_by_weight4x4/, "unsigned char *src, int src_stride, unsigned char *dst, int dst_stride, int src_weight";
317 add_proto qw/unsigned int vp8_sad4x4/, "const unsigned char *src_ptr, int src_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int max_sad";
321 add_proto qw/unsigned int vp8_sad8x8/, "const unsigned char *src_ptr, int src_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int max_sad";
325 add_proto qw/unsigned int vp8_sad8x16/, "const unsigned char *src_ptr, int src_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int max_sad";
329 add_proto qw/unsigned int vp8_sad16x8/, "const unsigned char *src_ptr, int src_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int max_sad";
333 add_proto qw/unsigned int vp8_sad16x16/, "const unsigned char *src_ptr, int src_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int max_sad";
341 add_proto qw/void vp8_sad4x4x3/, "const unsigned char *src_ptr, int src_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int *sad_array";
344 add_proto qw/void vp8_sad8x8x3/, "const unsigned char *src_ptr, int src_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int *sad_array"
    [all...]
  /external/libvpx/libvpx/vp9/common/
vp9_convolve.h 20 typedef void (*convolve_fn_t)(const uint8_t *src, ptrdiff_t src_stride,
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a-neon/
vp9_rtcd.h 216 void vp9_convolve_copy_c(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_stride, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h);
217 void vp9_convolve_copy_neon(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_stride, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h);
220 void vp9_convolve_avg_c(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_stride, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h);
221 void vp9_convolve_avg_neon(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_stride, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h);
224 void vp9_convolve8_c(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_stride, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h);
225 void vp9_convolve8_neon(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_stride, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h);
228 void vp9_convolve8_horiz_c(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_stride, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h);
229 void vp9_convolve8_horiz_neon(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_stride, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h);
232 void vp9_convolve8_vert_c(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_stride, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h);
233 void vp9_convolve8_vert_neon(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_stride, const int16_t *filter_x, int x_step_q4, const int16_t *filter (…)
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
rtcd_defs.pl 190 add_proto qw/void vp8_filter_by_weight16x16/, "unsigned char *src, int src_stride, unsigned char *dst, int dst_stride, int src_weight";
193 add_proto qw/void vp8_filter_by_weight8x8/, "unsigned char *src, int src_stride, unsigned char *dst, int dst_stride, int src_weight";
196 add_proto qw/void vp8_filter_by_weight4x4/, "unsigned char *src, int src_stride, unsigned char *dst, int dst_stride, int src_weight";
307 add_proto qw/unsigned int vp8_sad4x4/, "const unsigned char *src_ptr, int src_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int max_sad";
311 add_proto qw/unsigned int vp8_sad8x8/, "const unsigned char *src_ptr, int src_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int max_sad";
315 add_proto qw/unsigned int vp8_sad8x16/, "const unsigned char *src_ptr, int src_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int max_sad";
319 add_proto qw/unsigned int vp8_sad16x8/, "const unsigned char *src_ptr, int src_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int max_sad";
323 add_proto qw/unsigned int vp8_sad16x16/, "const unsigned char *src_ptr, int src_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int max_sad";
331 add_proto qw/void vp8_sad4x4x3/, "const unsigned char *src_ptr, int src_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int *sad_array";
334 add_proto qw/void vp8_sad8x8x3/, "const unsigned char *src_ptr, int src_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int *sad_array"
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_convolve.h 20 typedef void (*convolve_fn_t)(const uint8_t *src, ptrdiff_t src_stride,
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/mips-dspr2/
vp9_rtcd.h 224 void vp9_convolve_copy_c(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_stride, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h);
225 void vp9_convolve_copy_dspr2(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_stride, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h);
228 void vp9_convolve_avg_c(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_stride, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h);
229 void vp9_convolve_avg_dspr2(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_stride, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h);
232 void vp9_convolve8_c(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_stride, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h);
233 void vp9_convolve8_dspr2(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_stride, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h);
236 void vp9_convolve8_horiz_c(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_stride, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h);
237 void vp9_convolve8_horiz_dspr2(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_stride, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h);
240 void vp9_convolve8_vert_c(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_stride, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h);
241 void vp9_convolve8_vert_dspr2(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_stride, const int16_t *filter_x, int x_step_q4, const int16_t *filter (…)
    [all...]
  /external/libvpx/libvpx/vp8/common/x86/
recon_mmx.asm 17 ; int src_stride,
33 movsxd rax, dword ptr arg(1) ;src_stride;
80 ; int src_stride,
96 movsxd rax, dword ptr arg(1) ;src_stride;
124 ; int src_stride,
138 movsxd rax, dword ptr arg(1) ;src_stride;
  /external/libvpx/libvpx/vp8/encoder/x86/
subtract_mmx.asm 14 ;void vp8_subtract_b_mmx_impl(unsigned char *z, int src_stride,
30 movsxd rdx, dword ptr arg(1);src_stride;
76 ;void vp8_subtract_mby_mmx(short *diff, unsigned char *src, int src_stride,
89 movsxd rdx, dword ptr arg(2);src_stride
150 ; int src_stride, unsigned char *upred,
164 movsxd rdx, dword ptr arg(3);src_stride;
subtract_sse2.asm 14 ;void vp8_subtract_b_sse2_impl(unsigned char *z, int src_stride,
30 movsxd rdx, dword ptr arg(1);src_stride;
74 ;void vp8_subtract_mby_sse2(short *diff, unsigned char *src, int src_stride,
88 movsxd rdx, dword ptr arg(2);src_stride
147 ; int src_stride, unsigned char *upred,
162 movsxd rdx, dword ptr arg(3);src_stride;
  /external/libvpx/libvpx/vp9/encoder/arm/neon/
vp9_variance_neon.c 161 int src_stride,
170 var_filter_block2d_bil_w8(src, fdata3, src_stride, kPixelStepOne,
179 int src_stride,
188 var_filter_block2d_bil_w16(src, fdata3, src_stride, kPixelStepOne,
212 int src_stride,
221 var_filter_block2d_bil_w16(src, fdata3, src_stride, kPixelStepOne,
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/x86/
subtract_mmx.asm 14 ;void vp8_subtract_b_mmx_impl(unsigned char *z, int src_stride,
30 movsxd rdx, dword ptr arg(1);src_stride;
76 ;void vp8_subtract_mby_mmx(short *diff, unsigned char *src, int src_stride,
89 movsxd rdx, dword ptr arg(2);src_stride
150 ; int src_stride, unsigned char *upred,
164 movsxd rdx, dword ptr arg(3);src_stride;
subtract_sse2.asm 14 ;void vp8_subtract_b_sse2_impl(unsigned char *z, int src_stride,
30 movsxd rdx, dword ptr arg(1);src_stride;
74 ;void vp8_subtract_mby_sse2(short *diff, unsigned char *src, int src_stride,
88 movsxd rdx, dword ptr arg(2);src_stride
147 ; int src_stride, unsigned char *upred,
162 movsxd rdx, dword ptr arg(3);src_stride;

Completed in 1528 milliseconds

1 2 3 45 6 7 8 91011>>