Home
last modified time | relevance | path

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

/device/soc/esp/esp32/components/bt/host/bluedroid/external/sbc/decoder/srce/
Ddequant.c121 #define SCALE(x, y) (((x) + (1 <<((y)-1))) >> (y)) macro
Dsynthesis-dct8.c52 #define SCALE(x, y) (((x) + (1 <<((y)-1))) >> (y)) macro
Dsynthesis-sbc.c201 #define SCALE(x, y) (((x) + (1 <<((y)-1))) >> (y)) macro
/device/soc/st/stm32f407zg/uniproton/board/common/STM32F4xx_StdPeriph_Driver/inc/
Dstm32f4xx_can.h346 #define IS_CAN_FILTER_SCALE(SCALE) (((SCALE) == CAN_FilterScale_16bit) || \ argument
/device/soc/st/stm32f4xx/sdk/Drivers/STM32F4xx_HAL_Driver/Inc/Legacy/
Dstm32f4xx_hal_can_legacy.h737 #define IS_CAN_FILTER_SCALE(SCALE) (((SCALE) == CAN_FILTERSCALE_16BIT) || \ argument
/device/soc/st/stm32f4xx/sdk/Drivers/STM32F4xx_HAL_Driver/Inc/
Dstm32f4xx_hal_can.h801 #define IS_CAN_FILTER_SCALE(SCALE) (((SCALE) == CAN_FILTERSCALE_16BIT) || \ argument
/device/soc/hpmicro/sdk/hpm_sdk/soc/ip/
Dhpm_pdma_regs.h31 __RW uint32_t SCALE; /* 0x48: Layer scale register */ member