Searched refs:whiteclamp (Results 1 – 6 of 6) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/ |
D | add_noise.c | 22 int whiteclamp, int width, int height, int pitch) { in vpx_plane_add_noise_c() argument 24 int bothclamp = blackclamp + whiteclamp; in vpx_plane_add_noise_c() 34 v = clamp(v - whiteclamp, 0, 255); in vpx_plane_add_noise_c()
|
/external/libvpx/libvpx/vpx_dsp/x86/ |
D | add_noise_sse2.asm | 17 ; int blackclamp, int whiteclamp, 38 pshufd xmm4, xmm4, 0 ; xmm4 is 16 copies of char in whiteclamp 59 psubusb xmm1, xmm4 ; subtract whiteclamp
|
/external/libvpx/libvpx/vpx_dsp/mips/ |
D | add_noise_msa.c | 15 int blackclamp, int whiteclamp, int width, in vpx_plane_add_noise_msa() argument 22 white_clamp = __msa_fill_b(whiteclamp); in vpx_plane_add_noise_msa()
|
/external/libvpx/libvpx/test/ |
D | add_noise_test.cc | 25 int blackclamp, int whiteclamp, int width,
|
/external/libvpx/config/x86/ |
D | vpx_dsp_rtcd.h | 1507 void vpx_plane_add_noise_c(uint8_t *start, const int8_t *noise, int blackclamp, int whiteclamp, int… 1508 void vpx_plane_add_noise_sse2(uint8_t *start, const int8_t *noise, int blackclamp, int whiteclamp, …
|
/external/libvpx/config/x86_64/ |
D | vpx_dsp_rtcd.h | 1514 void vpx_plane_add_noise_c(uint8_t *start, const int8_t *noise, int blackclamp, int whiteclamp, int… 1515 void vpx_plane_add_noise_sse2(uint8_t *start, const int8_t *noise, int blackclamp, int whiteclamp, …
|