Searched defs:blackclamp (Results 1 - 2 of 2) sorted by relevance
/external/libvpx/libvpx/vp9/common/ |
H A D | vp9_postproc.c | 423 state->blackclamp[i] = -char_dist[0]; 454 char blackclamp[16], 465 if (pos[j] < blackclamp[0]) 466 pos[j] = blackclamp[0]; 672 cm->postproc_state.blackclamp, 453 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/ |
H A D | postproc.c | 485 state->blackclamp[i] = -char_dist[0]; 516 char blackclamp[16], 530 if (Pos[j] < blackclamp[0]) 531 Pos[j] = blackclamp[0]; 832 oci->postproc_state.blackclamp, 515 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 572 milliseconds