position          590 libde265-1.0.3/libde265/encoder/encoder-syntax.cc void findLastSignificantCoeff(const position* sbScan, const position* cScan,
position          625 libde265-1.0.3/libde265/encoder/encoder-syntax.cc                                       const position& sbPos)
position          782 libde265-1.0.3/libde265/encoder/encoder-syntax.cc   const position* ScanOrderSub = get_scan_order(log2TrafoSize-2, scanIdx);
position          783 libde265-1.0.3/libde265/encoder/encoder-syntax.cc   const position* ScanOrderPos = get_scan_order(2, scanIdx);
position          851 libde265-1.0.3/libde265/encoder/encoder-syntax.cc     position S = ScanOrderSub[i];
position           23 libde265-1.0.3/libde265/scan.cc static position scan0 = { 0,0 };
position           24 libde265-1.0.3/libde265/scan.cc static position scan_h_1[ 2* 2], scan_v_1[ 2* 2], scan_d_1[ 2* 2];
position           25 libde265-1.0.3/libde265/scan.cc static position scan_h_2[ 4* 4], scan_v_2[ 4* 4], scan_d_2[ 4* 4];
position           26 libde265-1.0.3/libde265/scan.cc static position scan_h_3[ 8* 8], scan_v_3[ 8* 8], scan_d_3[ 8* 8];
position           27 libde265-1.0.3/libde265/scan.cc static position scan_h_4[16*16], scan_v_4[16*16], scan_d_4[16*16];
position           28 libde265-1.0.3/libde265/scan.cc static position scan_h_5[32*32], scan_v_5[32*32], scan_d_5[32*32];
position           30 libde265-1.0.3/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-1.0.3/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-1.0.3/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-1.0.3/libde265/scan.cc static void init_scan_h(position* scan, int blkSize)
position           46 libde265-1.0.3/libde265/scan.cc static void init_scan_v(position* scan, int blkSize)
position           58 libde265-1.0.3/libde265/scan.cc static void init_scan_d(position* scan, int blkSize)
position           80 libde265-1.0.3/libde265/scan.cc const position* get_scan_order(int log2BlockSize, int scanIdx)
position          113 libde265-1.0.3/libde265/scan.cc   const position* ScanOrderSub = get_scan_order(log2TrafoSize-2, scanIdx);
position          114 libde265-1.0.3/libde265/scan.cc   const position* ScanOrderPos = get_scan_order(2, scanIdx);
position          124 libde265-1.0.3/libde265/scan.cc     position S = ScanOrderSub[lastSubBlock];
position           39 libde265-1.0.3/libde265/scan.h const position* get_scan_order(int log2BlockSize, int scanIdx);
position         2137 libde265-1.0.3/libde265/slice.cc             const position* ScanOrderSub = get_scan_order(log2w-2, scanIdx);
position         2138 libde265-1.0.3/libde265/slice.cc             const position* ScanOrderPos = get_scan_order(2, scanIdx);
position         2144 libde265-1.0.3/libde265/slice.cc                 position S = ScanOrderSub[s>>4];
position         3028 libde265-1.0.3/libde265/slice.cc   const position* ScanOrderSub = get_scan_order(log2TrafoSize-2, scanIdx);
position         3029 libde265-1.0.3/libde265/slice.cc   const position* ScanOrderPos = get_scan_order(2, scanIdx);
position         3081 libde265-1.0.3/libde265/slice.cc     position S = ScanOrderSub[i];
position          789 libde265-1.0.3/libde265/sps.cc   const position* scan;
position           61 libheif-1.3.2/libheif/bitstream.cc bool    StreamReader_istream::seek(int64_t position)
position           63 libheif-1.3.2/libheif/bitstream.cc   if (position>m_length)
position           66 libheif-1.3.2/libheif/bitstream.cc   m_istr->seekg(position, std::ios_base::beg);
position          117 libheif-1.3.2/libheif/bitstream.cc bool    StreamReader_memory::seek(int64_t position)
position          119 libheif-1.3.2/libheif/bitstream.cc   if (position>m_length || position<0)
position          122 libheif-1.3.2/libheif/bitstream.cc   m_position = position;
position           65 libheif-1.3.2/libheif/bitstream.h     virtual bool    seek(int64_t position) = 0;
position           84 libheif-1.3.2/libheif/bitstream.h     bool    seek(int64_t position) override;
position          104 libheif-1.3.2/libheif/bitstream.h     bool    seek(int64_t position) override;
position          126 libheif-1.3.2/libheif/bitstream.h     bool    seek(int64_t position) override { return !m_func_table->seek(position,m_userdata); }
position          294 libheif-1.3.2/libheif/heif.h   int (*seek)(int64_t position,
position           96 libheif-1.3.2/libheif/heif_cxx.h       virtual int seek(int64_t position) = 0;
position          413 libheif-1.3.2/libheif/heif_cxx.h   inline int heif_reader_trampoline_seek(int64_t position, void* userdata) {
position          415 libheif-1.3.2/libheif/heif_cxx.h     return reader->seek(position);