Home
last modified time | relevance | path

Searched refs:y0_q4 (Results 1 – 25 of 54) sorted by relevance

123

/external/libvpx/libvpx/vpx_dsp/
Dvpx_convolve.c69 const InterpKernel *y_filters, int y0_q4, in convolve_vert() argument
75 int y_q4 = y0_q4; in convolve_vert()
92 const InterpKernel *y_filters, int y0_q4, in convolve_avg_vert() argument
98 int y_q4 = y0_q4; in convolve_avg_vert()
119 int y0_q4, int y_step_q4, int w, int h) { in vpx_convolve8_horiz_c() argument
120 (void)y0_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
131 (void)y0_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/
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_convolve_neon.c19 int x0_q4, int x_step_q4, int y0_q4, int y_step_q4, in vpx_convolve8_neon() argument
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
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()
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
161 int y_q4 = y0_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
204 int y_q4 = y0_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
230 int y_q4 = y0_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()
316 dst_stride, filter, y0_q4, y_step_q4, w, h); in vpx_scaled_2d_neon()
319 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) { \
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_convolve_copy_neon.c19 int x_step_q4, int y0_q4, int y_step_q4, int w, in vpx_convolve_copy_neon() argument
24 (void)y0_q4; in vpx_convolve_copy_neon()
Dhighbd_vpx_convolve_copy_neon.c19 int x_step_q4, int y0_q4, int y_step_q4, in vpx_highbd_convolve_copy_neon() argument
24 (void)y0_q4; in vpx_highbd_convolve_copy_neon()
/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
66 (void)y0_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
275 int y_q4 = y0_q4; in convolve_vert()
289 ptrdiff_t dst_stride, const InterpKernel *y_filters, int y0_q4, in convolve_avg_vert() argument
295 int y_q4 = y0_q4; in convolve_avg_vert()
311 int x0_q4, int x_step_q4, int y0_q4, in convolve() argument
327 (((h - 1) * y_step_q4 + y0_q4) >> SUBPEL_BITS) + SUBPEL_TAPS; in convolve()
[all …]
/external/libvpx/libvpx/vpx_dsp/x86/
Dconvolve.h27 int x_step_q4, int y0_q4, int y_step_q4, int w, int h) { \
31 (void)y0_q4; \
87 int x_step_q4, int y0_q4, int y_step_q4, int w, int h) { \
89 const int16_t *filter_y = filter[y0_q4]; \
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 …]
Dvpx_subpixel_8t_intrin_ssse3.c747 FUN_CONV_1D(vert, y0_q4, y_step_q4, v, src - src_stride * 3, , ssse3);
749 FUN_CONV_1D(avg_vert, y0_q4, y_step_q4, v, src - src_stride * 3, avg_, ssse3);
930 const int y0_q4, const int y_step_q4, const int w, const int h) { in scaledconvolve_vert_w4() argument
932 int y_q4 = y0_q4; in scaledconvolve_vert_w4()
963 const int y0_q4, const int y_step_q4, const int w, const int h) { in scaledconvolve_vert_w8() argument
965 int y_q4 = y0_q4; in scaledconvolve_vert_w8()
1017 const int y0_q4, const int y_step_q4, const int w, const int h) { in scaledconvolve_vert_w16() argument
1019 int y_q4 = y0_q4; in scaledconvolve_vert_w16()
1037 int x0_q4, int x_step_q4, int y0_q4, int y_step_q4, in vpx_scaled_2d_ssse3() argument
1057 (((h - 1) * y_step_q4 + y0_q4) >> SUBPEL_BITS) + SUBPEL_TAPS; in vpx_scaled_2d_ssse3()
[all …]
/external/libvpx/libvpx/vpx_dsp/mips/
Dvpx_convolve8_mmi.c166 const InterpKernel *filter, int y0_q4, in convolve_vert_mmi() argument
168 const int16_t *filter_y = filter[y0_q4]; in convolve_vert_mmi()
342 const InterpKernel *filter, int y0_q4, in convolve_avg_vert_mmi() argument
344 const int16_t *filter_y = filter[y0_q4]; in convolve_avg_vert_mmi()
447 int y0_q4, int y_step_q4, int w, int h) { in vpx_convolve_avg_mmi() argument
453 (void)y0_q4; in vpx_convolve_avg_mmi()
531 const InterpKernel *y_filters, int y0_q4, in convolve_vert() argument
537 int y_q4 = y0_q4; in convolve_vert()
554 const InterpKernel *y_filters, int y0_q4, in convolve_avg_vert() argument
560 int y_q4 = y0_q4; in convolve_avg_vert()
[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
341 const int16_t *const filter_y = filter[y0_q4]; 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
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
413 (void)y0_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
324 const int16_t *const filter_y = filter[y0_q4]; 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
207 const int16_t *const filter_y = filter[y0_q4]; 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
225 const int16_t *const filter_y = filter[y0_q4]; in vpx_convolve2_avg_vert_dspr2()
252 x_step_q4, y0_q4, y_step_q4, w, h); in vpx_convolve2_avg_vert_dspr2()
Dvpx_convolve8_msa.c545 int x0_q4, int32_t x_step_q4, int y0_q4, in vpx_convolve8_msa() argument
548 const int16_t *const filter_y = filter[y0_q4]; in vpx_convolve8_msa()
591 x_step_q4, y0_q4, y_step_q4, w, h); in vpx_convolve8_msa()
597 y0_q4, y_step_q4, w, h); in vpx_convolve8_msa()
627 x_step_q4, y0_q4, y_step_q4, w, h); in vpx_convolve8_msa()
1101 const InterpKernel *y_filters, int y0_q4, in scaledconvolve_vert_w4() argument
1104 int y_q4 = y0_q4; in scaledconvolve_vert_w4()
1125 const InterpKernel *y_filters, int y0_q4, in scaledconvolve_vert_w8() argument
1128 int y_q4 = y0_q4; in scaledconvolve_vert_w8()
1149 const InterpKernel *y_filters, int y0_q4, in scaledconvolve_vert_mul16() argument
[all …]
Dconvolve8_horiz_dspr2.c822 int x_step_q4, int y0_q4, int y_step_q4, int w, in vpx_convolve8_horiz_dspr2() argument
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.c57 const InterpKernel *y_filters, int y0_q4, in convolve_vert() argument
62 int y_q4 = y0_q4; in convolve_vert()
106 const int y0_q4 = get_filter_offset(filter_y, filters_y); in aom_convolve8_vert_c() local
111 convolve_vert(src, src_stride, dst, dst_stride, filters_y, y0_q4, y_step_q4, in aom_convolve8_vert_c()
171 const InterpKernel *y_filters, int y0_q4, in highbd_convolve_vert() argument
177 int y_q4 = y0_q4; in highbd_convolve_vert()
211 const int y0_q4 = get_filter_offset(filter_y, filters_y); in aom_highbd_convolve8_vert_c() local
215 highbd_convolve_vert(src, src_stride, dst, dst_stride, filters_y, y0_q4, in aom_highbd_convolve8_vert_c()
/external/libvpx/config/arm64/
Dvpx_dsp_rtcd.h36 …f_t dst_stride, const InterpKernel *filter, int x0_q4, int x_step_q4, int y0_q4, int y_step_q4, in…
37 …f_t dst_stride, const InterpKernel *filter, int x0_q4, int x_step_q4, int y0_q4, int y_step_q4, in…
40 …f_t dst_stride, const InterpKernel *filter, int x0_q4, int x_step_q4, int y0_q4, int y_step_q4, in…
41 …f_t dst_stride, const InterpKernel *filter, int x0_q4, int x_step_q4, int y0_q4, int y_step_q4, in…
44 …f_t dst_stride, const InterpKernel *filter, int x0_q4, int x_step_q4, int y0_q4, int y_step_q4, in…
45 …f_t dst_stride, const InterpKernel *filter, int x0_q4, int x_step_q4, int y0_q4, int y_step_q4, in…
48 …f_t dst_stride, const InterpKernel *filter, int x0_q4, int x_step_q4, int y0_q4, int y_step_q4, in…
49 …f_t dst_stride, const InterpKernel *filter, int x0_q4, int x_step_q4, int y0_q4, int y_step_q4, in…
52 …f_t dst_stride, const InterpKernel *filter, int x0_q4, int x_step_q4, int y0_q4, int y_step_q4, in…
53 …f_t dst_stride, const InterpKernel *filter, int x0_q4, int x_step_q4, int y0_q4, int y_step_q4, in…
[all …]
/external/libvpx/config/arm-neon/
Dvpx_dsp_rtcd.h36 …f_t dst_stride, const InterpKernel *filter, int x0_q4, int x_step_q4, int y0_q4, int y_step_q4, in…
37 …f_t dst_stride, const InterpKernel *filter, int x0_q4, int x_step_q4, int y0_q4, int y_step_q4, in…
40 …f_t dst_stride, const InterpKernel *filter, int x0_q4, int x_step_q4, int y0_q4, int y_step_q4, in…
41 …f_t dst_stride, const InterpKernel *filter, int x0_q4, int x_step_q4, int y0_q4, int y_step_q4, in…
44 …f_t dst_stride, const InterpKernel *filter, int x0_q4, int x_step_q4, int y0_q4, int y_step_q4, in…
45 …f_t dst_stride, const InterpKernel *filter, int x0_q4, int x_step_q4, int y0_q4, int y_step_q4, in…
48 …f_t dst_stride, const InterpKernel *filter, int x0_q4, int x_step_q4, int y0_q4, int y_step_q4, in…
49 …f_t dst_stride, const InterpKernel *filter, int x0_q4, int x_step_q4, int y0_q4, int y_step_q4, in…
52 …f_t dst_stride, const InterpKernel *filter, int x0_q4, int x_step_q4, int y0_q4, int y_step_q4, in…
53 …f_t dst_stride, const InterpKernel *filter, int x0_q4, int x_step_q4, int y0_q4, int y_step_q4, in…
[all …]
/external/libvpx/config/x86_64/
Dvpx_dsp_rtcd.h36 …f_t dst_stride, const InterpKernel *filter, int x0_q4, int x_step_q4, int y0_q4, int y_step_q4, in…
37 …f_t dst_stride, const InterpKernel *filter, int x0_q4, int x_step_q4, int y0_q4, int y_step_q4, in…
38 …f_t dst_stride, const InterpKernel *filter, int x0_q4, int x_step_q4, int y0_q4, int y_step_q4, in…
41 …f_t dst_stride, const InterpKernel *filter, int x0_q4, int x_step_q4, int y0_q4, int y_step_q4, in…
42 …f_t dst_stride, const InterpKernel *filter, int x0_q4, int x_step_q4, int y0_q4, int y_step_q4, in…
43 …f_t dst_stride, const InterpKernel *filter, int x0_q4, int x_step_q4, int y0_q4, int y_step_q4, in…
46 …f_t dst_stride, const InterpKernel *filter, int x0_q4, int x_step_q4, int y0_q4, int y_step_q4, in…
47 …f_t dst_stride, const InterpKernel *filter, int x0_q4, int x_step_q4, int y0_q4, int y_step_q4, in…
48 …f_t dst_stride, const InterpKernel *filter, int x0_q4, int x_step_q4, int y0_q4, int y_step_q4, in…
51 …f_t dst_stride, const InterpKernel *filter, int x0_q4, int x_step_q4, int y0_q4, int y_step_q4, in…
[all …]
/external/libvpx/config/generic/
Dvpx_dsp_rtcd.h33 …f_t dst_stride, const InterpKernel *filter, int x0_q4, int x_step_q4, int y0_q4, int y_step_q4, in…
36 …f_t dst_stride, const InterpKernel *filter, int x0_q4, int x_step_q4, int y0_q4, int y_step_q4, in…
39 …f_t dst_stride, const InterpKernel *filter, int x0_q4, int x_step_q4, int y0_q4, int y_step_q4, in…
42 …f_t dst_stride, const InterpKernel *filter, int x0_q4, int x_step_q4, int y0_q4, int y_step_q4, in…
45 …f_t dst_stride, const InterpKernel *filter, int x0_q4, int x_step_q4, int y0_q4, int y_step_q4, in…
48 …f_t dst_stride, const InterpKernel *filter, int x0_q4, int x_step_q4, int y0_q4, int y_step_q4, in…
51 …f_t dst_stride, const InterpKernel *filter, int x0_q4, int x_step_q4, int y0_q4, int y_step_q4, in…
54 …f_t dst_stride, const InterpKernel *filter, int x0_q4, int x_step_q4, int y0_q4, int y_step_q4, in…
660 …f_t dst_stride, const InterpKernel *filter, int x0_q4, int x_step_q4, int y0_q4, int y_step_q4, in…
663 …f_t dst_stride, const InterpKernel *filter, int x0_q4, int x_step_q4, int y0_q4, int y_step_q4, in…
[all …]
/external/libvpx/config/x86/
Dvpx_dsp_rtcd.h36 …f_t dst_stride, const InterpKernel *filter, int x0_q4, int x_step_q4, int y0_q4, int y_step_q4, in…
37 …f_t dst_stride, const InterpKernel *filter, int x0_q4, int x_step_q4, int y0_q4, int y_step_q4, in…
38 …f_t dst_stride, const InterpKernel *filter, int x0_q4, int x_step_q4, int y0_q4, int y_step_q4, in…
41 …f_t dst_stride, const InterpKernel *filter, int x0_q4, int x_step_q4, int y0_q4, int y_step_q4, in…
42 …f_t dst_stride, const InterpKernel *filter, int x0_q4, int x_step_q4, int y0_q4, int y_step_q4, in…
43 …f_t dst_stride, const InterpKernel *filter, int x0_q4, int x_step_q4, int y0_q4, int y_step_q4, in…
46 …f_t dst_stride, const InterpKernel *filter, int x0_q4, int x_step_q4, int y0_q4, int y_step_q4, in…
47 …f_t dst_stride, const InterpKernel *filter, int x0_q4, int x_step_q4, int y0_q4, int y_step_q4, in…
48 …f_t dst_stride, const InterpKernel *filter, int x0_q4, int x_step_q4, int y0_q4, int y_step_q4, in…
51 …f_t dst_stride, const InterpKernel *filter, int x0_q4, int x_step_q4, int y0_q4, int y_step_q4, in…
[all …]

123