Home
last modified time | relevance | path

Searched refs:q_level (Results 1 – 6 of 6) sorted by relevance

/external/webp/src/utils/
Dquant_levels.c30 int q_level[NUM_SYMBOLS] = { 0 }; in QuantizeLevels() local
69 q_level[min_s] = 0; in QuantizeLevels()
70 q_level[max_s] = num_levels - 1; in QuantizeLevels()
91 q_level[s] = slot; in QuantizeLevels()
107 const double error = s - inv_q_level[q_level[s]]; in QuantizeLevels()
126 const int slot = q_level[s]; in QuantizeLevels()
/external/chromium_org/third_party/libwebp/utils/
Dquant_levels.c30 int q_level[NUM_SYMBOLS] = { 0 }; in QuantizeLevels() local
69 q_level[min_s] = 0; in QuantizeLevels()
70 q_level[max_s] = num_levels - 1; in QuantizeLevels()
91 q_level[s] = slot; in QuantizeLevels()
107 const double error = s - inv_q_level[q_level[s]]; in QuantizeLevels()
126 const int slot = q_level[s]; in QuantizeLevels()
/external/bluetooth/bluedroid/btif/co/
Dbta_pan_co.c51 UINT8 bta_pan_co_init(UINT8 *q_level) in bta_pan_co_init() argument
56 *q_level = 30; in bta_pan_co_init()
/external/bluetooth/bluedroid/bta/include/
Dbta_pan_co.h67 BTA_API extern UINT8 bta_pan_co_init(UINT8 *q_level);
/external/bluetooth/bluedroid/bta/pan/
Dbta_pan_act.c342 bta_pan_cb.flow_mask = bta_pan_co_init(&bta_pan_cb.q_level); in bta_pan_enable()
668 while(p_scb->data_queue.count > bta_pan_cb.q_level) in bta_pan_tx_path()
693 while(p_scb->data_queue.count > bta_pan_cb.q_level) in bta_pan_tx_path()
Dbta_pan_int.h163 UINT8 q_level; /* queue level set by application for TX data */ member