Home
last modified time | relevance | path

Searched refs:available_zscan (Results 1 – 6 of 6) sorted by relevance

/dports/multimedia/libde265/libde265-1.0.2/libde265/
H A Dtransform.cc110 if (tctx->img->available_zscan(xQG,yQG, xQG-1,yQG)) { in decode_quantization_parameters()
126 if (tctx->img->available_zscan(xQG,yQG, xQG,yQG-1)) { in decode_quantization_parameters()
H A Dimage.cc734 bool de265_image::available_zscan(int xCurr,int yCurr, int xN,int yN) const in available_zscan() function in de265_image
777 availableN = available_zscan(xP,yP,xN,yN); in available_pred_blk()
H A Dimage.h328 bool available_zscan(int xCurr,int yCurr, int xN,int yN) const;
/dports/graphics/digikam/digikam-7.4.0/core/libs/heifutils/libde265/
H A Dimage.cc759 bool de265_image::available_zscan(int xCurr,int yCurr, int xN,int yN) const in available_zscan() function in de265_image
802 availableN = available_zscan(xP,yP,xN,yN); in available_pred_blk()
H A Dtransform.cc110 if (tctx->img->available_zscan(xQG,yQG, xQG-1,yQG)) { in decode_quantization_parameters()
126 if (tctx->img->available_zscan(xQG,yQG, xQG,yQG-1)) { in decode_quantization_parameters()
H A Dimage.h333 bool available_zscan(int xCurr,int yCurr, int xN,int yN) const;