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

/external/libvpx/vp8/common/x86/
H A Dpostproc_mmx.c1064 __declspec(align(16)) unsigned char bothclamp[16];
1112 bothclamp[i] = -2 * char_dist[0];
1131 paddusb xmm1, bothclamp
1323 __declspec(align(16)) unsigned char bothclamp[16];
1371 bothclamp[i] = -2 * char_dist[0];
1390 paddusb mm1, bothclamp
1416 __declspec(align(16)) unsigned char bothclamp[16]; local
1425 bothclamp[i] = -2 * cd[a][q];
1444 paddusb mm1, bothclamp
1466 __declspec(align(16)) unsigned char bothclamp[1 local
[all...]
/external/libvpx/vp8/common/
H A Dpostproc.c440 state->bothclamp[i] = -2 * char_dist[0];
471 char bothclamp[16],
738 oci->postproc_state.bothclamp,
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 61 milliseconds