Home
last modified time | relevance | path

Searched refs:vp9_complement (Results 1 – 2 of 2) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
Dvp9_cost.h24 #define vp9_cost_one(prob) vp9_cost_zero(vp9_complement(prob))
26 #define vp9_cost_bit(prob, bit) vp9_cost_zero((bit) ? vp9_complement(prob) \
/external/libvpx/libvpx/vp9/common/
Dvp9_prob.h35 #define vp9_complement(x) (255 - x) macro