Home
last modified time | relevance | path

Searched refs:x_step_q4 (Results 1 – 25 of 85) sorted by relevance

1234

/external/libvpx/libvpx/vpx_dsp/
Dvpx_convolve.c25 int x_step_q4, int w, int h) { in convolve_horiz() argument
37 x_q4 += x_step_q4; in convolve_horiz()
47 int x_step_q4, int w, int h) { in convolve_avg_horiz() argument
60 x_q4 += x_step_q4; in convolve_avg_horiz()
118 const InterpKernel *filter, int x0_q4, int x_step_q4, in vpx_convolve8_horiz_c() argument
122 convolve_horiz(src, src_stride, dst, dst_stride, filter, x0_q4, x_step_q4, w, 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
133 convolve_avg_horiz(src, src_stride, dst, dst_stride, filter, x0_q4, x_step_q4, in vpx_convolve8_avg_horiz_c()
139 const InterpKernel *filter, int x0_q4, int x_step_q4, in vpx_convolve8_vert_c() argument
142 (void)x_step_q4; 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
31 assert(x_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
55 assert(x_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
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
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_convolve8_neon_asm.c26 int x_step_q4, int y0_q4, int y_step_q4, int w, int h) { \
29 src, src_stride, dst, dst_stride, filter, x0_q4, x_step_q4, y0_q4, \
33 src, src_stride, dst, dst_stride, filter, x0_q4, x_step_q4, y0_q4, \
Dvpx_scaled_convolve8_neon.c25 const int x0_q4, const int x_step_q4, const int w, const int h) { in scaledconvolve_horiz_w4() argument
73 x_q4 += x_step_q4; in scaledconvolve_horiz_w4()
100 const int x0_q4, const int x_step_q4, const int w, const int h) { in scaledconvolve_horiz_w8() argument
133 x_q4 += x_step_q4; in scaledconvolve_horiz_w8()
277 int x0_q4, int x_step_q4, int y0_q4, int y_step_q4, in vpx_scaled_2d_neon() argument
302 assert(x_step_q4 <= 64); in vpx_scaled_2d_neon()
306 src_stride, temp, 64, filter, x0_q4, x_step_q4, w, in vpx_scaled_2d_neon()
310 src_stride, temp, 64, filter, x0_q4, x_step_q4, w, in vpx_scaled_2d_neon()
Dvpx_convolve_copy_neon.c19 int x_step_q4, int y0_q4, int y_step_q4, int w, in vpx_convolve_copy_neon() argument
23 (void)x_step_q4; in vpx_convolve_copy_neon()
/external/libvpx/libvpx/vpx_dsp/x86/
Dconvolve.h27 int x_step_q4, int y0_q4, int y_step_q4, int w, int h) { \
30 (void)x_step_q4; \
87 int x_step_q4, int y0_q4, int y_step_q4, int w, int h) { \
95 assert(x_step_q4 == 16); \
100 filter, x0_q4, x_step_q4, y0_q4, y_step_q4, w, \
103 filter, x0_q4, x_step_q4, y0_q4, \
108 x_step_q4, y0_q4, y_step_q4, w, h + 1); \
110 x0_q4, x_step_q4, y0_q4, y_step_q4, w, \
128 int x_step_q4, int y0_q4, int y_step_q4, int w, int h, int bd) { \
201 filter, x0_q4, x_step_q4, y0_q4, \
[all …]
/external/libvpx/libvpx/vpx_dsp/ppc/
Dvpx_convolve_vsx.c61 const InterpKernel *filter, int x0_q4, int x_step_q4, in vpx_convolve_copy_vsx() argument
65 (void)x_step_q4; in vpx_convolve_copy_vsx()
143 const InterpKernel *filter, int x0_q4, int x_step_q4, in vpx_convolve_avg_vsx() argument
160 x_step_q4, y0_q4, y_step_q4, w, h); in vpx_convolve_avg_vsx()
191 int x0_q4, int x_step_q4, int w, in convolve_horiz() argument
201 x_q4 += x_step_q4; in convolve_horiz()
211 int x_step_q4, int w, int h) { in convolve_avg_horiz() argument
222 x_q4 += x_step_q4; in convolve_avg_horiz()
311 int x0_q4, int x_step_q4, int y0_q4, in convolve() argument
332 assert(x_step_q4 <= 32); in convolve()
[all …]
/external/libvpx/libvpx/vpx_dsp/mips/
Dvpx_convolve8_mmi.c93 int x_step_q4, int32_t w, int32_t h) { in convolve_horiz_mmi() argument
103 (void)x_step_q4; in convolve_horiz_mmi()
260 int x_step_q4, int32_t w, int32_t h) { in convolve_avg_horiz_mmi() argument
270 (void)x_step_q4; in convolve_avg_horiz_mmi()
446 const InterpKernel *filter, int x0_q4, int x_step_q4, in vpx_convolve_avg_mmi() argument
452 (void)x_step_q4; in vpx_convolve_avg_mmi()
510 int x_step_q4, int w, int h) { in convolve_horiz() argument
522 x_q4 += x_step_q4; in convolve_horiz()
581 int x_step_q4, int w, int h) { in convolve_avg_horiz() argument
594 x_q4 += x_step_q4; in convolve_avg_horiz()
[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_avg_dspr2.c339 int32_t x_step_q4, int y0_q4, int y_step_q4, in vpx_convolve8_avg_vert_dspr2() argument
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
390 assert(x_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
412 (void)x_step_q4; in vpx_convolve_avg_dspr2()
Dconvolve8_vert_dspr2.c322 int x_step_q4, int y0_q4, int y_step_q4, int w, in vpx_convolve8_vert_dspr2() argument
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()
Dconvolve8_horiz_dspr2.c822 int x_step_q4, int y0_q4, int y_step_q4, int w, in vpx_convolve8_horiz_dspr2() argument
825 assert(x_step_q4 == 16); in vpx_convolve8_horiz_dspr2()
830 x_step_q4, y0_q4, y_step_q4, w, h); in vpx_convolve8_horiz_dspr2()
873 x0_q4, x_step_q4, y0_q4, y_step_q4, w, h); in vpx_convolve8_horiz_dspr2()
/external/libaom/libaom/aom_dsp/
Daom_convolve.c39 int x_step_q4, int w, int h) { in convolve_horiz() argument
48 x_q4 += x_step_q4; in convolve_horiz()
87 const int16_t *filter_x, int x_step_q4, in aom_convolve8_horiz_c() argument
96 convolve_horiz(src, src_stride, dst, dst_stride, filters_x, x0_q4, x_step_q4, in aom_convolve8_horiz_c()
102 const int16_t *filter_x, int x_step_q4, in aom_convolve8_vert_c() argument
109 (void)x_step_q4; in aom_convolve8_vert_c()
151 int x_step_q4, int w, int h, int bd) { in highbd_convolve_horiz() argument
162 x_q4 += x_step_q4; in highbd_convolve_horiz()
193 const int16_t *filter_x, int x_step_q4, in aom_highbd_convolve8_horiz_c() argument
202 x_step_q4, w, h, bd); in aom_highbd_convolve8_horiz_c()
[all …]
/external/libaom/libaom/aom_dsp/x86/
Dconvolve.h28 ptrdiff_t dst_stride, const int16_t *filter_x, int x_step_q4, \
31 (void)x_step_q4; \
106 x_step_q4, filter_y, y_step_q4, w, h); \
120 ptrdiff_t dst_stride, const int16_t *filter_x, int x_step_q4, \
197 dst_stride, filter_x, x_step_q4, filter_y, y_step_q4, w, h, bd); \
Daom_asm_stubs.c49 FUN_CONV_1D(horiz, x_step_q4, filter_x, h, src, , sse2);
91 HIGH_FUN_CONV_1D(horiz, x_step_q4, filter_x, h, src, , sse2);
/external/libvpx/libvpx/vp9/common/
Dvp9_scale.c61 sf->x_step_q4 = scaled_x(16, sf);
79 if (sf->x_step_q4 == 16) {
119 if ((sf->x_step_q4 != 16) || (sf->y_step_q4 != 16)) {
129 if (sf->x_step_q4 == 16) {
/external/libaom/config/x86_64/config/
Dav1_rtcd.h126 …tride, uint8_t *dst, ptrdiff_t dst_stride, const int16_t *filter_x, int x_step_q4, const int16_t *…
127 …tride, uint8_t *dst, ptrdiff_t dst_stride, const int16_t *filter_x, int x_step_q4, const int16_t *…
130 …tride, uint8_t *dst, ptrdiff_t dst_stride, const int16_t *filter_x, int x_step_q4, const int16_t *…
131 …tride, uint8_t *dst, ptrdiff_t dst_stride, const int16_t *filter_x, int x_step_q4, const int16_t *…
134 …tride, uint8_t *dst, ptrdiff_t dst_stride, const int16_t *filter_x, int x_step_q4, const int16_t *…
135 …tride, uint8_t *dst, ptrdiff_t dst_stride, const int16_t *filter_x, int x_step_q4, const int16_t *…
149 …tride, uint8_t *dst, ptrdiff_t dst_stride, const int16_t *filter_x, int x_step_q4, const int16_t *…
152 …tride, uint8_t *dst, ptrdiff_t dst_stride, const int16_t *filter_x, int x_step_q4, const int16_t *…
217 …tride, uint8_t *dst, ptrdiff_t dst_stride, const int16_t *filter_x, int x_step_q4, const int16_t *…
218 …tride, uint8_t *dst, ptrdiff_t dst_stride, const int16_t *filter_x, int x_step_q4, const int16_t *…
[all …]
/external/libaom/libaom/aom_dsp/mips/
Dconvolve_common_dspr2.h29 const int16_t *filter_x, int x_step_q4,
39 const int16_t *filter_x, int x_step_q4,
Dconvolve8_vert_dspr2.c323 const int16_t *filter_x, int x_step_q4, in aom_convolve8_vert_dspr2() argument
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()
/external/libaom/libaom/test/
Dhiprec_convolve_test_util.h33 const int16_t *filter_x, int x_step_q4,
64 ptrdiff_t dst_stride, const int16_t *filter_x, int x_step_q4,
/external/libaom/config/x86/config/
Dav1_rtcd.h126 …tride, uint8_t *dst, ptrdiff_t dst_stride, const int16_t *filter_x, int x_step_q4, const int16_t *…
129 …tride, uint8_t *dst, ptrdiff_t dst_stride, const int16_t *filter_x, int x_step_q4, const int16_t *…
132 …tride, uint8_t *dst, ptrdiff_t dst_stride, const int16_t *filter_x, int x_step_q4, const int16_t *…
146 …tride, uint8_t *dst, ptrdiff_t dst_stride, const int16_t *filter_x, int x_step_q4, const int16_t *…
149 …tride, uint8_t *dst, ptrdiff_t dst_stride, const int16_t *filter_x, int x_step_q4, const int16_t *…
214 …tride, uint8_t *dst, ptrdiff_t dst_stride, const int16_t *filter_x, int x_step_q4, const int16_t *…
215 …tride, uint8_t *dst, ptrdiff_t dst_stride, const int16_t *filter_x, int x_step_q4, const int16_t *…
296 …tride, uint8_t *dst, ptrdiff_t dst_stride, const int16_t *filter_x, int x_step_q4, const int16_t *…
297 …tride, uint8_t *dst, ptrdiff_t dst_stride, const int16_t *filter_x, int x_step_q4, const int16_t *…
/external/libvpx/config/arm64/
Dvpx_dsp_rtcd.h36 … *dst, ptrdiff_t dst_stride, const InterpKernel *filter, int x0_q4, int x_step_q4, int y0_q4, int …
37 … *dst, ptrdiff_t dst_stride, const InterpKernel *filter, int x0_q4, int x_step_q4, int y0_q4, int …
40 … *dst, ptrdiff_t dst_stride, const InterpKernel *filter, int x0_q4, int x_step_q4, int y0_q4, int …
41 … *dst, ptrdiff_t dst_stride, const InterpKernel *filter, int x0_q4, int x_step_q4, int y0_q4, int …
44 … *dst, ptrdiff_t dst_stride, const InterpKernel *filter, int x0_q4, int x_step_q4, int y0_q4, int …
45 … *dst, ptrdiff_t dst_stride, const InterpKernel *filter, int x0_q4, int x_step_q4, int y0_q4, int …
48 … *dst, ptrdiff_t dst_stride, const InterpKernel *filter, int x0_q4, int x_step_q4, int y0_q4, int …
49 … *dst, ptrdiff_t dst_stride, const InterpKernel *filter, int x0_q4, int x_step_q4, int y0_q4, int …
52 … *dst, ptrdiff_t dst_stride, const InterpKernel *filter, int x0_q4, int x_step_q4, int y0_q4, int …
53 … *dst, ptrdiff_t dst_stride, const InterpKernel *filter, int x0_q4, int x_step_q4, int y0_q4, int …
[all …]
/external/libvpx/config/arm-neon/
Dvpx_dsp_rtcd.h36 … *dst, ptrdiff_t dst_stride, const InterpKernel *filter, int x0_q4, int x_step_q4, int y0_q4, int …
37 … *dst, ptrdiff_t dst_stride, const InterpKernel *filter, int x0_q4, int x_step_q4, int y0_q4, int …
40 … *dst, ptrdiff_t dst_stride, const InterpKernel *filter, int x0_q4, int x_step_q4, int y0_q4, int …
41 … *dst, ptrdiff_t dst_stride, const InterpKernel *filter, int x0_q4, int x_step_q4, int y0_q4, int …
44 … *dst, ptrdiff_t dst_stride, const InterpKernel *filter, int x0_q4, int x_step_q4, int y0_q4, int …
45 … *dst, ptrdiff_t dst_stride, const InterpKernel *filter, int x0_q4, int x_step_q4, int y0_q4, int …
48 … *dst, ptrdiff_t dst_stride, const InterpKernel *filter, int x0_q4, int x_step_q4, int y0_q4, int …
49 … *dst, ptrdiff_t dst_stride, const InterpKernel *filter, int x0_q4, int x_step_q4, int y0_q4, int …
52 … *dst, ptrdiff_t dst_stride, const InterpKernel *filter, int x0_q4, int x_step_q4, int y0_q4, int …
53 … *dst, ptrdiff_t dst_stride, const InterpKernel *filter, int x0_q4, int x_step_q4, int y0_q4, int …
[all …]

1234