Home
last modified time | relevance | path

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

/dports/multimedia/libde265/libde265-1.0.2/libde265/
H A Dtransform.h61 void dequant_coefficients(int16_t* out_coeff,
H A Dtransform.cc700 void dequant_coefficients(int16_t* out_coeff, in dequant_coefficients() function
/dports/graphics/digikam/digikam-7.4.0/core/libs/heifutils/libde265/
H A Dtransform.h61 void dequant_coefficients(int16_t* out_coeff,
H A Dtransform.cc710 void dequant_coefficients(int16_t* out_coeff, in dequant_coefficients() function
/dports/graphics/digikam/digikam-7.4.0/core/libs/heifutils/libde265/encoder/
H A Dencoder-types.cc189 if (cbf[cIdx]) dequant_coefficients(dequant_coeff, coeff[cIdx], log2TbSize, cb->qp); in reconstruct_tb()
/dports/multimedia/libde265/libde265-1.0.2/libde265/encoder/
H A Dencode.cc198 if (cbf[cIdx]) dequant_coefficients(dequant_coeff, coeff[cIdx], log2TbSize, cb->qp); in reconstruct_tb()