NUM_PLANE 969 source/encoder/sao.cpp for (int plane = 0; plane < (frame->m_param->internalCsp != X265_CSP_I400 && m_frame->m_fencPic->m_picCsp != X265_CSP_I400? NUM_PLANE : 1); plane++) NUM_PLANE 1248 source/encoder/sao.cpp X265_CHECK(sizeof(PerPlane) == (sizeof(int32_t) * (NUM_PLANE * MAX_NUM_SAO_TYPE * MAX_NUM_SAO_CLASS)), "Found Padding space in struct PerPlane"); NUM_PLANE 62 source/encoder/sao.h typedef int32_t (PerPlane[NUM_PLANE][MAX_NUM_SAO_TYPE][MAX_NUM_SAO_CLASS]); NUM_PLANE 76 source/encoder/sao.h int8_t m_offsetBo[NUM_PLANE][MAX_NUM_SAO_CLASS]; NUM_PLANE 77 source/encoder/sao.h int8_t m_offsetEo[NUM_PLANE][NUM_EDGETYPE];