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

/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
H A Dvp9_postproc.c354 state->whiteclamp[i] = -char_dist[0];
364 char whiteclamp[16],
380 if (pos[j] > 255 + whiteclamp[0])
381 pos[j] = 255 + whiteclamp[0];
430 ppstate->whiteclamp, ppstate->bothclamp,
362 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/vp9/common/
H A Dvp9_postproc.c420 state->whiteclamp[i] = -char_dist[0];
430 char whiteclamp[16],
443 if (pos[j] > 255 + whiteclamp[0])
444 pos[j] = 255 + whiteclamp[0];
642 ppstate->whiteclamp, ppstate->bothclamp,
428 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/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
H A Dpostproc.c485 state->whiteclamp[i] = -char_dist[0];
516 char whiteclamp[16],
532 if (Pos[j] > 255 + whiteclamp[0])
533 Pos[j] = 255 + whiteclamp[0];
832 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
/external/libvpx/libvpx/vp8/common/
H A Dpostproc.c481 state->whiteclamp[i] = -char_dist[0];
512 char whiteclamp[16],
528 if (Pos[j] > 255 + whiteclamp[0])
529 Pos[j] = 255 + whiteclamp[0];
828 oci->postproc_state.whiteclamp,
510 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 130 milliseconds