Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dxan.c505 static const uint8_t gamma_lookup[256] = { variable
581 int r = gamma_lookup[bytestream2_get_byteu(&ctx)]; in xan_decode_frame()
582 int g = gamma_lookup[bytestream2_get_byteu(&ctx)]; in xan_decode_frame()
583 int b = gamma_lookup[bytestream2_get_byteu(&ctx)]; in xan_decode_frame()

Completed in 2 milliseconds