Home
last modified time | relevance | path

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

/third_party/openh264/codec/decoder/core/inc/
Ddecode_mb_aux.h74 void GetI4LumaIChromaAddrTable (int32_t* pBlockOffset, const int32_t kiYStride, const int32_t kiUVS…
/third_party/openh264/codec/decoder/core/src/
Ddecode_mb_aux.cpp169 void GetI4LumaIChromaAddrTable (int32_t* pBlockOffset, const int32_t kiYStride, const int32_t kiUVS… in GetI4LumaIChromaAddrTable() argument
170 int32_t* pOffset = pBlockOffset; in GetI4LumaIChromaAddrTable()
Drec_mb.cpp76 int32_t* pBlockOffset = pCtx->iDecBlockOffsetArray; in RecI8x8Luma() local
101 uint8_t* pPredI8x8 = pPred + pBlockOffset[i << 2]; in RecI8x8Luma()
130 int32_t* pBlockOffset = pCtx->iDecBlockOffsetArray; in RecI4x4Luma() local
145 uint8_t* pPredI4x4 = pPred + pBlockOffset[i]; in RecI4x4Luma()
/third_party/mesa3d/src/amd/addrlib/src/core/
Daddrlib2.h893 UINT_32* pBlockOffset) const in ApplyCustomerPipeBankXor() argument
903 *pBlockOffset ^= (pipeX << m_pipeInterleaveLog2); in ApplyCustomerPipeBankXor()
904 *pBlockOffset ^= (bankX << (m_pipeInterleaveLog2 + pipeBits)); in ApplyCustomerPipeBankXor()