OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:q_level
(Results
1 - 2
of
2
) 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/bta/pan/
bta_pan_int.h
155
UINT8
q_level
; /* queue level set by application for TX data */
member in struct:__anon2853
Completed in 1029 milliseconds