x265_ctu_info_t   115 source/common/frame.h     x265_ctu_info_t**      m_ctuInfo;
x265_ctu_info_t   156 source/encoder/analysis.cpp         x265_ctu_info_t* ctuTemp = *m_frame->m_ctuInfo + ctu.m_cuAddr;
x265_ctu_info_t   325 source/encoder/api.cpp int x265_encoder_ctu_info(x265_encoder *enc, int poc, x265_ctu_info_t** ctu)
x265_ctu_info_t  1186 source/encoder/encoder.cpp void Encoder::copyCtuInfo(x265_ctu_info_t** frameCtuInfo, int poc)
x265_ctu_info_t  1222 source/encoder/encoder.cpp         x265_ctu_info_t* ctuTemp, *prevCtuTemp;
x265_ctu_info_t  1226 source/encoder/encoder.cpp                 CHECKED_MALLOC(curFrame->m_ctuInfo, x265_ctu_info_t*, 1);
x265_ctu_info_t  1227 source/encoder/encoder.cpp             CHECKED_MALLOC(*curFrame->m_ctuInfo, x265_ctu_info_t, numCUsInFrame);
x265_ctu_info_t  1259 source/encoder/encoder.cpp                             CHECKED_MALLOC(curFrame->m_ctuInfo, x265_ctu_info_t*, 1);
x265_ctu_info_t  1260 source/encoder/encoder.cpp                         CHECKED_MALLOC(*curFrame->m_ctuInfo, x265_ctu_info_t, numCUsInFrame);
x265_ctu_info_t   204 source/encoder/encoder.h     void copyCtuInfo(x265_ctu_info_t** frameCtuInfo, int poc);
x265_ctu_info_t  1678 source/x265.h  int x265_encoder_ctu_info(x265_encoder *, int poc, x265_ctu_info_t** ctu);
x265_ctu_info_t  1727 source/x265.h      int           (*encoder_ctu_info)(x265_encoder*, int, x265_ctu_info_t**);