Home
last modified time | relevance | path

Searched defs:tab_pos (Results 1 – 1 of 1) sorted by relevance

/external/webp/src/enc/
Dpicture_csp_enc.c114 const int tab_pos = v >> (kGammaTabFix + 2); // integer part in Interpolate() local
231 const uint32_t tab_pos = v >> GAMMA_TO_LINEAR_BITS; in LinearToGammaS() local