Home
last modified time | relevance | path

Searched refs:QSCALE (Results 1 - 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dproresenc_anatoliy.c230 #define QSCALE(qmat,ind,val) ((val) / ((qmat)[ind])) macro
253 prev_dc = QSCALE(qmat, 0, in[0] - 16384); in encode_dc_coeffs()
259 new_dc = QSCALE(qmat, 0, in[idx] - 16384); in encode_dc_coeffs()
287 int val = QSCALE(qmat, indp, in[(j << 6) + indp]); in encode_ac_coeffs()

Completed in 2 milliseconds