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_utils.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/bta/pan/
bta_pan_int.h
139
uint8_t
q_level
; /* queue level set by application for TX data */
member in struct:__anon105841
Completed in 250 milliseconds