Searched refs:vpx_plane_add_noise_c (Results 1 – 4 of 4) sorted by relevance
/external/libvpx/libvpx/test/ |
D | add_noise_test.cc | 120 vpx_plane_add_noise_c(d, noise, clamp, clamp, width, height, width)); in TEST_P() 134 ::testing::Values(make_tuple(3.25, vpx_plane_add_noise_c), 135 make_tuple(4.4, vpx_plane_add_noise_c)));
|
/external/libvpx/libvpx/vpx_dsp/ |
D | add_noise.c | 21 void vpx_plane_add_noise_c(uint8_t *start, const int8_t *noise, int blackclamp, in vpx_plane_add_noise_c() function
|
/external/libvpx/config/x86/ |
D | vpx_dsp_rtcd.h | 1531 void vpx_plane_add_noise_c(uint8_t *start, const int8_t *noise, int blackclamp, int whiteclamp, int…
|
/external/libvpx/config/x86_64/ |
D | vpx_dsp_rtcd.h | 1538 void vpx_plane_add_noise_c(uint8_t *start, const int8_t *noise, int blackclamp, int whiteclamp, int…
|