OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vp8_complement
(Results
1 - 2
of
2
) sorted by null
/external/libvpx/libvpx/vp8/common/
treecoder.h
35
# define
vp8_complement
( x) (255 - x)
macro
/external/libvpx/libvpx/vp8/encoder/
treewriter.h
36
#define vp8_cost_one( x) vp8_cost_zero(
vp8_complement
(x))
38
#define vp8_cost_bit( x, b) vp8_cost_zero( (b)?
vp8_complement
(x) : (x) )
Completed in 37 milliseconds