Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx_dsp/
Dinv_txfm.h86 #define WRAPLOW(x, bd) ((((int32_t)(x)) << (24 - bd)) >> (24 - bd)) macro
88 #define WRAPLOW(x, bd) ((int32_t)(x)) macro