Home
last modified time | relevance | path

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

/haiku/src/add-ons/media/plugins/ffmpeg/
H A Dgen_lookup.cpp104 int Gmax = (Ymax + Cr_Gmax + Cb_Gmax) >> shift; in main() local
111 printf("Gmax %d\n", Gmax); in main()
148 int num_Gpos = (Gmax > 255) ? Gmax - 255 : 0; in main()