Searched defs:heightInCtb (Results 1 – 15 of 15) sorted by relevance
155 uint32_t heightInCtb = (heightInPix / ctbSize) + ((heightInPix % ctbSize) ? 1 : 0); // round up in MHW_SETPAR_DECL_SRC() local
258 uint32_t heightInCtb = (m_dsHeight / ctbSize) + ((m_dsHeight % ctbSize) ? 1 : 0); // round up in MHW_SETPAR_DECL_SRC() local
747 … uint32_t heightInCtb = (heightInPix / ctbSize) + ((heightInPix % ctbSize) ? 1 : 0); // round up in MHW_SETPAR_DECL_SRC() local
129 uint32_t heightInCtb = m_hevcBasicFeature->m_heightInCtb; in SetHcpTileCodingParams() local
135 uint32_t heightInCtb = m_hevcBasicFeature->m_heightInCtb; in SET_HCP_TILE_CODING() local
444 uint32_t widthInCtb, uint32_t heightInCtb) in GetAllTileInfo()
1509 … uint32_t heightInCtb = (heightInPix / ctbSize) + ((heightInPix % ctbSize) ? 1 : 0); // round up in AddVdencWalkerStateCmd() local
840 uint32_t heightInCtb = (picHeight % 16) ? (picHeight / 16 + 1) : (picHeight / 16); in GetHevcBufferSize() local
711 …uint32_t heightInCtb = (heightInPix / ctbSize) + ((heightInPix % ctbSize) ? 1 : 0); // round up in MHW_SETPAR_DECL_SRC() local
104 uint32_t heightInCtb = MOS_ROUNDUP_DIVIDE(par.dwPicHeight, 16); in GetHcpBufSize() local
2128 … uint32_t heightInCtb = (heightInPix / ctbSize) + ((heightInPix % ctbSize) ? 1 : 0); // round up in AddVdencWalkerStateCmd() local
883 uint32_t heightInCtb = MOS_ROUNDUP_DIVIDE(heightInPix, ctbSize); in GetAllTileInfo() local
1915 … uint32_t heightInCtb = (heightInPix / ctbSize) + ((heightInPix % ctbSize) ? 1 : 0); // round up in AddVdencWalkerStateCmd() local
1008 uint32_t heightInCtb = MOS_ROUNDUP_DIVIDE(hcpBufSizeParam->dwPicHeight, 16); in GetHevcBufferSize() local