getCB             110 libde265-1.0.3/libde265/encoder/encoder-syntax.cc   if (availableL && ectx->ctbs.getCB(x0-1,y0)->ctDepth > ctDepth) condL=1;
getCB             111 libde265-1.0.3/libde265/encoder/encoder-syntax.cc   if (availableA && ectx->ctbs.getCB(x0,y0-1)->ctDepth > ctDepth) condA=1;
getCB            1302 libde265-1.0.3/libde265/encoder/encoder-syntax.cc   if (availableL && ectx->ctbs.getCB(x0-1,y0)->PredMode == MODE_SKIP) condL=1;
getCB            1303 libde265-1.0.3/libde265/encoder/encoder-syntax.cc   if (availableA && ectx->ctbs.getCB(x0,y0-1)->PredMode == MODE_SKIP) condA=1;
getCB             618 libde265-1.0.3/libde265/encoder/encoder-types.cc   const enc_cb* cb = getCB(x,y);
getCB             630 libde265-1.0.3/libde265/encoder/encoder-types.cc   const enc_cb* cb = getCB(x,y);
getCB             371 libde265-1.0.3/libde265/encoder/encoder-types.h   const enc_cb* getCB(int x,int y) const;
getCB             172 libde265-1.0.3/libde265/intrapred.cc     const enc_cb* cbL = ctbs.getCB(x-1,y);
getCB             192 libde265-1.0.3/libde265/intrapred.cc     const enc_cb* cbA = ctbs.getCB(x,y-1);
getCB             716 libde265-1.0.3/libde265/intrapred.cc         const enc_cb* cb = ctbs.getCB(xN*SubWidth, yN*SubHeight);
getCB             750 libde265-1.0.3/libde265/intrapred.cc       const enc_cb* cb = ctbs.getCB(xN*SubWidth, yN*SubHeight);
getCB             788 libde265-1.0.3/libde265/intrapred.cc         const enc_cb* cb = ctbs.getCB(xN*SubWidth, yN*SubHeight);
getCB             728 libde265-1.0.3/libde265/motion.cc   enum PartMode get_PartMode(int x,int y) { return ectx->ctbs.getCB(x,y)->PartMode; }