Home
last modified time | relevance | path

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

/third_party/ffmpeg/libswscale/
Dutils.c1107 static uint16_t * alloc_gamma_tbl(double e) in alloc_gamma_tbl() function
1511 c2->gamma = alloc_gamma_tbl( c->gamma_value); in sws_init_context()
1512 c2->inv_gamma = alloc_gamma_tbl(1.f/c->gamma_value); in sws_init_context()