Home
last modified time | relevance | path

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

/third_party/openh264/codec/common/inc/
Dmacros.h111 #ifndef WELS_CEIL
112 #define WELS_CEIL(x) ceil(x) // FIXME: low complexity instead of math library used macro
/third_party/openh264/codec/decoder/core/src/
Ddecoder_core.cpp1256 …const int32_t kiNumBits = (int32_t)WELS_CEIL (log (static_cast<double> (1 + pPps->uiPicSizeInMapUn… in ParseSliceHeaderSyntaxs()