Home
last modified time | relevance | path

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

/third_party/openh264/codec/decoder/core/src/
Ddeblocking.cpp49 #define TOP_FLAG_BIT 1 macro
685 return (bLeftFlag << LEFT_FLAG_BIT) | (bTopFlag << TOP_FLAG_BIT); in DeblockingAvailableNoInterlayer()