Home
last modified time | relevance | path

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

/external/chromium_org/third_party/libwebp/utils/
Dquant_levels.c77 double q_count[NUM_SYMBOLS] = { 0 }; in QuantizeLevels() local
89 q_count[slot] += freq[s]; in QuantizeLevels()
97 const double count = q_count[slot]; in QuantizeLevels()
/external/webp/src/utils/
Dquant_levels.c77 double q_count[NUM_SYMBOLS] = { 0 }; in QuantizeLevels() local
89 q_count[slot] += freq[s]; in QuantizeLevels()
97 const double count = q_count[slot]; in QuantizeLevels()
/external/bluetooth/bluedroid/stack/l2cap/
Dl2c_utils.c3411 UINT16 q_count = p_ccb->xmit_hold_q.count; in l2cu_check_channel_congestion() local
3416 q_count += p_ccb->p_lcb->ucd_out_sec_pending_q.count; in l2cu_check_channel_congestion()
3429 if (q_count <= (p_ccb->buff_quota / 2)) in l2cu_check_channel_congestion()
3435 p_ccb->local_cid, q_count, p_ccb->buff_quota); in l2cu_check_channel_congestion()
3474 if (q_count > p_ccb->buff_quota) in l2cu_check_channel_congestion()
3480 p_ccb->local_cid, q_count, p_ccb->buff_quota); in l2cu_check_channel_congestion()