OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:vp8_cost_bit
(Results
1 - 2
of
2
) sorted by null
/external/libvpx/libvpx/vp8/encoder/
treewriter.h
43
#define
vp8_cost_bit
( x, b) vp8_cost_zero( (b)? vp8_complement(x) : (x) )
macro
104
c +=
vp8_cost_bit
(p[i>>1], b);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
treewriter.h
42
#define
vp8_cost_bit
( x, b) vp8_cost_zero( (b)? vp8_complement(x) : (x) )
macro
103
c +=
vp8_cost_bit
(p[i>>1], b);
Completed in 82 milliseconds