HomeSort by relevance Sort by last modified time
    Searched defs:SET_CTB_ALIGN (Results 1 - 2 of 2) sorted by null

  /external/libhevc/encoder/
ihevce_plugin_priv.h 67 #define SET_CTB_ALIGN(x, y) ((((x) & ((y)-1)) == 0) ? 0 : (y) - ((x) & ((y)-1)))
ihevce_defs.h 238 #define SET_CTB_ALIGN(x, y) ((((x) & ((y)-1)) == 0) ? 0 : (y) - ((x) & ((y)-1)))

Completed in 1147 milliseconds