/external/libvpx/libvpx/vpx_dsp/ |
D | vpx_convolve.c | 25 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 …]
|
D | vpx_convolve.h | 23 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/ |
D | vpx_convolve_neon.c | 19 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()
|
D | highbd_vpx_convolve_neon.c | 19 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()
|
D | vpx_convolve8_neon_asm.c | 26 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, \
|
D | vpx_scaled_convolve8_neon.c | 25 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()
|
D | vpx_convolve_copy_neon.c | 19 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/ |
D | convolve.h | 27 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/ |
D | vpx_convolve_vsx.c | 61 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/ |
D | vpx_convolve8_mmi.c | 93 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 …]
|
D | convolve_common_dspr2.h | 28 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,
|
D | convolve8_avg_dspr2.c | 339 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()
|
D | convolve8_vert_dspr2.c | 322 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()
|
D | convolve8_horiz_dspr2.c | 822 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/ |
D | aom_convolve.c | 39 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/ |
D | convolve.h | 28 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); \
|
D | aom_asm_stubs.c | 49 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/ |
D | vp9_scale.c | 61 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/ |
D | av1_rtcd.h | 126 …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/ |
D | convolve_common_dspr2.h | 29 const int16_t *filter_x, int x_step_q4, 39 const int16_t *filter_x, int x_step_q4,
|
D | convolve8_vert_dspr2.c | 323 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/ |
D | hiprec_convolve_test_util.h | 33 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/ |
D | av1_rtcd.h | 126 …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/ |
D | vpx_dsp_rtcd.h | 36 … *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/ |
D | vpx_dsp_rtcd.h | 36 … *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 …]
|