Searched refs:whiteclamp (Results 1 – 5 of 5) sorted by relevance
/external/libvpx/vp8/common/ |
D | postproc.h | 24 char whiteclamp[16], char bothclamp[16],\ 108 DECLARE_ALIGNED(16, char, whiteclamp[16]);
|
D | postproc.c | 439 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/ |
D | postproc_mmx.c | 1063 __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 …]
|
D | postproc_mmx.asm | 500 psubusb mm1, [rdx+16] ;whiteclamp
|
D | postproc_sse2.asm | 665 psubusb xmm1, [rdx+16] ;whiteclamp
|