OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:q_level
(Results
1 - 6
of
6
) sorted by null
/external/opencv3/3rdparty/libwebp/utils/
quant_levels.c
34
int
q_level
[NUM_SYMBOLS] = { 0 };
local
73
q_level
[min_s] = 0;
74
q_level
[max_s] = num_levels - 1;
95
q_level
[s] = slot;
111
const double error = s - inv_q_level[
q_level
[s]];
130
const int slot =
q_level
[s];
/external/webp/src/utils/
quant_levels.c
30
int
q_level
[NUM_SYMBOLS] = { 0 };
local
69
q_level
[min_s] = 0;
70
q_level
[max_s] = num_levels - 1;
91
q_level
[s] = slot;
107
const double error = s - inv_q_level[
q_level
[s]];
126
const int slot =
q_level
[s];
/system/bt/btif/co/
bta_pan_co.c
51
UINT8 bta_pan_co_init(UINT8 *
q_level
)
55
/* set the
q_level
to 30 buffers */
56
*
q_level
= 30;
/system/bt/bta/pan/
bta_pan_int.h
164
UINT8
q_level
; /* queue level set by application for TX data */
member in struct:__anon73660
bta_pan_act.c
340
bta_pan_cb.flow_mask = bta_pan_co_init(&bta_pan_cb.
q_level
);
668
while (fixed_queue_length(p_scb->data_queue) > bta_pan_cb.
q_level
)
695
while (fixed_queue_length(p_scb->data_queue) > bta_pan_cb.
q_level
)
/system/bt/bta/include/
bta_pan_co.h
67
extern UINT8 bta_pan_co_init(UINT8 *
q_level
);
Completed in 856 milliseconds