Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dxan.c475 static uint8_t gamma_corr(uint8_t in) { in gamma_corr() function
577 int r = gamma_corr(bytestream2_get_byteu(&ctx)); in xan_decode_frame()
578 int g = gamma_corr(bytestream2_get_byteu(&ctx)); in xan_decode_frame()
579 int b = gamma_corr(bytestream2_get_byteu(&ctx)); in xan_decode_frame()

Completed in 2 milliseconds