position 590 libde265/encoder/encoder-syntax.cc void findLastSignificantCoeff(const position* sbScan, const position* cScan, position 625 libde265/encoder/encoder-syntax.cc const position& sbPos) position 782 libde265/encoder/encoder-syntax.cc const position* ScanOrderSub = get_scan_order(log2TrafoSize-2, scanIdx); position 783 libde265/encoder/encoder-syntax.cc const position* ScanOrderPos = get_scan_order(2, scanIdx); position 851 libde265/encoder/encoder-syntax.cc position S = ScanOrderSub[i]; position 23 libde265/scan.cc static position scan0 = { 0,0 }; position 24 libde265/scan.cc static position scan_h_1[ 2* 2], scan_v_1[ 2* 2], scan_d_1[ 2* 2]; position 25 libde265/scan.cc static position scan_h_2[ 4* 4], scan_v_2[ 4* 4], scan_d_2[ 4* 4]; position 26 libde265/scan.cc static position scan_h_3[ 8* 8], scan_v_3[ 8* 8], scan_d_3[ 8* 8]; position 27 libde265/scan.cc static position scan_h_4[16*16], scan_v_4[16*16], scan_d_4[16*16]; position 28 libde265/scan.cc static position scan_h_5[32*32], scan_v_5[32*32], scan_d_5[32*32]; position 30 libde265/scan.cc static position* scan_h[7] = { &scan0,scan_h_1,scan_h_2,scan_h_3,scan_h_4,scan_h_5 }; position 31 libde265/scan.cc static position* scan_v[7] = { &scan0,scan_v_1,scan_v_2,scan_v_3,scan_v_4,scan_v_5 }; position 32 libde265/scan.cc static position* scan_d[7] = { &scan0,scan_d_1,scan_d_2,scan_d_3,scan_d_4,scan_d_5 }; position 34 libde265/scan.cc static void init_scan_h(position* scan, int blkSize) position 46 libde265/scan.cc static void init_scan_v(position* scan, int blkSize) position 58 libde265/scan.cc static void init_scan_d(position* scan, int blkSize) position 80 libde265/scan.cc const position* get_scan_order(int log2BlockSize, int scanIdx) position 113 libde265/scan.cc const position* ScanOrderSub = get_scan_order(log2TrafoSize-2, scanIdx); position 114 libde265/scan.cc const position* ScanOrderPos = get_scan_order(2, scanIdx); position 124 libde265/scan.cc position S = ScanOrderSub[lastSubBlock]; position 39 libde265/scan.h const position* get_scan_order(int log2BlockSize, int scanIdx); position 2137 libde265/slice.cc const position* ScanOrderSub = get_scan_order(log2w-2, scanIdx); position 2138 libde265/slice.cc const position* ScanOrderPos = get_scan_order(2, scanIdx); position 2144 libde265/slice.cc position S = ScanOrderSub[s>>4]; position 3028 libde265/slice.cc const position* ScanOrderSub = get_scan_order(log2TrafoSize-2, scanIdx); position 3029 libde265/slice.cc const position* ScanOrderPos = get_scan_order(2, scanIdx); position 3081 libde265/slice.cc position S = ScanOrderSub[i]; position 784 libde265/sps.cc const position* scan;