Searched defs:bothclamp (Results 1 - 3 of 3) sorted by relevance

/external/libvpx/libvpx/vp9/common/
H A Dvp9_postproc.c583 state->bothclamp[i] = -2 * char_dist[0];
593 char bothclamp[16],
599 (void) bothclamp;
731 ppstate->whiteclamp, ppstate->bothclamp,
590 vp9_plane_add_noise_c(uint8_t *start, char *noise, char blackclamp[16], char whiteclamp[16], char bothclamp[16], unsigned int width, unsigned int height, int pitch) argument
/external/libvpx/libvpx/vp8/common/mips/msa/
H A Dpostproc_msa.c804 char bothclamp[16],
802 vp8_plane_add_noise_msa(uint8_t *start_ptr, char *noise, char blackclamp[16], char whiteclamp[16], char bothclamp[16], uint32_t width, uint32_t height, int32_t pitch) argument
/external/libvpx/libvpx/vp8/common/
H A Dpostproc.c486 state->bothclamp[i] = -2 * char_dist[0];
517 char bothclamp[16],
521 (void)bothclamp;
836 oci->postproc_state.bothclamp,
514 vp8_plane_add_noise_c(unsigned char *Start, char *noise, char blackclamp[16], char whiteclamp[16], char bothclamp[16], unsigned int Width, unsigned int Height, int Pitch) argument

Completed in 297 milliseconds