Home
last modified time | relevance | path

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

/external/libhevc/encoder/
Dihevce_plugin_priv.h67 #define SET_CTB_ALIGN(x, y) ((((x) & ((y)-1)) == 0) ? 0 : (y) - ((x) & ((y)-1))) macro
Dihevce_defs.h238 #define SET_CTB_ALIGN(x, y) ((((x) & ((y)-1)) == 0) ? 0 : (y) - ((x) & ((y)-1))) macro