Home
last modified time | relevance | path

Searched defs:pLevel (Results 1 – 8 of 8) sorted by relevance

/third_party/openh264/codec/encoder/core/src/
Dencode_mb_aux.cpp371 void WelsScan4x4DcAc_c (int16_t* pLevel, int16_t* pDct) { in WelsScan4x4DcAc_c()
386 void WelsScan4x4Ac_c (int16_t* pLevel, int16_t* pDct) { in WelsScan4x4Ac_c()
402 void WelsScan4x4Dc (int16_t* pLevel, int16_t* pDct) { in WelsScan4x4Dc()
437 int32_t WelsGetNoneZeroCount_c (int16_t* pLevel) { in WelsGetNoneZeroCount_c()
Dset_mb_syn_cavlc.cpp84 int32_t CavlcParamCal_c (int16_t* pCoffLevel, uint8_t* pRun, int16_t* pLevel, int32_t* pTotalCoeff , in CavlcParamCal_c()
/third_party/openh264/test/encoder/
DEncUT_Cavlc.cpp12 int32_t CavlcParamCal_ref (int16_t* pCoffLevel, uint8_t* pRun, int16_t* pLevel, int32_t* pTotalCoef… in CavlcParamCal_ref()
/third_party/mesa3d/src/gallium/frontends/d3d10umd/
DResource.cpp154 unsigned *pLevel, // OUT in subResourceBox()
/third_party/skia/third_party/externals/icu/source/common/
Dubidiln.cpp306 int32_t *pLogicalLimit, UBiDiLevel *pLevel) { in ubidi_getLogicalRun()
/third_party/icu/icu4c/source/common/
Dubidiln.cpp306 int32_t *pLogicalLimit, UBiDiLevel *pLevel) { in ubidi_getLogicalRun()
/third_party/node/deps/icu-small/source/common/
Dubidiln.cpp306 int32_t *pLogicalLimit, UBiDiLevel *pLevel) { in ubidi_getLogicalRun()
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
DVkCommandBuffer.cpp1220 CommandBuffer::CommandBuffer(Device *device, VkCommandBufferLevel pLevel) in CommandBuffer()