Searched refs:vpx_subtract_block_c (Results 1 – 15 of 15) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/mips/ |
D | subtract_mmi.c | 290 vpx_subtract_block_c(rows, cols, diff, diff_stride, src, src_stride, in vpx_subtract_block_mmi() 294 vpx_subtract_block_c(rows, cols, diff, diff_stride, src, src_stride, in vpx_subtract_block_mmi() 298 vpx_subtract_block_c(rows, cols, diff, diff_stride, src, src_stride, in vpx_subtract_block_mmi() 303 vpx_subtract_block_c(rows, cols, diff, diff_stride, src, src_stride, pred, in vpx_subtract_block_mmi()
|
D | subtract_msa.c | 256 vpx_subtract_block_c(rows, cols, diff_ptr, diff_stride, src_ptr, in vpx_subtract_block_msa() 261 vpx_subtract_block_c(rows, cols, diff_ptr, diff_stride, src_ptr, src_stride, in vpx_subtract_block_msa()
|
/external/libvpx/libvpx/vpx_dsp/ |
D | subtract.c | 19 void vpx_subtract_block_c(int rows, int cols, int16_t *diff, in vpx_subtract_block_c() function
|
/external/libvpx/libvpx/test/ |
D | vp9_subtract_test.cc | 89 ::testing::Values(vpx_subtract_block_c));
|
/external/libvpx/config/mips64/ |
D | vpx_dsp_rtcd.h | 1425 void vpx_subtract_block_c(int rows, int cols, int16_t *diff_ptr, ptrdiff_t diff_stride, const uint8… 1426 #define vpx_subtract_block vpx_subtract_block_c
|
/external/libvpx/config/generic/ |
D | vpx_dsp_rtcd.h | 1425 void vpx_subtract_block_c(int rows, int cols, int16_t *diff_ptr, ptrdiff_t diff_stride, const uint8… 1426 #define vpx_subtract_block vpx_subtract_block_c
|
/external/libvpx/config/arm/ |
D | vpx_dsp_rtcd.h | 1425 void vpx_subtract_block_c(int rows, int cols, int16_t *diff_ptr, ptrdiff_t diff_stride, const uint8… 1426 #define vpx_subtract_block vpx_subtract_block_c
|
/external/libvpx/config/mips32/ |
D | vpx_dsp_rtcd.h | 1425 void vpx_subtract_block_c(int rows, int cols, int16_t *diff_ptr, ptrdiff_t diff_stride, const uint8… 1426 #define vpx_subtract_block vpx_subtract_block_c
|
/external/libvpx/config/mips32-dspr2/ |
D | vpx_dsp_rtcd.h | 1451 void vpx_subtract_block_c(int rows, int cols, int16_t *diff_ptr, ptrdiff_t diff_stride, const uint8… 1452 #define vpx_subtract_block vpx_subtract_block_c
|
/external/libvpx/config/mips32-msa/ |
D | vpx_dsp_rtcd.h | 1555 void vpx_subtract_block_c(int rows, int cols, int16_t *diff_ptr, ptrdiff_t diff_stride, const uint8…
|
/external/libvpx/config/mips64-msa/ |
D | vpx_dsp_rtcd.h | 1555 void vpx_subtract_block_c(int rows, int cols, int16_t *diff_ptr, ptrdiff_t diff_stride, const uint8…
|
/external/libvpx/config/arm64/ |
D | vpx_dsp_rtcd.h | 1646 void vpx_subtract_block_c(int rows, int cols, int16_t *diff_ptr, ptrdiff_t diff_stride, const uint8…
|
/external/libvpx/config/arm-neon/ |
D | vpx_dsp_rtcd.h | 1646 void vpx_subtract_block_c(int rows, int cols, int16_t *diff_ptr, ptrdiff_t diff_stride, const uint8…
|
/external/libvpx/config/x86/ |
D | vpx_dsp_rtcd.h | 1870 void vpx_subtract_block_c(int rows, int cols, int16_t *diff_ptr, ptrdiff_t diff_stride, const uint8…
|
/external/libvpx/config/x86_64/ |
D | vpx_dsp_rtcd.h | 1877 void vpx_subtract_block_c(int rows, int cols, int16_t *diff_ptr, ptrdiff_t diff_stride, const uint8…
|