Home
last modified time | relevance | path

Searched refs:yoffset (Results 1 – 25 of 58) sorted by relevance

123

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/x86/
Dvp8_asm_stubs.c125 int yoffset, in vp8_sixtap_predict4x4_mmx() argument
134 VFilter = vp8_six_tap_mmx[yoffset]; in vp8_sixtap_predict4x4_mmx()
145 int yoffset, in vp8_sixtap_predict16x16_mmx() argument
163 VFilter = vp8_six_tap_mmx[yoffset]; in vp8_sixtap_predict16x16_mmx()
177 int yoffset, in vp8_sixtap_predict8x8_mmx() argument
191 VFilter = vp8_six_tap_mmx[yoffset]; in vp8_sixtap_predict8x8_mmx()
203 int yoffset, in vp8_sixtap_predict8x4_mmx() argument
217 VFilter = vp8_six_tap_mmx[yoffset]; in vp8_sixtap_predict8x4_mmx()
230 int yoffset, in vp8_bilinear_predict16x16_mmx() argument
235 …vp8_bilinear_predict8x8_mmx(src_ptr, src_pixels_per_line, xoffset, yoffset, dst_ptr, dst_pitch… in vp8_bilinear_predict16x16_mmx()
[all …]
Dvariance_ssse3.c63 int yoffset,
73 int yoffset, in vp8_sub_pixel_variance16x16_ssse3() argument
85 if (xoffset == 4 && yoffset == 0) in vp8_sub_pixel_variance16x16_ssse3()
92 else if (xoffset == 0 && yoffset == 4) in vp8_sub_pixel_variance16x16_ssse3()
99 else if (xoffset == 4 && yoffset == 4) in vp8_sub_pixel_variance16x16_ssse3()
111 xoffset, yoffset, in vp8_sub_pixel_variance16x16_ssse3()
124 int yoffset, in vp8_sub_pixel_variance16x8_ssse3() argument
134 if (xoffset == 4 && yoffset == 0) in vp8_sub_pixel_variance16x8_ssse3()
141 else if (xoffset == 0 && yoffset == 4) in vp8_sub_pixel_variance16x8_ssse3()
148 else if (xoffset == 4 && yoffset == 4) in vp8_sub_pixel_variance16x8_ssse3()
[all …]
Dvariance_sse2.c74 int yoffset,
253 int yoffset, in vp8_sub_pixel_variance4x4_wmt() argument
264 vp8_bilinear_filters_x86_4[xoffset], vp8_bilinear_filters_x86_4[yoffset], in vp8_sub_pixel_variance4x4_wmt()
277 int yoffset, in vp8_sub_pixel_variance8x8_wmt() argument
286 if (xoffset == 4 && yoffset == 0) in vp8_sub_pixel_variance8x8_wmt()
293 else if (xoffset == 0 && yoffset == 4) in vp8_sub_pixel_variance8x8_wmt()
300 else if (xoffset == 4 && yoffset == 4) in vp8_sub_pixel_variance8x8_wmt()
312 xoffset, yoffset, in vp8_sub_pixel_variance8x8_wmt()
325 int yoffset, in vp8_sub_pixel_variance16x16_wmt() argument
338 if (xoffset == 4 && yoffset == 0) in vp8_sub_pixel_variance16x16_wmt()
[all …]
Dvariance_mmx.c207 int yoffset, in vp8_sub_pixel_variance4x4_mmx() argument
218 vp8_bilinear_filters_x86_4[xoffset], vp8_bilinear_filters_x86_4[yoffset], in vp8_sub_pixel_variance4x4_mmx()
231 int yoffset, in vp8_sub_pixel_variance8x8_mmx() argument
243 vp8_bilinear_filters_x86_4[xoffset], vp8_bilinear_filters_x86_4[yoffset], in vp8_sub_pixel_variance8x8_mmx()
255 int yoffset, in vp8_sub_pixel_variance16x16_mmx() argument
269 vp8_bilinear_filters_x86_4[xoffset], vp8_bilinear_filters_x86_4[yoffset], in vp8_sub_pixel_variance16x16_mmx()
277 vp8_bilinear_filters_x86_4[xoffset], vp8_bilinear_filters_x86_4[yoffset], in vp8_sub_pixel_variance16x16_mmx()
294 int yoffset, in vp8_sub_pixel_mse16x16_mmx() argument
300 …vp8_sub_pixel_variance16x16_mmx(src_ptr, src_pixels_per_line, xoffset, yoffset, dst_ptr, dst_pixel… in vp8_sub_pixel_mse16x16_mmx()
309 int yoffset, in vp8_sub_pixel_variance16x8_mmx() argument
[all …]
Dvariance_impl_ssse3.asm25 ; int yoffset,
55 movsxd rdx, dword ptr arg(6) ; yoffset
57 cmp rdx, 0 ; skip second_pass filter if yoffset=0
150 movsxd rdx, dword ptr arg(6) ; yoffset
152 cmp rdx, 0 ; Both xoffset =0 and yoffset=0
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/
Dvariance_arm.c24 int yoffset, in vp8_sub_pixel_variance8x8_armv6() argument
35 VFilter = vp8_bilinear_filters[yoffset]; in vp8_sub_pixel_variance8x8_armv6()
52 int yoffset, in vp8_sub_pixel_variance16x16_armv6() argument
63 if (xoffset == 4 && yoffset == 0) in vp8_sub_pixel_variance16x16_armv6()
68 else if (xoffset == 0 && yoffset == 4) in vp8_sub_pixel_variance16x16_armv6()
73 else if (xoffset == 4 && yoffset == 4) in vp8_sub_pixel_variance16x16_armv6()
81 VFilter = vp8_bilinear_filters[yoffset]; in vp8_sub_pixel_variance16x16_armv6()
105 int yoffset,
116 int yoffset, in vp8_sub_pixel_variance16x16_neon() argument
122 if (xoffset == 4 && yoffset == 0) in vp8_sub_pixel_variance16x16_neon()
[all …]
Dfilter_arm.c95 int yoffset, in vp8_sixtap_predict4x4_armv6() argument
106 VFilter = vp8_sub_pel_filters[yoffset]; /* 6 tap */ in vp8_sixtap_predict4x4_armv6()
109 if (xoffset && !yoffset) in vp8_sixtap_predict4x4_armv6()
117 else if (!xoffset && yoffset) in vp8_sixtap_predict4x4_armv6()
124 if (yoffset & 0x1) in vp8_sixtap_predict4x4_armv6()
143 int yoffset, in vp8_sixtap_predict8x8_armv6() argument
153 VFilter = vp8_sub_pel_filters[yoffset]; /* 6 tap */ in vp8_sixtap_predict8x8_armv6()
155 if (xoffset && !yoffset) in vp8_sixtap_predict8x8_armv6()
160 else if (!xoffset && yoffset) in vp8_sixtap_predict8x8_armv6()
166 if (yoffset & 0x1) in vp8_sixtap_predict8x8_armv6()
[all …]
Dbilinearfilter_arm.c44 int yoffset, in vp8_bilinear_predict4x4_armv6() argument
53 VFilter = vp8_bilinear_filters[yoffset]; in vp8_bilinear_predict4x4_armv6()
63 int yoffset, in vp8_bilinear_predict8x8_armv6() argument
72 VFilter = vp8_bilinear_filters[yoffset]; in vp8_bilinear_predict8x8_armv6()
82 int yoffset, in vp8_bilinear_predict8x4_armv6() argument
91 VFilter = vp8_bilinear_filters[yoffset]; in vp8_bilinear_predict8x4_armv6()
101 int yoffset, in vp8_bilinear_predict16x16_armv6() argument
110 VFilter = vp8_bilinear_filters[yoffset]; in vp8_bilinear_predict16x16_armv6()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_variance.c182 int yoffset, in vp9_sub_pixel_variance64x32_c() argument
191 vfilter = BILINEAR_FILTERS_2TAP(yoffset); in vp9_sub_pixel_variance64x32_c()
203 int yoffset, in vp9_sub_pixel_avg_variance64x32_c() argument
214 vfilter = BILINEAR_FILTERS_2TAP(yoffset); in vp9_sub_pixel_avg_variance64x32_c()
239 int yoffset, in vp9_sub_pixel_variance32x64_c() argument
248 vfilter = BILINEAR_FILTERS_2TAP(yoffset); in vp9_sub_pixel_variance32x64_c()
260 int yoffset, in vp9_sub_pixel_avg_variance32x64_c() argument
271 vfilter = BILINEAR_FILTERS_2TAP(yoffset); in vp9_sub_pixel_avg_variance32x64_c()
296 int yoffset, in vp9_sub_pixel_variance32x16_c() argument
305 vfilter = BILINEAR_FILTERS_2TAP(yoffset); in vp9_sub_pixel_variance32x16_c()
[all …]
Dvp9_variance.h68 int yoffset,
76 int yoffset,
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
Dfilter.c155 int yoffset, in vp8_sixtap_predict4x4_c() argument
164 VFilter = vp8_sub_pel_filters[yoffset]; /* 6 tap */ in vp8_sixtap_predict4x4_c()
173 int yoffset, in vp8_sixtap_predict8x8_c() argument
183 VFilter = vp8_sub_pel_filters[yoffset]; /* 6 tap */ in vp8_sixtap_predict8x8_c()
199 int yoffset, in vp8_sixtap_predict8x4_c() argument
209 VFilter = vp8_sub_pel_filters[yoffset]; /* 6 tap */ in vp8_sixtap_predict8x4_c()
225 int yoffset, in vp8_sixtap_predict16x16_c() argument
236 VFilter = vp8_sub_pel_filters[yoffset]; /* 6 tap */ in vp8_sixtap_predict16x16_c()
402 int yoffset, in vp8_bilinear_predict4x4_c() argument
411 VFilter = vp8_bilinear_filters[yoffset]; in vp8_bilinear_predict4x4_c()
[all …]
Dvariance_c.c287 int yoffset, in vp8_sub_pixel_variance4x4_c() argument
298 VFilter = vp8_bilinear_filters[yoffset]; in vp8_sub_pixel_variance4x4_c()
315 int yoffset, in vp8_sub_pixel_variance8x8_c() argument
326 VFilter = vp8_bilinear_filters[yoffset]; in vp8_sub_pixel_variance8x8_c()
339 int yoffset, in vp8_sub_pixel_variance16x16_c() argument
350 VFilter = vp8_bilinear_filters[yoffset]; in vp8_sub_pixel_variance16x16_c()
400 int yoffset, in vp8_sub_pixel_mse16x16_c() argument
406 …vp8_sub_pixel_variance16x16_c(src_ptr, src_pixels_per_line, xoffset, yoffset, dst_ptr, dst_pixels_… in vp8_sub_pixel_mse16x16_c()
415 int yoffset, in vp8_sub_pixel_variance16x8_c() argument
426 VFilter = vp8_bilinear_filters[yoffset]; in vp8_sub_pixel_variance16x8_c()
[all …]
Dreconinter.c254 int yoffset = i * 8 + j * 2; in vp8_build_inter4x4_predictors_mbuv() local
260 temp = x->block[yoffset ].bmi.mv.as_mv.row in vp8_build_inter4x4_predictors_mbuv()
261 + x->block[yoffset+1].bmi.mv.as_mv.row in vp8_build_inter4x4_predictors_mbuv()
262 + x->block[yoffset+4].bmi.mv.as_mv.row in vp8_build_inter4x4_predictors_mbuv()
263 + x->block[yoffset+5].bmi.mv.as_mv.row; in vp8_build_inter4x4_predictors_mbuv()
269 temp = x->block[yoffset ].bmi.mv.as_mv.col in vp8_build_inter4x4_predictors_mbuv()
270 + x->block[yoffset+1].bmi.mv.as_mv.col in vp8_build_inter4x4_predictors_mbuv()
271 + x->block[yoffset+4].bmi.mv.as_mv.col in vp8_build_inter4x4_predictors_mbuv()
272 + x->block[yoffset+5].bmi.mv.as_mv.col; in vp8_build_inter4x4_predictors_mbuv()
542 int yoffset = i * 8 + j * 2; in build_4x4uvmvs() local
[all …]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/arm/neon/
Dpicklpf_arm.c25 int yoffset; in vp8_yv12_copy_partial_frame_neon() local
41 yoffset = ystride * (((yheight >> 5) * 16) - 4); in vp8_yv12_copy_partial_frame_neon()
42 src_y = src_ybc->y_buffer + yoffset; in vp8_yv12_copy_partial_frame_neon()
43 dst_y = dst_ybc->y_buffer + yoffset; in vp8_yv12_copy_partial_frame_neon()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
Dsixtap_predict_test.cc29 int yoffset,
164 for (int yoffset = 0; yoffset < 8; ++yoffset) { in TEST_P() local
169 xoffset, yoffset, dst_c_, kDstStride); in TEST_P()
174 xoffset, yoffset, dst_, kDstStride)); in TEST_P()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/mips/dspr2/
Dfilter_dspr2.c949 int yoffset, in vp8_filter_block2d_first_pass16_4tap() argument
970 if (yoffset == 0) in vp8_filter_block2d_first_pass16_4tap()
1140 int yoffset in vp8_filter_block2d_second_pass4() argument
1160 vector1b = sub_pel_filterss[yoffset][0]; in vp8_filter_block2d_second_pass4()
1161 vector2b = sub_pel_filterss[yoffset][2]; in vp8_filter_block2d_second_pass4()
1162 vector3b = sub_pel_filterss[yoffset][1]; in vp8_filter_block2d_second_pass4()
1505 unsigned int yoffset in vp8_filter_block2d_second_pass_8() argument
1523 vector1b = sub_pel_filterss[yoffset][0]; in vp8_filter_block2d_second_pass_8()
1524 vector2b = sub_pel_filterss[yoffset][2]; in vp8_filter_block2d_second_pass_8()
1525 vector3b = sub_pel_filterss[yoffset][1]; in vp8_filter_block2d_second_pass_8()
[all …]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/neon/
Dbilinearpredict_neon.c28 int yoffset, in vp8_bilinear_predict4x4_neon() argument
94 if (yoffset == 0) { // skip_2ndpass_filter in vp8_bilinear_predict4x4_neon()
103 d0u8 = vdup_n_u8(bifilter4_coeff[yoffset][0]); in vp8_bilinear_predict4x4_neon()
104 d1u8 = vdup_n_u8(bifilter4_coeff[yoffset][1]); in vp8_bilinear_predict4x4_neon()
133 int yoffset, in vp8_bilinear_predict8x4_neon() argument
184 if (yoffset == 0) { // skip_2ndpass_filter in vp8_bilinear_predict8x4_neon()
190 d0u8 = vdup_n_u8(bifilter4_coeff[yoffset][0]); in vp8_bilinear_predict8x4_neon()
191 d1u8 = vdup_n_u8(bifilter4_coeff[yoffset][1]); in vp8_bilinear_predict8x4_neon()
220 int yoffset, in vp8_bilinear_predict8x8_neon() argument
301 if (yoffset == 0) { // skip_2ndpass_filter in vp8_bilinear_predict8x8_neon()
[all …]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/x86/
Dvp8_rtcd.h391 …_c(const unsigned char *src_ptr, int source_stride, int xoffset, int yoffset, const unsigned c…
392 …mx(const unsigned char *src_ptr, int source_stride, int xoffset, int yoffset, const unsigned c…
393 …mt(const unsigned char *src_ptr, int source_stride, int xoffset, int yoffset, const unsigned c…
394 …6)(const unsigned char *src_ptr, int source_stride, int xoffset, int yoffset, const unsigned c…
396 …_c(const unsigned char *src_ptr, int source_stride, int xoffset, int yoffset, const unsigned c…
397 …mx(const unsigned char *src_ptr, int source_stride, int xoffset, int yoffset, const unsigned c…
398 …mt(const unsigned char *src_ptr, int source_stride, int xoffset, int yoffset, const unsigned c…
399 …e3(const unsigned char *src_ptr, int source_stride, int xoffset, int yoffset, const unsigned c…
400 …6)(const unsigned char *src_ptr, int source_stride, int xoffset, int yoffset, const unsigned c…
402 …_c(const unsigned char *src_ptr, int source_stride, int xoffset, int yoffset, const unsigned c…
[all …]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a/
Dvp8_rtcd.h162 …_c(const unsigned char *src_ptr, int source_stride, int xoffset, int yoffset, const unsigned c…
165 …_c(const unsigned char *src_ptr, int source_stride, int xoffset, int yoffset, const unsigned c…
166 …v6(const unsigned char *src_ptr, int source_stride, int xoffset, int yoffset, const unsigned c…
169 …_c(const unsigned char *src_ptr, int source_stride, int xoffset, int yoffset, const unsigned c…
172 …_c(const unsigned char *src_ptr, int source_stride, int xoffset, int yoffset, const unsigned c…
175 …_c(const unsigned char *src_ptr, int source_stride, int xoffset, int yoffset, const unsigned c…
176 …v6(const unsigned char *src_ptr, int source_stride, int xoffset, int yoffset, const unsigned c…
255 …_c(const unsigned char *src_ptr, int source_stride, int xoffset, int yoffset, const unsigned c…
/hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a-neon/
Dvp8_rtcd.h192 …_c(const unsigned char *src_ptr, int source_stride, int xoffset, int yoffset, const unsigned c…
195 …_c(const unsigned char *src_ptr, int source_stride, int xoffset, int yoffset, const unsigned c…
196 …v6(const unsigned char *src_ptr, int source_stride, int xoffset, int yoffset, const unsigned c…
197 …on(const unsigned char *src_ptr, int source_stride, int xoffset, int yoffset, const unsigned c…
200 …_c(const unsigned char *src_ptr, int source_stride, int xoffset, int yoffset, const unsigned c…
203 …_c(const unsigned char *src_ptr, int source_stride, int xoffset, int yoffset, const unsigned c…
206 …_c(const unsigned char *src_ptr, int source_stride, int xoffset, int yoffset, const unsigned c…
207 …v6(const unsigned char *src_ptr, int source_stride, int xoffset, int yoffset, const unsigned c…
208 …on(const unsigned char *src_ptr, int source_stride, int xoffset, int yoffset, const unsigned c…
295 …_c(const unsigned char *src_ptr, int source_stride, int xoffset, int yoffset, const unsigned c…
/hardware/intel/common/omx-components/videocodec/libvpx_internal/generic/
Dvp8_rtcd.h133 …_c(const unsigned char *src_ptr, int source_stride, int xoffset, int yoffset, const unsigned c…
136 …_c(const unsigned char *src_ptr, int source_stride, int xoffset, int yoffset, const unsigned c…
139 …_c(const unsigned char *src_ptr, int source_stride, int xoffset, int yoffset, const unsigned c…
142 …_c(const unsigned char *src_ptr, int source_stride, int xoffset, int yoffset, const unsigned c…
145 …_c(const unsigned char *src_ptr, int source_stride, int xoffset, int yoffset, const unsigned c…
220 …_c(const unsigned char *src_ptr, int source_stride, int xoffset, int yoffset, const unsigned c…
/hardware/intel/common/omx-components/videocodec/libvpx_internal/mips/
Dvp8_rtcd.h133 …_c(const unsigned char *src_ptr, int source_stride, int xoffset, int yoffset, const unsigned c…
136 …_c(const unsigned char *src_ptr, int source_stride, int xoffset, int yoffset, const unsigned c…
139 …_c(const unsigned char *src_ptr, int source_stride, int xoffset, int yoffset, const unsigned c…
142 …_c(const unsigned char *src_ptr, int source_stride, int xoffset, int yoffset, const unsigned c…
145 …_c(const unsigned char *src_ptr, int source_stride, int xoffset, int yoffset, const unsigned c…
220 …_c(const unsigned char *src_ptr, int source_stride, int xoffset, int yoffset, const unsigned c…
/hardware/intel/common/omx-components/videocodec/libvpx_internal/mips-dspr2/
Dvp8_rtcd.h151 …_c(const unsigned char *src_ptr, int source_stride, int xoffset, int yoffset, const unsigned c…
154 …_c(const unsigned char *src_ptr, int source_stride, int xoffset, int yoffset, const unsigned c…
157 …_c(const unsigned char *src_ptr, int source_stride, int xoffset, int yoffset, const unsigned c…
160 …_c(const unsigned char *src_ptr, int source_stride, int xoffset, int yoffset, const unsigned c…
163 …_c(const unsigned char *src_ptr, int source_stride, int xoffset, int yoffset, const unsigned c…
238 …_c(const unsigned char *src_ptr, int source_stride, int xoffset, int yoffset, const unsigned c…
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Dpicklpf.c32 int yoffset; in vp8_yv12_copy_partial_frame_c() local
48 yoffset = ystride * (((yheight >> 5) * 16) - 4); in vp8_yv12_copy_partial_frame_c()
49 src_y = src_ybc->y_buffer + yoffset; in vp8_yv12_copy_partial_frame_c()
50 dst_y = dst_ybc->y_buffer + yoffset; in vp8_yv12_copy_partial_frame_c()
/hardware/samsung_slsi/exynos5/include/
Ds3c_lcd.h50 unsigned int yoffset; /* resolution */ member

123