Home
last modified time | relevance | path

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

/third_party/ffmpeg/libswscale/
H A Dutils.c1166 static uint16_t * alloc_gamma_tbl(double e) in alloc_gamma_tbl() function
1639 c2->gamma = alloc_gamma_tbl( c->gamma_value); in sws_init_context()
1640 c2->inv_gamma = alloc_gamma_tbl(1.f/c->gamma_value); in sws_init_context()

Completed in 4 milliseconds