OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:upred
(Results
1 - 3
of
3
) sorted by null
/external/libvpx/vp8/encoder/
encodemb.c
54
unsigned char *
upred
= pred + 256;
local
63
udiff[c] = usrc[c] -
upred
[c];
67
upred
+= 8;
/external/libvpx/vp8/encoder/arm/neon/
subtract_neon.asm
109
add r3, r3, #256 ; unsigned char *
upred
= pred + 256;
/external/libvpx/vp8/encoder/x86/
subtract_mmx.asm
164
;unsigned char *
upred
= pred + 256;
169
;unsigned char *Predictor=
upred
;
Completed in 164 milliseconds