Home
last modified time | relevance | path

Searched refs:DECIMATED_DIMENSION (Results 1 – 8 of 8) sorted by relevance

/hardware/qcom/msm8994/original-kernel-headers/linux/
Dmsm_mdp.h547 #define DECIMATED_DIMENSION(dim, deci) (((dim) + ((1 << (deci)) - 1)) >> (deci)) macro
/hardware/qcom/msm8994/kernel-headers/linux/
Dmsm_mdp.h553 #define DECIMATED_DIMENSION(dim,deci) (((dim) + ((1 << (deci)) - 1)) >> (deci)) macro
/hardware/qcom/msm8996/kernel-headers/linux/
Dmsm_mdp.h735 #define DECIMATED_DIMENSION(dim,deci) (((dim) + ((1 << (deci)) - 1)) >> (deci)) macro
/hardware/qcom/msm8998/kernel-headers/linux/
Dmsm_mdp.h750 #define DECIMATED_DIMENSION(dim,deci) (((dim) + ((1 << (deci)) - 1)) >> (deci)) macro
/hardware/qcom/msm8996/original-kernel-headers/linux/
Dmsm_mdp.h714 #define DECIMATED_DIMENSION(dim, deci) (((dim) + ((1 << (deci)) - 1)) >> (deci)) macro
/hardware/qcom/msm8x09/original-kernel-headers/linux/
Dmsm_mdp.h713 #define DECIMATED_DIMENSION(dim, deci) (((dim) + ((1 << (deci)) - 1)) >> (deci)) macro
/hardware/qcom/msm8x09/kernel-headers/linux/
Dmsm_mdp.h591 #define DECIMATED_DIMENSION(dim,deci) (((dim) + ((1 << (deci)) - 1)) >> (deci)) macro
/hardware/qcom/msm8998/original-kernel-headers/linux/
Dmsm_mdp.h728 #define DECIMATED_DIMENSION(dim, deci) (((dim) + ((1 << (deci)) - 1)) >> (deci)) macro