Searched refs:q_count (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/libwebp/utils/
H A Dquant_levels.c81 double q_count[NUM_SYMBOLS] = { 0 }; local
93 q_count[slot] += freq[s];
101 const double count = q_count[slot];
/external/webp/src/utils/
H A Dquant_levels.c81 double q_count[NUM_SYMBOLS] = { 0 }; local
93 q_count[slot] += freq[s];
101 const double count = q_count[slot];
/external/bluetooth/bluedroid/stack/l2cap/
H A Dl2c_utils.c3236 UINT16 q_count = p_ccb->xmit_hold_q.count; local
3241 q_count += p_ccb->p_lcb->ucd_out_sec_pending_q.count;
3254 if (q_count <= (p_ccb->buff_quota / 2))
3260 p_ccb->local_cid, q_count, p_ccb->buff_quota);
3284 if (q_count > p_ccb->buff_quota)
3290 p_ccb->local_cid, q_count, p_ccb->buff_quota);

Completed in 288 milliseconds