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

/external/libvpx/libvpx/vp9/common/
H A Dvp9_postproc.c582 state->whiteclamp[i] = -char_dist[0];
592 char whiteclamp[16],
608 if (pos[j] > 255 + whiteclamp[0])
609 pos[j] = 255 + whiteclamp[0];
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.c803 char blackclamp[16], char whiteclamp[16],
828 white_clamp = (v16u8)__msa_fill_b(whiteclamp[0]);
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.c485 state->whiteclamp[i] = -char_dist[0];
516 char whiteclamp[16],
533 if (Pos[j] > 255 + whiteclamp[0])
534 Pos[j] = 255 + whiteclamp[0];
835 oci->postproc_state.whiteclamp,
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 109 milliseconds