Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dagm.c48 static const uint8_t unscaled_chroma[64] = { variable
556 chroma[i] = FFMAX(1, unscaled_chroma[(i & 7) * 8 + (i >> 3)] * f); in compute_quant_matrix()
561 chroma[i] = FFMAX(1, 255.0 - (255 - unscaled_chroma[(i & 7) * 8 + (i >> 3)]) * f); in compute_quant_matrix()

Completed in 3 milliseconds