Searched defs:K (Results 1 – 5 of 5) sorted by relevance
86 #define FLOAT_MULT_DCT(K, sample) (FIX(K,20) * sample) in float_dct2_8() argument212 #define FIX_MULT_DCT(K, x) (MUL_32S_32S_HI(K,x)<<2) in dct2_8() argument
234 #define LONG_MULT_DCT(K, sample) (MUL_16S_32S_HI(K, sample)<<2) argument
224 RemoteCallbackMap<K, V>::CallbackDeathRecipient::CallbackDeathRecipient( in CallbackDeathRecipient()
39 static const uint32_t K[64] = { variable
159 void LruCache<K, V>::setOnEntryRemovedListener(OnEntryRemoved<K, V>* listener) { in setOnEntryRemovedListener()