Searched refs:vpx_highbd_subtract_block_c (Results 1 – 6 of 6) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/ |
D | subtract.c | 35 void vpx_highbd_subtract_block_c(int rows, int cols, int16_t *diff_ptr, in vpx_highbd_subtract_block_c() function
|
/external/libvpx/config/generic/ |
D | vpx_dsp_rtcd.h | 1059 void vpx_highbd_subtract_block_c(int rows, int cols, int16_t *diff_ptr, ptrdiff_t diff_stride, cons… 1060 #define vpx_highbd_subtract_block vpx_highbd_subtract_block_c
|
/external/libvpx/config/arm64/ |
D | vpx_dsp_rtcd.h | 1174 void vpx_highbd_subtract_block_c(int rows, int cols, int16_t *diff_ptr, ptrdiff_t diff_stride, cons… 1175 #define vpx_highbd_subtract_block vpx_highbd_subtract_block_c
|
/external/libvpx/config/arm-neon/ |
D | vpx_dsp_rtcd.h | 1174 void vpx_highbd_subtract_block_c(int rows, int cols, int16_t *diff_ptr, ptrdiff_t diff_stride, cons… 1175 #define vpx_highbd_subtract_block vpx_highbd_subtract_block_c
|
/external/libvpx/config/x86/ |
D | vpx_dsp_rtcd.h | 1350 void vpx_highbd_subtract_block_c(int rows, int cols, int16_t *diff_ptr, ptrdiff_t diff_stride, cons… 1351 #define vpx_highbd_subtract_block vpx_highbd_subtract_block_c
|
/external/libvpx/config/x86_64/ |
D | vpx_dsp_rtcd.h | 1357 void vpx_highbd_subtract_block_c(int rows, int cols, int16_t *diff_ptr, ptrdiff_t diff_stride, cons… 1358 #define vpx_highbd_subtract_block vpx_highbd_subtract_block_c
|