Searched defs:blackclamp (Results 1 - 2 of 2) sorted by relevance

/external/libvpx/vp8/common/x86/
H A Dpostproc_mmx.c1062 __declspec(align(16)) unsigned char blackclamp[16];
1110 blackclamp[i] = -char_dist[0];
1130 psubusb xmm1, blackclamp // clamp both sides so we don't outrange adding noise
1321 __declspec(align(16)) unsigned char blackclamp[16];
1369 blackclamp[i] = -char_dist[0];
1389 psubusb mm1, blackclamp // clamp both sides so we don't outrange adding noise
1414 __declspec(align(16)) unsigned char blackclamp[16]; local
1423 blackclamp[i] = -cd[a][q];
1443 psubusb mm1, blackclamp // clamp both sides so we don't outrange adding noise
1464 __declspec(align(16)) unsigned char blackclamp[1 local
[all...]
/external/libvpx/vp8/common/
H A Dpostproc.c438 state->blackclamp[i] = -char_dist[0];
469 char blackclamp[16],
483 if (Pos[j] < blackclamp[0])
484 Pos[j] = blackclamp[0];
736 oci->postproc_state.blackclamp,
468 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 96 milliseconds