Home
last modified time | relevance | path

Searched refs:fbucket (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/djvulibre/djvulibre-3.5.28/libdjvu/
H A DIW44EncodeCodec.cpp1012 const short *pcoeff = blk.data(fbucket+buckno); in encode_prepare()
1013 const short *epcoeff = eblk.data(fbucket+buckno); in encode_prepare()
1079 int fbucket, int nbucket) in encode_buckets() argument
1109 int k = (fbucket+buckno)<<2; in encode_buckets()
1154 const short *pcoeff = blk.data(fbucket+buckno); in encode_buckets()
1155 short *epcoeff = eblk.data(fbucket+buckno, &emap); in encode_buckets()
1207 const short *pcoeff = blk.data(fbucket+buckno); in encode_buckets()
1273 int fbucket = bandbuckets[bandno].start; in estimate_decibel() local
1280 const short *pcoeff = blk.data(fbucket+buckno); in estimate_decibel()
1778 const int fbucket = bandbuckets[curband].start; in code_slice() local
[all …]
H A DIW44Image.cpp982 int fbucket = bandbuckets[curband].start; in code_slice() local
986 fbucket, nbucket); in code_slice()
1026 if (fbucket) in decode_prepare()
1032 const short *pcoeff = blk.data(fbucket+buckno); in decode_prepare()
1089 int fbucket, int nbucket) in decode_buckets() argument
1092 int bbstate = decode_prepare(fbucket, nbucket, blk); in decode_buckets()
1119 int k = (fbucket+buckno)<<2; in decode_buckets()
1158 short *pcoeff = (short*)blk.data(fbucket+buckno); in decode_buckets()
1161 pcoeff = blk.data(fbucket+buckno, &map); in decode_buckets()
1163 if (fbucket == 0) // band zero in decode_buckets()
[all …]
H A DIW44Image.h679 int decode_prepare(int fbucket, int nbucket, IW44Image::Block &blk);
681 IW44Image::Block &blk, int fbucket, int nbucket);