Home
last modified time | relevance | path

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

/third_party/openh264/codec/encoder/core/inc/
Dwels_const.h75 #define COMPRESS_RATIO_THR (1.0f) //set to size of the original data, which will be large eno… macro
/third_party/openh264/test/encoder/
DEncUT_SliceBufferReallocate.cpp98 …e = WELS_ROUND (((3 * pLayerCfg->iVideoWidth * pLayerCfg->iVideoHeight) >> 1) * COMPRESS_RATIO_THR) in InitParamForSizeLimitSlcMode()
263 …= WELS_ROUND (((3 * pLayerCfg->iVideoWidth * pLayerCfg->iVideoHeight) >> 1) * COMPRESS_RATIO_THR) + in InitFrameBsBuffer()
349 …e = WELS_ROUND (((3 * pLayerCfg->iVideoWidth * pLayerCfg->iVideoHeight) >> 1) * COMPRESS_RATIO_THR) in InitLayerSliceBuffer()
/third_party/openh264/codec/encoder/core/src/
Dencoder_ext.cpp1589 fCompressRatioThr = COMPRESS_RATIO_THR; in RequestMemorySvc()