Searched refs:vpx_subtract_block_c (Results 1 – 12 of 12) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/ |
D | subtract.c | 19 void vpx_subtract_block_c(int rows, int cols, in vpx_subtract_block_c() function
|
/external/libvpx/libvpx/test/ |
D | vp9_subtract_test.cc | 94 ::testing::Values(vpx_subtract_block_c));
|
/external/libvpx/libvpx/vpx_dsp/mips/ |
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/config/generic/ |
D | vpx_dsp_rtcd.h | 613 void vpx_subtract_block_c(int rows, int cols, int16_t *diff_ptr, ptrdiff_t diff_stride, const uint8… 614 #define vpx_subtract_block vpx_subtract_block_c
|
/external/libvpx/config/arm/ |
D | vpx_dsp_rtcd.h | 617 void vpx_subtract_block_c(int rows, int cols, int16_t *diff_ptr, ptrdiff_t diff_stride, const uint8… 618 #define vpx_subtract_block vpx_subtract_block_c
|
/external/libvpx/config/mips64/ |
D | vpx_dsp_rtcd.h | 613 void vpx_subtract_block_c(int rows, int cols, int16_t *diff_ptr, ptrdiff_t diff_stride, const uint8… 614 #define vpx_subtract_block vpx_subtract_block_c
|
/external/libvpx/config/mips32/ |
D | vpx_dsp_rtcd.h | 613 void vpx_subtract_block_c(int rows, int cols, int16_t *diff_ptr, ptrdiff_t diff_stride, const uint8… 614 #define vpx_subtract_block vpx_subtract_block_c
|
/external/libvpx/config/mips32-dspr2/ |
D | vpx_dsp_rtcd.h | 649 void vpx_subtract_block_c(int rows, int cols, int16_t *diff_ptr, ptrdiff_t diff_stride, const uint8… 650 #define vpx_subtract_block vpx_subtract_block_c
|
/external/libvpx/config/arm64/ |
D | vpx_dsp_rtcd.h | 681 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 | 691 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 | 820 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 | 815 void vpx_subtract_block_c(int rows, int cols, int16_t *diff_ptr, ptrdiff_t diff_stride, const uint8…
|