Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/mpp/mpp/codec/dec/h265/
H A Dh265d_ps.c440 int numBits = 0; in parse_vps_extension() local
531 RK_S32 numBits = 1, lsIdx; in parse_vps_extension() local
553 int numBits = 1; in parse_vps_extension() local
/OK3568_Linux_fs/external/xserver/Xext/
H A Dhashtable.c240 ht_generic_hash(void *cdata, const void *ptr, int numBits) in ht_generic_hash()
254 ht_resourceid_hash(void * cdata, const void * data, int numBits) in ht_resourceid_hash()
/OK3568_Linux_fs/external/mpp/mpp/codec/enc/h265/
H A Dh265e_enctropy.c254 RK_S32 numBits = (RK_U32)(range - 256) >> 31; in h265e_cabac_encodeBin() local
H A Dh265e_slice.c377 RK_S32 numBits = 0; in h265e_code_slice_header() local
/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath9k/
H A Dar5008_phy.c117 u32 numBits, u32 firstBit, in ar5008_hw_phy_modify_rx_buffer()
H A Dhw.c172 u32 bitsPerSymbol, numBits, numSymbols, phyTime, txTime; in ath9k_hw_computetxtime() local
/OK3568_Linux_fs/external/xserver/dix/
H A Dresource.c669 HashResourceID(XID id, int numBits) in HashResourceID()