Searched refs:bytenum (Results 1 – 7 of 7) sorted by relevance
/third_party/gstreamer/gstplugins_bad/ext/opencv/ |
D | MotionCells.cpp | 359 int bytenum = (int) floor (bitnum / 8.0); in saveMotionCells() local 360 int shift = bitnum - bytenum * 8; in saveMotionCells() 361 mc_data.data[bytenum] = mc_data.data[bytenum] | (1 << shift); in saveMotionCells()
|
/third_party/uboot/u-boot-2020.01/drivers/ddr/hisilicon/default/ |
D | ddr_phy_t16.h | 296 #define DDR_PHY_VREF_HOST_SET(base_phy, rank, bytenum, byte_index, val) \ argument 300 for (i = 0; i < bytenum; i++) { \
|
D | ddr_phy_s40.h | 268 #define DDR_PHY_VREF_HOST_SET(base_phy, rank, bytenum, byte_index, val) \ argument
|
D | ddr_phy_t28.h | 292 #define DDR_PHY_VREF_HOST_SET(base_phy, rank, bytenum, byte_index, val) \ argument
|
D | ddr_phy_s28_v300.h | 326 #define DDR_PHY_VREF_HOST_SET(base_phy, rank, bytenum, byte_index, val) \ argument
|
D | ddr_phy_t12_v101.h | 309 #define DDR_PHY_VREF_HOST_SET(base_phy, rank, bytenum, byte_index, val) \ argument
|
D | ddr_phy_t12_v100.h | 310 #define DDR_PHY_VREF_HOST_SET(base_phy, rank, bytenum, byte_index, val) \ argument
|