Searched refs:blackclamp (Results 1 – 8 of 8) 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/libaom/libaom/aom_dsp/ |
D | add_noise.c | 21 void aom_plane_add_noise_c(uint8_t *start, char *noise, char blackclamp[16], in aom_plane_add_noise_c() 33 v = clamp(v - blackclamp[0], 0, 255); in aom_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/libaom/libaom/aom_dsp/mips/ |
D | add_noise_msa.c | 17 char blackclamp[16], char whiteclamp[16], in aom_plane_add_noise_msa() 37 black_clamp = (v16u8)__msa_fill_b(blackclamp[0]); in aom_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 | 28 int blackclamp, int whiteclamp, int width,
|
/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… 1532 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 | 1538 void vpx_plane_add_noise_c(uint8_t *start, const int8_t *noise, int blackclamp, int whiteclamp, int… 1539 void vpx_plane_add_noise_sse2(uint8_t *start, const int8_t *noise, int blackclamp, int whiteclamp, …
|