Home
last modified time | relevance | path

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

/aosp_15_r20/external/libdav1d/include/common/
H A Dbitdepth.h58 #define bitdepth_from_max(x) 8 macro
75 #define bitdepth_from_max(bitdepth_max) (32 - clz(bitdepth_max)) macro