Home
last modified time | relevance | path

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

12

/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()
120 int y_step_q4, int w, int h) { in convolve() argument
135 (((h - 1) * y_step_q4 + y0_q4) >> SUBPEL_BITS) + SUBPEL_TAPS; in convolve()
139 assert(y_step_q4 <= 32); in convolve()
145 y_filters, y0_q4, y_step_q4, w, h); in convolve()
151 const int16_t *filter_y, int y_step_q4, int w, in vpx_convolve8_horiz_c() argument
157 (void)y_step_q4; in vpx_convolve8_horiz_c()
[all …]
Dvpx_convolve.h23 const int16_t *filter_y, int y_step_q4, int w,
30 const int16_t *filter_y, int y_step_q4,
/external/libvpx/libvpx/vpx_dsp/x86/
Dconvolve.h27 const int16_t *filter_y, int y_step_q4, int w, int h) { \
31 (void)y_step_q4; \
71 const int16_t *filter_y, int y_step_q4, int w, int h) { \
77 assert(y_step_q4 == 16); \
81 filter_x, x_step_q4, filter_y, y_step_q4, w, \
85 y_step_q4, w, h); \
89 x_step_q4, filter_y, y_step_q4, w, h + 1); \
91 x_step_q4, filter_y, y_step_q4, w, h); \
108 const int16_t *filter_y, int y_step_q4, int w, int h, int bd) { \
159 y_step_q4, w, h, bd); \
[all …]
Dvpx_asm_stubs.c63 FUN_CONV_1D(vert, y_step_q4, filter_y, v, src - src_stride * 3, , sse2);
65 FUN_CONV_1D(avg_vert, y_step_q4, filter_y, v, src - src_stride * 3, avg_, sse2);
144 HIGH_FUN_CONV_1D(vert, y_step_q4, filter_y, v, src - src_stride * 3, , sse2);
146 HIGH_FUN_CONV_1D(avg_vert, y_step_q4, filter_y, v, src - src_stride * 3, avg_,
Dvpx_subpixel_8t_intrin_ssse3.c328 FUN_CONV_1D(vert, y_step_q4, filter_y, v, src - src_stride * 3, , ssse3);
330 FUN_CONV_1D(avg_vert, y_step_q4, filter_y, v, src - src_stride * 3, avg_,
643 int y_step_q4, int w, int h) { in scaledconvolve_vert_w4() argument
658 y_q4 += y_step_q4; in scaledconvolve_vert_w4()
705 int y_step_q4, int w, int h) { in scaledconvolve_vert_w8() argument
718 y_q4 += y_step_q4; in scaledconvolve_vert_w8()
796 int y_step_q4, int w, int h) { in scaledconvolve_vert_w16() argument
810 y_q4 += y_step_q4; in scaledconvolve_vert_w16()
818 int y0_q4, int y_step_q4, int w, int h) { in scaledconvolve2d() argument
834 (((h - 1) * y_step_q4 + y0_q4) >> SUBPEL_BITS) + SUBPEL_TAPS; in scaledconvolve2d()
[all …]
/external/libvpx/libvpx/vpx_dsp/arm/
Dvpx_convolve_neon.c19 int x_step_q4, const int16_t *filter_y, int y_step_q4, in vpx_convolve8_neon() argument
29 assert(y_step_q4 == 16); in vpx_convolve8_neon()
37 x_step_q4, filter_y, y_step_q4, w, in vpx_convolve8_neon()
42 filter_y, y_step_q4, w, h); in vpx_convolve8_neon()
48 const int16_t *filter_y, int y_step_q4, int w, in vpx_convolve8_avg_neon() argument
53 assert(y_step_q4 == 16); in vpx_convolve8_avg_neon()
60 x_step_q4, filter_y, y_step_q4, w, in vpx_convolve8_avg_neon()
63 x_step_q4, filter_y, y_step_q4, w, h); in vpx_convolve8_avg_neon()
Dhighbd_vpx_convolve_neon.c19 const int16_t *filter_y, int y_step_q4, int w, in vpx_highbd_convolve8_neon() argument
25 (((h - 1) * y_step_q4 + y0_q4) >> SUBPEL_BITS) + SUBPEL_TAPS; in vpx_highbd_convolve8_neon()
32 filter_x, x_step_q4, filter_y, y_step_q4, w, in vpx_highbd_convolve8_neon()
37 x_step_q4, filter_y, y_step_q4, w, h, bd); in vpx_highbd_convolve8_neon()
43 const int16_t *filter_y, int y_step_q4, in vpx_highbd_convolve8_avg_neon() argument
49 (((h - 1) * y_step_q4 + y0_q4) >> SUBPEL_BITS) + SUBPEL_TAPS; in vpx_highbd_convolve8_avg_neon()
55 filter_x, x_step_q4, filter_y, y_step_q4, w, in vpx_highbd_convolve8_avg_neon()
58 x_step_q4, filter_y, y_step_q4, w, h, bd); in vpx_highbd_convolve8_avg_neon()
/external/libvpx/libvpx/vpx_dsp/ppc/
Dvpx_convolve_vsx.c262 int y_step_q4, int w, int h) { in convolve_vert() argument
272 y_q4 += y_step_q4; in convolve_vert()
282 int y_step_q4, int w, int h) { in convolve_avg_vert() argument
293 y_q4 += y_step_q4; in convolve_avg_vert()
304 int y0_q4, int y_step_q4, int w, int h) { in convolve() argument
319 (((h - 1) * y_step_q4 + y0_q4) >> SUBPEL_BITS) + SUBPEL_TAPS; in convolve()
323 assert(y_step_q4 <= 32); in convolve()
329 y_filters, y0_q4, y_step_q4, w, h); in convolve()
335 const int16_t *filter_y, int y_step_q4, int w, in vpx_convolve8_horiz_vsx() argument
341 (void)y_step_q4; in vpx_convolve8_horiz_vsx()
[all …]
/external/libvpx/libvpx/vpx_dsp/mips/
Dconvolve_common_dspr2.h28 const int16_t *filter_y, int y_step_q4, int w,
34 const int16_t *filter_y, int y_step_q4,
40 const int16_t *filter_y, int y_step_q4, int w,
50 const int16_t *filter_y, int y_step_q4, int w,
Dconvolve8_avg_dspr2.c338 const int16_t *filter_y, int y_step_q4, int w, in vpx_convolve8_avg_vert_dspr2() argument
340 assert(y_step_q4 == 16); in vpx_convolve8_avg_vert_dspr2()
345 x_step_q4, filter_y, y_step_q4, w, h); in vpx_convolve8_avg_vert_dspr2()
371 x_step_q4, filter_y, y_step_q4, w, h); in vpx_convolve8_avg_vert_dspr2()
380 const int16_t *filter_y, int y_step_q4, int w, in vpx_convolve8_avg_dspr2() argument
384 int32_t intermediate_height = ((h * y_step_q4) >> 4) + 7; in vpx_convolve8_avg_dspr2()
389 assert(y_step_q4 == 16); in vpx_convolve8_avg_dspr2()
394 x_step_q4, filter_y, y_step_q4, w, intermediate_height); in vpx_convolve8_avg_dspr2()
397 x_step_q4, filter_y, y_step_q4, w, h); in vpx_convolve8_avg_dspr2()
Dconvolve8_vert_dspr2.c322 const int16_t *filter_y, int y_step_q4, int w, in vpx_convolve8_vert_dspr2() argument
324 assert(y_step_q4 == 16); in vpx_convolve8_vert_dspr2()
329 x_step_q4, filter_y, y_step_q4, w, h); in vpx_convolve8_vert_dspr2()
353 x_step_q4, filter_y, y_step_q4, w, h); in vpx_convolve8_vert_dspr2()
Dconvolve2_vert_dspr2.c205 const int16_t *filter_y, int y_step_q4, int w, in vpx_convolve2_vert_dspr2() argument
209 assert(y_step_q4 == 16); in vpx_convolve2_vert_dspr2()
232 x_step_q4, filter_y, y_step_q4, w, h); in vpx_convolve2_vert_dspr2()
Dconvolve2_avg_dspr2.c223 const int16_t *filter_y, int y_step_q4, int w, in vpx_convolve2_avg_vert_dspr2() argument
227 assert(y_step_q4 == 16); in vpx_convolve2_avg_vert_dspr2()
251 x_step_q4, filter_y, y_step_q4, w, h); in vpx_convolve2_avg_vert_dspr2()
/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/libvpx/config/mips32-dspr2/
Dvpx_dsp_rtcd.h31 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h);
32 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h);
35 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h);
36 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h);
39 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h);
40 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h);
43 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h);
44 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h);
47 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h);
48 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h);
[all …]
/external/libvpx/config/x86_64/
Dvpx_dsp_rtcd.h34 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h);
35 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h);
36 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h);
39 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h);
40 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h);
41 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h);
44 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h);
45 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h);
46 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h);
49 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h);
[all …]
/external/libvpx/config/x86/
Dvpx_dsp_rtcd.h34 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h);
35 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h);
36 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h);
39 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h);
40 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h);
41 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h);
44 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h);
45 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h);
46 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h);
49 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h);
[all …]
/external/libvpx/config/arm-neon/
Dvpx_dsp_rtcd.h33 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h);
34 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h);
37 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h);
38 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h);
41 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h);
42 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h);
45 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h);
46 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h);
49 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h);
50 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h);
[all …]
/external/libvpx/config/arm64/
Dvpx_dsp_rtcd.h33 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h);
34 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h);
37 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h);
38 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h);
41 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h);
42 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h);
45 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h);
46 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h);
49 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h);
50 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h);
[all …]
/external/libvpx/config/mips64-msa/
Dvpx_dsp_rtcd.h33 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h);
34 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h);
37 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h);
38 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h);
41 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h);
42 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h);
45 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h);
46 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h);
49 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h);
50 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h);
[all …]
/external/libvpx/config/mips32-msa/
Dvpx_dsp_rtcd.h33 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h);
34 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h);
37 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h);
38 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h);
41 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h);
42 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h);
45 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h);
46 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h);
49 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h);
50 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h);
[all …]
/external/libvpx/config/mips64/
Dvpx_dsp_rtcd.h31 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h);
34 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h);
37 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h);
40 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h);
43 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h);
46 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h);
49 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h);
52 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h);
517 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h);
520 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h);
[all …]
/external/libvpx/config/arm/
Dvpx_dsp_rtcd.h31 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h);
34 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h);
37 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h);
40 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h);
43 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h);
46 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h);
49 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h);
52 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h);
517 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h);
520 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h);
[all …]
/external/libvpx/config/generic/
Dvpx_dsp_rtcd.h31 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h);
34 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h);
37 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h);
40 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h);
43 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h);
46 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h);
49 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h);
52 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h);
517 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h);
520 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h);
[all …]
/external/libvpx/config/mips32/
Dvpx_dsp_rtcd.h31 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h);
34 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h);
37 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h);
40 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h);
43 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h);
46 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h);
49 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h);
52 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h);
517 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h);
520 …ide, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h);
[all …]

12