Home
last modified time | relevance | path

Searched refs:y_step_q4 (Results 1 – 25 of 82) sorted by relevance

1234

/external/libvpx/libvpx/vpx_dsp/
Dvpx_convolve.c70 int y_step_q4, int w, int h) { in convolve_vert() argument
83 y_q4 += y_step_q4; in convolve_vert()
93 int y_step_q4, int w, int h) { in convolve_avg_vert() argument
109 y_q4 += y_step_q4; in convolve_avg_vert()
119 int y0_q4, int y_step_q4, int w, int h) { in vpx_convolve8_horiz_c() argument
121 (void)y_step_q4; in vpx_convolve8_horiz_c()
129 int x_step_q4, int y0_q4, int y_step_q4, int w, in vpx_convolve8_avg_horiz_c() argument
132 (void)y_step_q4; in vpx_convolve8_avg_horiz_c()
140 int y0_q4, int y_step_q4, int w, int h) { in vpx_convolve8_vert_c() argument
143 convolve_vert(src, src_stride, dst, dst_stride, filter, y0_q4, y_step_q4, w, in vpx_convolve8_vert_c()
[all …]
Dvpx_convolve.h23 int x_step_q4, int y0_q4, int y_step_q4, int w,
30 int x_step_q4, int y0_q4, int y_step_q4,
/external/libvpx/libvpx/vpx_dsp/arm/
Dvpx_convolve_neon.c19 int x0_q4, int x_step_q4, int y0_q4, int y_step_q4, in vpx_convolve8_neon() argument
30 assert(y_step_q4 == 16); in vpx_convolve8_neon()
38 x0_q4, x_step_q4, y0_q4, y_step_q4, w, in vpx_convolve8_neon()
43 x_step_q4, y0_q4, y_step_q4, w, h); in vpx_convolve8_neon()
49 int x_step_q4, int y0_q4, int y_step_q4, int w, in vpx_convolve8_avg_neon() argument
54 assert(y_step_q4 == 16); in vpx_convolve8_avg_neon()
61 x0_q4, x_step_q4, y0_q4, y_step_q4, w, in vpx_convolve8_avg_neon()
64 x_step_q4, y0_q4, y_step_q4, w, h); in vpx_convolve8_avg_neon()
Dhighbd_vpx_convolve_neon.c19 int x_step_q4, int y0_q4, int y_step_q4, int w, in vpx_highbd_convolve8_neon() argument
24 (((h - 1) * y_step_q4 + y0_q4) >> SUBPEL_BITS) + SUBPEL_TAPS; in vpx_highbd_convolve8_neon()
31 filter, x0_q4, x_step_q4, y0_q4, y_step_q4, w, in vpx_highbd_convolve8_neon()
36 x0_q4, x_step_q4, y0_q4, y_step_q4, w, h, bd); in vpx_highbd_convolve8_neon()
42 int x_step_q4, int y0_q4, int y_step_q4, in vpx_highbd_convolve8_avg_neon() argument
47 (((h - 1) * y_step_q4 + y0_q4) >> SUBPEL_BITS) + SUBPEL_TAPS; in vpx_highbd_convolve8_avg_neon()
53 filter, x0_q4, x_step_q4, y0_q4, y_step_q4, w, in vpx_highbd_convolve8_avg_neon()
56 x0_q4, x_step_q4, y0_q4, y_step_q4, w, h, in vpx_highbd_convolve8_avg_neon()
Dvpx_scaled_convolve8_neon.c159 const int y0_q4, const int y_step_q4, const int w, const int h) { in scaledconvolve_vert_w4() argument
195 y_q4 += y_step_q4; in scaledconvolve_vert_w4()
202 const int y0_q4, const int y_step_q4, const int w, const int h) { in scaledconvolve_vert_w8() argument
221 y_q4 += y_step_q4; in scaledconvolve_vert_w8()
228 const int y0_q4, const int y_step_q4, const int w, const int h) { in scaledconvolve_vert_w16() argument
271 y_q4 += y_step_q4; in scaledconvolve_vert_w16()
277 int x0_q4, int x_step_q4, int y0_q4, int y_step_q4, in vpx_scaled_2d_neon() argument
297 (((h - 1) * y_step_q4 + y0_q4) >> SUBPEL_BITS) + SUBPEL_TAPS; in vpx_scaled_2d_neon()
301 assert(y_step_q4 <= 32 || (y_step_q4 <= 64 && h <= 32)); in vpx_scaled_2d_neon()
316 dst_stride, filter, y0_q4, y_step_q4, w, h); in vpx_scaled_2d_neon()
[all …]
Dvpx_convolve8_neon_asm.c26 int x_step_q4, int y0_q4, int y_step_q4, int w, int h) { \
30 y_step_q4, w, h); \
34 y_step_q4, w, h); \
Dvpx_convolve_copy_neon.c19 int x_step_q4, int y0_q4, int y_step_q4, int w, in vpx_convolve_copy_neon() argument
25 (void)y_step_q4; in vpx_convolve_copy_neon()
/external/libvpx/libvpx/vpx_dsp/x86/
Dconvolve.h33 int x_step_q4, int y0_q4, int y_step_q4, int w, int h) { \
38 (void)y_step_q4; \
99 int x_step_q4, int y0_q4, int y_step_q4, int w, int h) { \
108 assert(y_step_q4 == 16); \
112 filter, x0_q4, x_step_q4, y0_q4, y_step_q4, w, \
116 y_step_q4, w, h); \
122 filter, x0_q4, x_step_q4, y0_q4, y_step_q4, w, h + num_taps - 1); \
125 x_step_q4, y0_q4, y_step_q4, w, h); \
129 x_step_q4, y0_q4, y_step_q4, w, h + 1); \
131 x0_q4, x_step_q4, y0_q4, y_step_q4, w, \
[all …]
Dvpx_subpixel_8t_intrin_ssse3.c735 FUN_CONV_1D(vert, y0_q4, y_step_q4, v, src - src_stride * (num_taps / 2 - 1), ,
738 FUN_CONV_1D(avg_vert, y0_q4, y_step_q4, v,
920 const int y0_q4, const int y_step_q4, const int w, const int h) { in scaledconvolve_vert_w4() argument
935 y_q4 += y_step_q4; in scaledconvolve_vert_w4()
953 const int y0_q4, const int y_step_q4, const int w, const int h) { in scaledconvolve_vert_w8() argument
966 y_q4 += y_step_q4; in scaledconvolve_vert_w8()
1007 const int y0_q4, const int y_step_q4, const int w, const int h) { in scaledconvolve_vert_w16() argument
1021 y_q4 += y_step_q4; in scaledconvolve_vert_w16()
1027 int x0_q4, int x_step_q4, int y0_q4, int y_step_q4, in vpx_scaled_2d_ssse3() argument
1047 (((h - 1) * y_step_q4 + y0_q4) >> SUBPEL_BITS) + SUBPEL_TAPS; in vpx_scaled_2d_ssse3()
[all …]
/external/libvpx/libvpx/vpx_dsp/ppc/
Dvpx_convolve_vsx.c62 int y0_q4, int32_t y_step_q4, int32_t w, int32_t h) { in vpx_convolve_copy_vsx() argument
67 (void)y_step_q4; in vpx_convolve_copy_vsx()
144 int y0_q4, int32_t y_step_q4, int32_t w, int32_t h) { in vpx_convolve_avg_vsx() argument
160 x_step_q4, y0_q4, y_step_q4, w, h); in vpx_convolve_avg_vsx()
269 int y0_q4, int y_step_q4, int w, in convolve_vert() argument
280 y_q4 += y_step_q4; in convolve_vert()
290 int y_step_q4, int w, int h) { in convolve_avg_vert() argument
301 y_q4 += y_step_q4; in convolve_avg_vert()
312 int y_step_q4, int w, int h) { in convolve() argument
327 (((h - 1) * y_step_q4 + y0_q4) >> SUBPEL_BITS) + SUBPEL_TAPS; in convolve()
[all …]
/external/libvpx/libvpx/vpx_dsp/mips/
Dvpx_convolve8_mmi.c167 int y_step_q4, int32_t w, int32_t h) { in convolve_vert_mmi() argument
178 (void)y_step_q4; in convolve_vert_mmi()
343 int y_step_q4, int32_t w, int32_t h) { in convolve_avg_vert_mmi() argument
354 (void)y_step_q4; in convolve_avg_vert_mmi()
447 int y0_q4, int y_step_q4, int w, int h) { in vpx_convolve_avg_mmi() argument
454 (void)y_step_q4; in vpx_convolve_avg_mmi()
532 int y_step_q4, int w, int h) { in convolve_vert() argument
545 y_q4 += y_step_q4; in convolve_vert()
555 int y_step_q4, int w, int h) { in convolve_avg_vert() argument
571 y_q4 += y_step_q4; in convolve_avg_vert()
[all …]
Dconvolve8_avg_dspr2.c339 int32_t x_step_q4, int y0_q4, int y_step_q4, in vpx_convolve8_avg_vert_dspr2() argument
342 assert(y_step_q4 == 16); in vpx_convolve8_avg_vert_dspr2()
347 x0_q4, x_step_q4, y0_q4, y_step_q4, w, h); in vpx_convolve8_avg_vert_dspr2()
373 x0_q4, x_step_q4, y0_q4, y_step_q4, w, h); in vpx_convolve8_avg_vert_dspr2()
382 int32_t x_step_q4, int y0_q4, int y_step_q4, int w, in vpx_convolve8_avg_dspr2() argument
386 int32_t intermediate_height = ((h * y_step_q4) >> 4) + 7; in vpx_convolve8_avg_dspr2()
391 assert(y_step_q4 == 16); in vpx_convolve8_avg_dspr2()
396 x0_q4, x_step_q4, y0_q4, y_step_q4, w, in vpx_convolve8_avg_dspr2()
400 x_step_q4, y0_q4, y_step_q4, w, h); in vpx_convolve8_avg_dspr2()
406 int32_t x_step_q4, int y0_q4, int y_step_q4, int w, in vpx_convolve_avg_dspr2() argument
[all …]
Dconvolve_common_dspr2.h28 int32_t x_step_q4, int y0_q4, int y_step_q4,
34 int32_t x_step_q4, int y0_q4, int y_step_q4,
40 int32_t x_step_q4, int y0_q4, int y_step_q4,
50 int32_t x_step_q4, int y0_q4, int y_step_q4,
Dconvolve8_vert_dspr2.c322 int x_step_q4, int y0_q4, int y_step_q4, int w, in vpx_convolve8_vert_dspr2() argument
325 assert(y_step_q4 == 16); in vpx_convolve8_vert_dspr2()
330 x_step_q4, y0_q4, y_step_q4, w, h); in vpx_convolve8_vert_dspr2()
354 x_step_q4, y0_q4, y_step_q4, w, h); in vpx_convolve8_vert_dspr2()
Dconvolve2_vert_dspr2.c205 int32_t x_step_q4, int y0_q4, int y_step_q4, in vpx_convolve2_vert_dspr2() argument
210 assert(y_step_q4 == 16); in vpx_convolve2_vert_dspr2()
233 x_step_q4, y0_q4, y_step_q4, w, h); in vpx_convolve2_vert_dspr2()
Dconvolve2_avg_dspr2.c223 int32_t x_step_q4, int y0_q4, int y_step_q4, in vpx_convolve2_avg_vert_dspr2() argument
228 assert(y_step_q4 == 16); in vpx_convolve2_avg_vert_dspr2()
252 x_step_q4, y0_q4, y_step_q4, w, h); in vpx_convolve2_avg_vert_dspr2()
/external/libaom/libaom/aom_dsp/
Daom_convolve.c58 int y_step_q4, int w, int h) { in convolve_vert() argument
68 y_q4 += y_step_q4; in convolve_vert()
87 const int16_t *filter_y, int y_step_q4, int w, in aom_convolve8_horiz_c() argument
93 (void)y_step_q4; in aom_convolve8_horiz_c()
102 const int16_t *filter_y, int y_step_q4, int w, in aom_convolve8_vert_c() argument
110 convolve_vert(src, src_stride, dst, dst_stride, filters_y, y0_q4, y_step_q4, in aom_convolve8_vert_c()
172 int y_step_q4, int w, int h, int bd) { in highbd_convolve_vert() argument
184 y_q4 += y_step_q4; in highbd_convolve_vert()
194 const int16_t *filter_y, int y_step_q4, int w, in aom_highbd_convolve8_horiz_c() argument
199 (void)y_step_q4; in aom_highbd_convolve8_horiz_c()
[all …]
/external/libvpx/libvpx/vp9/common/
Dvp9_scale.c62 sf->y_step_q4 = scaled_y(16, sf);
80 if (sf->y_step_q4 == 16) {
98 if (sf->y_step_q4 == 16) {
119 if ((sf->x_step_q4 != 16) || (sf->y_step_q4 != 16)) {
130 if (sf->y_step_q4 == 16) {
148 if (sf->y_step_q4 == 16) {
/external/libaom/libaom/aom_dsp/x86/
Dconvolve.h29 const int16_t *filter_y, int y_step_q4, int w, int h) { \
33 (void)y_step_q4; \
106 x_step_q4, filter_y, y_step_q4, w, h); \
122 const int16_t *filter_y, int y_step_q4, int w, int h, int bd) { \
198 dst_stride, filter_x, x_step_q4, filter_y, y_step_q4, w, h, bd); \
Daom_asm_stubs.c50 FUN_CONV_1D(vert, y_step_q4, filter_y, v, src - src_stride * 3, , sse2);
93 HIGH_FUN_CONV_1D(vert, y_step_q4, filter_y, v, src - src_stride * 3, , sse2);
/external/libaom/libaom/aom_dsp/mips/
Dconvolve8_vert_dspr2.c324 const int16_t *filter_y, int y_step_q4, int w, in aom_convolve8_vert_dspr2() argument
326 assert(y_step_q4 == 16); in aom_convolve8_vert_dspr2()
331 x_step_q4, filter_y, y_step_q4, w, h); in aom_convolve8_vert_dspr2()
355 x_step_q4, filter_y, y_step_q4, w, h); in aom_convolve8_vert_dspr2()
Dconvolve_common_dspr2.h30 const int16_t *filter_y, int y_step_q4, int w,
40 const int16_t *filter_y, int y_step_q4, int w,
Dconvolve2_vert_dspr2.c206 const int16_t *filter_y, int y_step_q4, int w, in aom_convolve2_vert_dspr2() argument
210 assert(y_step_q4 == 16); in aom_convolve2_vert_dspr2()
233 x_step_q4, filter_y, y_step_q4, w, h); in aom_convolve2_vert_dspr2()
/external/libaom/config/x86_64/config/
Dav1_rtcd.h171 …e, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h, i…
172 …e, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h, i…
175 …e, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h, i…
176 …e, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h, i…
179 …e, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h, i…
180 …e, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h, i…
194 …e, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h, i…
197 …e, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h, i…
262 …e, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h, c…
263 …e, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h, c…
[all …]
/external/libaom/libaom/test/
Dhiprec_convolve_test_util.h36 const int16_t *filter_y, int y_step_q4,
67 const int16_t *filter_y, int y_step_q4, int w, int h,

1234