Home
last modified time | relevance | path

Searched refs:PerPlane (Results 1 – 6 of 6) sorted by relevance

/dports/multimedia/handbrake/x265_3.5/source/encoder/
H A Dsao.h60 typedef int32_t PerPlane[NUM_PLANE][MAX_NUM_SAO_TYPE][MAX_NUM_SAO_CLASS]; typedef
64 PerPlane m_count;
65 PerPlane m_offset;
66 PerPlane m_offsetOrg;
69 PerPlane* m_countPreDblk;
70 PerPlane* m_offsetOrgPreDblk;
H A Dsao.cpp123 CHECKED_MALLOC(m_countPreDblk, PerPlane, numCtu); in create()
124 CHECKED_MALLOC(m_offsetOrgPreDblk, PerPlane, numCtu); in create()
965 memset(m_countPreDblk[addr], 0, sizeof(PerPlane)); in calcSaoStatsCu_BeforeDblk()
966 memset(m_offsetOrgPreDblk[addr], 0, sizeof(PerPlane)); in calcSaoStatsCu_BeforeDblk()
1248 …X265_CHECK(sizeof(PerPlane) == (sizeof(int32_t) * (NUM_PLANE * MAX_NUM_SAO_TYPE * MAX_NUM_SAO_CLAS… in rdoSaoUnitCu()
/dports/multimedia/x265/source/encoder/
H A Dsao.h60 typedef int32_t PerPlane[NUM_PLANE][MAX_NUM_SAO_TYPE][MAX_NUM_SAO_CLASS]; typedef
64 PerPlane m_count;
65 PerPlane m_offset;
66 PerPlane m_offsetOrg;
69 PerPlane* m_countPreDblk;
70 PerPlane* m_offsetOrgPreDblk;
H A Dsao.cpp123 CHECKED_MALLOC(m_countPreDblk, PerPlane, numCtu); in create()
124 CHECKED_MALLOC(m_offsetOrgPreDblk, PerPlane, numCtu); in create()
965 memset(m_countPreDblk[addr], 0, sizeof(PerPlane)); in calcSaoStatsCu_BeforeDblk()
966 memset(m_offsetOrgPreDblk[addr], 0, sizeof(PerPlane)); in calcSaoStatsCu_BeforeDblk()
1248 …X265_CHECK(sizeof(PerPlane) == (sizeof(int32_t) * (NUM_PLANE * MAX_NUM_SAO_TYPE * MAX_NUM_SAO_CLAS… in rdoSaoUnitCu()
/dports/graphics/libbpg/libbpg-0.9.8/x265/source/encoder/
H A Dsao.h69 typedef int32_t (PerPlane[NUM_PLANE][MAX_NUM_SAO_TYPE][MAX_NUM_SAO_CLASS]);
79 PerPlane* m_countPreDblk;
80 PerPlane* m_offsetOrgPreDblk;
H A Dsao.cpp142 CHECKED_MALLOC(m_countPreDblk, PerPlane, numCtu); in create()
143 CHECKED_MALLOC(m_offsetOrgPreDblk, PerPlane, numCtu); in create()
866 memset(m_countPreDblk[addr], 0, sizeof(PerPlane)); in calcSaoStatsCu_BeforeDblk()
867 memset(m_offsetOrgPreDblk[addr], 0, sizeof(PerPlane)); in calcSaoStatsCu_BeforeDblk()