OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:blackclamp
(Results
1 - 5
of
5
) sorted by null
/external/libvpx/vp8/common/
postproc.h
23
void sym (unsigned char *s, char *noise, char
blackclamp
[16],\
107
DECLARE_ALIGNED(16, char,
blackclamp
[16]);
postproc.c
438
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
,
[
all
...]
/external/libvpx/vp8/common/x86/
postproc_mmx.c
1062
__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
1414
__declspec(align(16)) unsigned char
blackclamp
[16];
local
1464
__declspec(align(16)) unsigned char
blackclamp
[16];
local
[
all
...]
postproc_mmx.asm
463
; unsigned char
blackclamp
[16],
487
mov rdx, arg(2) ;
blackclamp
498
psubusb mm1, [rdx] ;
blackclamp
; clamp both sides so we don't outrange adding noise
postproc_sse2.asm
628
; unsigned char
blackclamp
[16],
652
mov rdx, arg(2) ;
blackclamp
663
psubusb xmm1, [rdx] ;
blackclamp
; clamp both sides so we don't outrange adding noise
Completed in 321 milliseconds