Searched refs:blackclamp (Results 1 – 6 of 6) sorted by relevance
/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() argument 24 int bothclamp = blackclamp + whiteclamp; in vpx_plane_add_noise_c() 32 v = clamp(v - blackclamp, 0, 255); in vpx_plane_add_noise_c()
|
/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 21 black_clamp = __msa_fill_b(blackclamp); in vpx_plane_add_noise_msa()
|
/external/libvpx/libvpx/vpx_dsp/x86/ |
D | add_noise_sse2.asm | 17 ; int blackclamp, int whiteclamp, 32 pshufd xmm3, xmm3, 0 ; xmm3 is 16 copies of char in blackclamp
|
/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, …
|