OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:kbands
(Results
1 - 2
of
2
) sorted by null
/external/libvpx/libvpx/vp8/decoder/
detokenize.c
34
static const uint8_t
kBands
[16 + 1] = {
89
p = prob[
kBands
[n]][0];
93
p = prob[
kBands
[n]][1];
122
p = prob[
kBands
[n]][2];
/external/webp/src/dec/
tree_dec.c
505
static const uint8_t
kBands
[16 + 1] = {
524
proba->bands_ptr_[t][b] = &proba->bands_[t][
kBands
[b]];
Completed in 779 milliseconds