Home
last modified time | relevance | path

Searched refs:dst_stride (Results 1 – 25 of 91) sorted by relevance

1234

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
Dreconintra4x4.c19 unsigned char *dst, int dst_stride, in vp8_intra4x4_predict_c() argument
51 dst += dst_stride; in vp8_intra4x4_predict_c()
73 dst += dst_stride; in vp8_intra4x4_predict_c()
95 dst += dst_stride; in vp8_intra4x4_predict_c()
118 dst += dst_stride; in vp8_intra4x4_predict_c()
125 dst[0 * dst_stride + 0] = (ptr[0] + ptr[1] * 2 + ptr[2] + 2) >> 2; in vp8_intra4x4_predict_c()
126 dst[0 * dst_stride + 1] = in vp8_intra4x4_predict_c()
127 dst[1 * dst_stride + 0] = (ptr[1] + ptr[2] * 2 + ptr[3] + 2) >> 2; in vp8_intra4x4_predict_c()
128 dst[0 * dst_stride + 2] = in vp8_intra4x4_predict_c()
129 dst[1 * dst_stride + 1] = in vp8_intra4x4_predict_c()
[all …]
Dreconinter.c26 int dst_stride) in vp8_copy_mem16x16_c() argument
59 dst += dst_stride; in vp8_copy_mem16x16_c()
69 int dst_stride) in vp8_copy_mem8x8_c() argument
89 dst += dst_stride; in vp8_copy_mem8x8_c()
99 int dst_stride) in vp8_copy_mem8x4_c() argument
119 dst += dst_stride; in vp8_copy_mem8x4_c()
151 static void build_inter_predictors4b(MACROBLOCKD *x, BLOCKD *d, unsigned char *dst, int dst_stride,… in build_inter_predictors4b() argument
158 …xel_predict8x8(ptr, pre_stride, d->bmi.mv.as_mv.col & 7, d->bmi.mv.as_mv.row & 7, dst, dst_stride); in build_inter_predictors4b()
162 vp8_copy_mem8x8(ptr, pre_stride, dst, dst_stride); in build_inter_predictors4b()
166 static void build_inter_predictors2b(MACROBLOCKD *x, BLOCKD *d, unsigned char *dst, int dst_stride,… in build_inter_predictors2b() argument
[all …]
Dreconintra4x4.h23 int dst_stride = xd->dst.y_stride; in intra_prediction_down_copy() local
24 unsigned char *above_right_dst = xd->dst.y_buffer - dst_stride + 16; in intra_prediction_down_copy()
27 unsigned int *dst_ptr0 = (unsigned int *)(above_right_dst + 4 * dst_stride); in intra_prediction_down_copy()
28 unsigned int *dst_ptr1 = (unsigned int *)(above_right_dst + 8 * dst_stride); in intra_prediction_down_copy()
29 unsigned int *dst_ptr2 = (unsigned int *)(above_right_dst + 12 * dst_stride); in intra_prediction_down_copy()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/mips/dspr2/
Dvp9_convolve8_avg_dspr2.c26 int32_t dst_stride, in convolve_avg_vert_4_dspr2() argument
52 vp9_prefetch_store(dst + dst_stride); in convolve_avg_vert_4_dspr2()
181 dst += dst_stride; in convolve_avg_vert_4_dspr2()
188 int32_t dst_stride, in convolve_avg_vert_64_dspr2() argument
213 vp9_prefetch_store(dst + dst_stride); in convolve_avg_vert_64_dspr2()
214 vp9_prefetch_store(dst + dst_stride + 32); in convolve_avg_vert_64_dspr2()
343 dst += dst_stride; in convolve_avg_vert_64_dspr2()
348 uint8_t *dst, ptrdiff_t dst_stride, in vp9_convolve8_avg_vert_dspr2() argument
354 dst, dst_stride, in vp9_convolve8_avg_vert_dspr2()
360 dst, dst_stride, in vp9_convolve8_avg_vert_dspr2()
[all …]
Dvp9_convolve8_dspr2.c42 int32_t dst_stride, in convolve_horiz_4_transposed_dspr2() argument
146 [cm] "r" (cm), [src] "r" (src), [dst_stride] "r" (dst_stride) in convolve_horiz_4_transposed_dspr2()
158 int32_t dst_stride, in convolve_horiz_8_transposed_dspr2() argument
170 uint32_t dst_pitch_2 = (dst_stride << 1); in convolve_horiz_8_transposed_dspr2()
183 odd_dst = (dst_ptr + dst_stride); in convolve_horiz_8_transposed_dspr2()
334 int32_t dst_stride, in convolve_horiz_16_transposed_dspr2() argument
348 uint32_t dst_pitch_2 = (dst_stride << 1); in convolve_horiz_16_transposed_dspr2()
364 odd_dst = (dst + dst_stride); in convolve_horiz_16_transposed_dspr2()
611 dst = (dst_ptr + ((c + 1) * 16 * dst_stride)); in convolve_horiz_16_transposed_dspr2()
612 odd_dst = (dst + dst_stride); in convolve_horiz_16_transposed_dspr2()
[all …]
Dvp9_convolve2_dspr2.c26 int32_t dst_stride, in convolve_bi_horiz_4_transposed_dspr2() argument
104 [cm] "r" (cm), [src] "r" (src), [dst_stride] "r" (dst_stride) in convolve_bi_horiz_4_transposed_dspr2()
116 int32_t dst_stride, in convolve_bi_horiz_8_transposed_dspr2() argument
127 uint32_t dst_pitch_2 = (dst_stride << 1); in convolve_bi_horiz_8_transposed_dspr2()
139 odd_dst = (dst_ptr + dst_stride); in convolve_bi_horiz_8_transposed_dspr2()
253 int32_t dst_stride, in convolve_bi_horiz_16_transposed_dspr2() argument
266 uint32_t dst_pitch_2 = (dst_stride << 1); in convolve_bi_horiz_16_transposed_dspr2()
281 odd_dst = (dst + dst_stride); in convolve_bi_horiz_16_transposed_dspr2()
473 dst = (dst_ptr + ((c + 1) * 16 * dst_stride)); in convolve_bi_horiz_16_transposed_dspr2()
474 odd_dst = (dst + dst_stride); in convolve_bi_horiz_16_transposed_dspr2()
[all …]
Dvp9_convolve2_horiz_dspr2.c26 int32_t dst_stride, in convolve_bi_horiz_4_dspr2() argument
44 vp9_prefetch_store(dst + dst_stride); in convolve_bi_horiz_4_dspr2()
101 dst += dst_stride; in convolve_bi_horiz_4_dspr2()
108 int32_t dst_stride, in convolve_bi_horiz_8_dspr2() argument
127 vp9_prefetch_store(dst + dst_stride); in convolve_bi_horiz_8_dspr2()
225 dst += dst_stride; in convolve_bi_horiz_8_dspr2()
232 int32_t dst_stride, in convolve_bi_horiz_16_dspr2() argument
257 vp9_prefetch_store(dst_ptr + dst_stride); in convolve_bi_horiz_16_dspr2()
433 dst_ptr += dst_stride; in convolve_bi_horiz_16_dspr2()
440 int32_t dst_stride, in convolve_bi_horiz_64_dspr2() argument
[all …]
Dvp9_convolve2_avg_horiz_dspr2.c26 int32_t dst_stride, in convolve_bi_avg_horiz_4_dspr2() argument
45 vp9_prefetch_store(dst + dst_stride); in convolve_bi_avg_horiz_4_dspr2()
114 dst += dst_stride; in convolve_bi_avg_horiz_4_dspr2()
121 int32_t dst_stride, in convolve_bi_avg_horiz_8_dspr2() argument
140 vp9_prefetch_store(dst + dst_stride); in convolve_bi_avg_horiz_8_dspr2()
263 dst += dst_stride; in convolve_bi_avg_horiz_8_dspr2()
270 int32_t dst_stride, in convolve_bi_avg_horiz_16_dspr2() argument
295 vp9_prefetch_store(dst_ptr + dst_stride); in convolve_bi_avg_horiz_16_dspr2()
513 dst_ptr += dst_stride; in convolve_bi_avg_horiz_16_dspr2()
520 int32_t dst_stride, in convolve_bi_avg_horiz_64_dspr2() argument
[all …]
Dvp9_convolve8_avg_horiz_dspr2.c26 int32_t dst_stride, in convolve_avg_horiz_4_dspr2() argument
48 vp9_prefetch_store(dst + dst_stride); in convolve_avg_horiz_4_dspr2()
141 dst += dst_stride; in convolve_avg_horiz_4_dspr2()
148 int32_t dst_stride, in convolve_avg_horiz_8_dspr2() argument
170 vp9_prefetch_store(dst + dst_stride); in convolve_avg_horiz_8_dspr2()
328 dst += dst_stride; in convolve_avg_horiz_8_dspr2()
335 int32_t dst_stride, in convolve_avg_horiz_16_dspr2() argument
362 vp9_prefetch_store(dst_ptr + dst_stride); in convolve_avg_horiz_16_dspr2()
640 dst_ptr += dst_stride; in convolve_avg_horiz_16_dspr2()
647 int32_t dst_stride, in convolve_avg_horiz_64_dspr2() argument
[all …]
Dvp9_convolve8_horiz_dspr2.c26 int32_t dst_stride, in convolve_horiz_4_dspr2() argument
48 vp9_prefetch_store(dst + dst_stride); in convolve_horiz_4_dspr2()
130 dst += dst_stride; in convolve_horiz_4_dspr2()
137 int32_t dst_stride, in convolve_horiz_8_dspr2() argument
159 vp9_prefetch_store(dst + dst_stride); in convolve_horiz_8_dspr2()
294 dst += dst_stride; in convolve_horiz_8_dspr2()
301 int32_t dst_stride, in convolve_horiz_16_dspr2() argument
328 vp9_prefetch_store(dst_ptr + dst_stride); in convolve_horiz_16_dspr2()
565 dst_ptr += dst_stride; in convolve_horiz_16_dspr2()
572 int32_t dst_stride, in convolve_horiz_64_dspr2() argument
[all …]
Dvp9_convolve2_avg_dspr2.c26 int32_t dst_stride, in convolve_bi_avg_vert_4_dspr2() argument
47 vp9_prefetch_store(dst + dst_stride); in convolve_bi_avg_vert_4_dspr2()
124 dst += dst_stride; in convolve_bi_avg_vert_4_dspr2()
131 int32_t dst_stride, in convolve_bi_avg_vert_64_dspr2() argument
151 vp9_prefetch_store(dst + dst_stride); in convolve_bi_avg_vert_64_dspr2()
152 vp9_prefetch_store(dst + dst_stride + 32); in convolve_bi_avg_vert_64_dspr2()
229 dst += dst_stride; in convolve_bi_avg_vert_64_dspr2()
234 uint8_t *dst, ptrdiff_t dst_stride, in vp9_convolve2_avg_vert_dspr2() argument
256 dst, dst_stride, in vp9_convolve2_avg_vert_dspr2()
262 dst, dst_stride, in vp9_convolve2_avg_vert_dspr2()
[all …]
Dvp9_convolve8_vert_dspr2.c26 int32_t dst_stride, in convolve_vert_4_dspr2() argument
52 vp9_prefetch_store(dst + dst_stride); in convolve_vert_4_dspr2()
174 dst += dst_stride; in convolve_vert_4_dspr2()
181 int32_t dst_stride, in convolve_vert_64_dspr2() argument
206 vp9_prefetch_store(dst + dst_stride); in convolve_vert_64_dspr2()
207 vp9_prefetch_store(dst + dst_stride + 32); in convolve_vert_64_dspr2()
329 dst += dst_stride; in convolve_vert_64_dspr2()
334 uint8_t *dst, ptrdiff_t dst_stride, in vp9_convolve8_vert_dspr2() argument
340 dst, dst_stride, in vp9_convolve8_vert_dspr2()
346 dst, dst_stride, in vp9_convolve8_vert_dspr2()
[all …]
Dvp9_convolve2_vert_dspr2.c26 int32_t dst_stride, in convolve_bi_vert_4_dspr2() argument
47 vp9_prefetch_store(dst + dst_stride); in convolve_bi_vert_4_dspr2()
117 dst += dst_stride; in convolve_bi_vert_4_dspr2()
124 int32_t dst_stride, in convolve_bi_vert_64_dspr2() argument
144 vp9_prefetch_store(dst + dst_stride); in convolve_bi_vert_64_dspr2()
214 dst += dst_stride; in convolve_bi_vert_64_dspr2()
219 uint8_t *dst, ptrdiff_t dst_stride, in vp9_convolve2_vert_dspr2() argument
241 dst, dst_stride, in vp9_convolve2_vert_dspr2()
247 dst, dst_stride, in vp9_convolve2_vert_dspr2()
252 dst, dst_stride, in vp9_convolve2_vert_dspr2()
[all …]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_convolve.c22 uint8_t *dst, ptrdiff_t dst_stride, in convolve_horiz() argument
39 dst += dst_stride; in convolve_horiz()
44 uint8_t *dst, ptrdiff_t dst_stride, in convolve_avg_horiz() argument
62 dst += dst_stride; in convolve_avg_horiz()
67 uint8_t *dst, ptrdiff_t dst_stride, in convolve_vert() argument
81 dst[y * dst_stride] = clip_pixel(ROUND_POWER_OF_TWO(sum, FILTER_BITS)); in convolve_vert()
90 uint8_t *dst, ptrdiff_t dst_stride, in convolve_avg_vert() argument
104 dst[y * dst_stride] = ROUND_POWER_OF_TWO(dst[y * dst_stride] + in convolve_avg_vert()
114 uint8_t *dst, ptrdiff_t dst_stride, in convolve() argument
137 convolve_vert(temp + 64 * (SUBPEL_TAPS / 2 - 1), 64, dst, dst_stride, in convolve()
[all …]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/neon/
Dcopymem_neon.c17 int dst_stride) { in vp8_copy_mem8x4_neon() argument
25 dst += dst_stride; in vp8_copy_mem8x4_neon()
33 int dst_stride) { in vp8_copy_mem8x8_neon() argument
41 dst += dst_stride; in vp8_copy_mem8x8_neon()
49 int dst_stride) { in vp8_copy_mem16x16_neon() argument
57 dst += dst_stride; in vp8_copy_mem16x16_neon()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/x86/
Dvp9_variance_avx2.c52 int dst_stride,
64 int dst_stride,
190 int dst_stride, in vp9_sub_pixel_variance64x64_avx2() argument
195 y_offset, dst, dst_stride, in vp9_sub_pixel_variance64x64_avx2()
201 dst + 32, dst_stride, in vp9_sub_pixel_variance64x64_avx2()
214 int dst_stride, in vp9_sub_pixel_variance32x32_avx2() argument
219 y_offset, dst, dst_stride, in vp9_sub_pixel_variance32x32_avx2()
230 int dst_stride, in vp9_sub_pixel_avg_variance64x64_avx2() argument
237 y_offset, dst, dst_stride, in vp9_sub_pixel_avg_variance64x64_avx2()
242 y_offset, dst + 32, dst_stride, in vp9_sub_pixel_avg_variance64x64_avx2()
[all …]
Dvp9_subpel_variance_impl_intrin_avx2.c126 int dst_stride, in vp9_sub_pixel_variance32xh_avx2() argument
146 dst+= dst_stride; in vp9_sub_pixel_variance32xh_avx2()
158 dst+= dst_stride; in vp9_sub_pixel_variance32xh_avx2()
174 dst+= dst_stride; in vp9_sub_pixel_variance32xh_avx2()
188 dst+= dst_stride; in vp9_sub_pixel_variance32xh_avx2()
208 dst+= dst_stride; in vp9_sub_pixel_variance32xh_avx2()
230 dst+= dst_stride; in vp9_sub_pixel_variance32xh_avx2()
247 dst+= dst_stride; in vp9_sub_pixel_variance32xh_avx2()
272 dst+= dst_stride; in vp9_sub_pixel_variance32xh_avx2()
304 dst+= dst_stride; in vp9_sub_pixel_variance32xh_avx2()
[all …]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/mips/dspr2/
Dreconinter_dspr2.c31 int dst_stride) in vp8_copy_mem16x16_dspr2() argument
57 dst += dst_stride; in vp8_copy_mem16x16_dspr2()
66 int dst_stride) in vp8_copy_mem8x8_dspr2() argument
87 dst += dst_stride; in vp8_copy_mem8x8_dspr2()
96 int dst_stride) in vp8_copy_mem8x4_dspr2() argument
117 dst += dst_stride; in vp8_copy_mem8x4_dspr2()
/hardware/intel/img/psb_video/src/android/
Dpsb_gralloc.cpp77 int dst_stride; in gralloc_lock()
79 dst_stride = 512; in gralloc_lock()
81 dst_stride = 1024; in gralloc_lock()
83 dst_stride = 1280; in gralloc_lock()
85 dst_stride = 2048; in gralloc_lock()
90 width, dst_stride, dsth); in gralloc_lock()
92 for (j = 0; j < dst_stride * dsth * 3 / 2; j = j + 4096) { in gralloc_lock()
96 width, dst_stride, dsth); in gralloc_lock()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/arm/neon/
Dvp9_convolve_neon.c16 uint8_t *dst, ptrdiff_t dst_stride, in vp9_convolve8_neon() argument
30 dst, dst_stride, in vp9_convolve8_neon()
47 dst, dst_stride, in vp9_convolve8_neon()
53 uint8_t *dst, ptrdiff_t dst_stride, in vp9_convolve8_avg_neon() argument
62 dst, dst_stride, in vp9_convolve8_avg_neon()
75 64, dst, dst_stride, in vp9_convolve8_avg_neon()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/x86/
Dvp9_asm_stubs.c28 uint8_t *dst, ptrdiff_t dst_stride, \
38 dst_stride, \
49 dst_stride, \
60 dst_stride, \
72 dst_stride, \
83 dst_stride, \
94 dst_stride, \
104 vp9_convolve8_##name##_c(src, src_stride, dst, dst_stride, \
112 uint8_t *dst, ptrdiff_t dst_stride, \
125 vp9_convolve8_##avg##vert_##opt(fdata2 + 3 * 64, 64, dst, dst_stride, \
[all …]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/x86/
Drecon_wrapper_sse2.c17 void sym(unsigned char *dst, int dst_stride, \
37 int dst_stride, in vp8_build_intra_predictors_mbuv_x86() argument
67 fn(dst_u, dst_stride, uabove_row, uleft, left_stride); in vp8_build_intra_predictors_mbuv_x86()
68 fn(dst_v, dst_stride, vabove_row, vleft, left_stride); in vp8_build_intra_predictors_mbuv_x86()
114 void sym(unsigned char *dst, int dst_stride, \
131 int dst_stride, in vp8_build_intra_predictors_mby_x86() argument
159 fn(dst_y, dst_stride, yabove_row, yleft, left_stride); in vp8_build_intra_predictors_mby_x86()
/hardware/qcom/display/msm8909/libcopybit/
Dsoftware_converter.cpp130 int dst_stride; member
157 dst += info.dst_stride; in copy_source_to_destination()
168 dst += info.dst_stride; in copy_source_to_destination()
198 info.dst_stride = ALIGN(info.width, 16); in convert_yuv_c2d_to_yuv_android()
203 info.dst_plane1_offset = info.dst_stride*info.height; in convert_yuv_c2d_to_yuv_android()
208 info.dst_plane1_offset = ALIGN(info.dst_stride*info.height, 2048); in convert_yuv_c2d_to_yuv_android()
243 info.dst_stride = ALIGN(info.width, 32); in convert_yuv_android_to_yuv_c2d()
248 info.dst_plane1_offset = info.dst_stride*info.height; in convert_yuv_android_to_yuv_c2d()
253 info.dst_plane1_offset = ALIGN(info.dst_stride*info.height, 2048); in convert_yuv_android_to_yuv_c2d()
/hardware/qcom/display/msm8226/libcopybit/
Dsoftware_converter.cpp130 int dst_stride; member
157 dst += info.dst_stride; in copy_source_to_destination()
168 dst += info.dst_stride; in copy_source_to_destination()
198 info.dst_stride = ALIGN(info.width, 16); in convert_yuv_c2d_to_yuv_android()
203 info.dst_plane1_offset = info.dst_stride*info.height; in convert_yuv_c2d_to_yuv_android()
208 info.dst_plane1_offset = ALIGN(info.dst_stride*info.height, 2048); in convert_yuv_c2d_to_yuv_android()
243 info.dst_stride = ALIGN(info.width, 32); in convert_yuv_android_to_yuv_c2d()
248 info.dst_plane1_offset = info.dst_stride*info.height; in convert_yuv_android_to_yuv_c2d()
253 info.dst_plane1_offset = ALIGN(info.dst_stride*info.height, 2048); in convert_yuv_android_to_yuv_c2d()
/hardware/qcom/display/msm8994/libcopybit/
Dsoftware_converter.cpp130 int dst_stride; member
157 dst += info.dst_stride; in copy_source_to_destination()
168 dst += info.dst_stride; in copy_source_to_destination()
198 info.dst_stride = ALIGN(info.width, 16); in convert_yuv_c2d_to_yuv_android()
203 info.dst_plane1_offset = info.dst_stride*info.height; in convert_yuv_c2d_to_yuv_android()
208 info.dst_plane1_offset = ALIGN(info.dst_stride*info.height, 2048); in convert_yuv_c2d_to_yuv_android()
243 info.dst_stride = ALIGN(info.width, 32); in convert_yuv_android_to_yuv_c2d()
248 info.dst_plane1_offset = info.dst_stride*info.height; in convert_yuv_android_to_yuv_c2d()
253 info.dst_plane1_offset = ALIGN(info.dst_stride*info.height, 2048); in convert_yuv_android_to_yuv_c2d()

1234