Home
last modified time | relevance | path

Searched refs:whiteclamp (Results 1 – 5 of 5) sorted by relevance

/external/libvpx/vp8/common/
Dpostproc.h24 char whiteclamp[16], char bothclamp[16],\
108 DECLARE_ALIGNED(16, char, whiteclamp[16]);
Dpostproc.c439 state->whiteclamp[i] = -char_dist[0]; in fillrd()
470 char whiteclamp[16], in vp8_plane_add_noise_c()
486 if (Pos[j] > 255 + whiteclamp[0]) in vp8_plane_add_noise_c()
487 Pos[j] = 255 + whiteclamp[0]; in vp8_plane_add_noise_c()
737 oci->postproc_state.whiteclamp, in vp8_post_proc_frame()
/external/libvpx/vp8/common/x86/
Dpostproc_mmx.c1063 __declspec(align(16)) unsigned char whiteclamp[16];
1111 whiteclamp[i] = -char_dist[0];
1132 psubusb xmm1, whiteclamp
1322 __declspec(align(16)) unsigned char whiteclamp[16];
1370 whiteclamp[i] = -char_dist[0];
1391 psubusb mm1, whiteclamp
1415 __declspec(align(16)) unsigned char whiteclamp[16]; in vp8_plane_add_noise_mmx() local
1424 whiteclamp[i] = -cd[a][q]; in vp8_plane_add_noise_mmx()
1445 psubusb mm1, whiteclamp in vp8_plane_add_noise_mmx()
1465 __declspec(align(16)) unsigned char whiteclamp[16]; in vp8_plane_add_noise_wmt() local
[all …]
Dpostproc_mmx.asm500 psubusb mm1, [rdx+16] ;whiteclamp
Dpostproc_sse2.asm665 psubusb xmm1, [rdx+16] ;whiteclamp