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 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 1541 libde265/slice.cc const position* ScanOrderSub = get_scan_order(log2w-2, scanIdx);
position 1542 libde265/slice.cc const position* ScanOrderPos = get_scan_order(2, scanIdx);
position 1548 libde265/slice.cc position S = ScanOrderSub[s>>4];
position 2413 libde265/slice.cc const position* ScanOrderSub = get_scan_order(log2TrafoSize-2, scanIdx);
position 2414 libde265/slice.cc const position* ScanOrderPos = get_scan_order(2, scanIdx);
position 2466 libde265/slice.cc position S = ScanOrderSub[i];
position 551 libde265/sps.cc const position* scan;