HomeSort by relevance Sort by last modified time
    Searched full:q_level (Results 1 - 5 of 5) sorted by null

  /external/webp/src/utils/
quant_levels.c 32 int q_level[NUM_SYMBOLS] = { 0 }; local
71 q_level[min_s] = 0;
72 q_level[max_s] = num_levels - 1;
93 q_level[s] = slot;
109 const double error = s - inv_q_level[q_level[s]];
128 const int slot = q_level[s];
  /external/bluetooth/bluedroid/btif/co/
bta_pan_co.c 50 UINT8 bta_pan_co_init(UINT8 *q_level)
54 /* set the q_level to 30 buffers */
55 *q_level = 30;
  /external/bluetooth/bluedroid/bta/pan/
bta_pan_int.h 155 UINT8 q_level; /* queue level set by application for TX data */ member in struct:__anon2853
bta_pan_act.c 307 bta_pan_cb.flow_mask = bta_pan_co_init(&bta_pan_cb.q_level);
627 while(p_scb->data_queue.count > bta_pan_cb.q_level)
651 while(p_scb->data_queue.count > bta_pan_cb.q_level)
  /external/bluetooth/bluedroid/bta/include/
bta_pan_co.h 67 BTA_API extern UINT8 bta_pan_co_init(UINT8 *q_level);

Completed in 81 milliseconds