HomeSort by relevance Sort by last modified time
    Searched refs:SHL_NEG (Results 1 - 4 of 4) sorted by null

  /external/libhevc/common/mips/
ihevc_platform_macros.h 59 #define SHL_NEG(val,shift) ((shift<0)?(val>>(-shift)):(val<<shift))
  /external/libhevc/common/
ihevc_trans_macros.h 144 add_iq = SHL_NEG(1 , (shift_iq - qp_div - 1)); /* To be moved outside in neon. To be computed once per transform call */ \
164 add_iq = SHL_NEG(1 , (shift_iq - qp_div - 1)); /* To be moved outside in neon. To be computed once per transform call */ \
  /external/libhevc/common/x86/
ihevc_platform_macros.h 60 #define SHL_NEG(val,shift) ((shift<0)?(val>>(-shift)):(val<<shift))
  /external/libhevc/common/arm/
ihevc_platform_macros.h 115 #define SHL_NEG(val,shift) ((shift<0)?(val>>(-shift)):(val<<shift))

Completed in 51 milliseconds