OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vp9_complement
(Results
1 - 2
of
2
) sorted by null
/external/libvpx/libvpx/vp9/encoder/
vp9_treewriter.h
28
#define vp9_cost_one(x) vp9_cost_zero(
vp9_complement
(x))
30
#define vp9_cost_bit(x, b) vp9_cost_zero((b) ?
vp9_complement
(x) : (x))
/external/libvpx/libvpx/vp9/common/
vp9_treecoder.h
26
#define
vp9_complement
(x) (255 - x)
macro
Completed in 114 milliseconds