OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NUM_PROBAS
(Results
1 - 9
of
9
) sorted by null
/external/webp/src/dec/
common_dec.h
51
NUM_PROBAS
= 11
tree_dec.c
41
CoeffsProba0[NUM_TYPES][NUM_BANDS][NUM_CTX][
NUM_PROBAS
] = {
364
CoeffsUpdateProba[NUM_TYPES][NUM_BANDS][NUM_CTX][
NUM_PROBAS
] = {
512
for (p = 0; p <
NUM_PROBAS
; ++p) {
vp8i_dec.h
97
typedef uint8_t VP8ProbaArray[
NUM_PROBAS
];
/external/webp/src/enc/
tree_enc.c
21
VP8CoeffsProba0[NUM_TYPES][NUM_BANDS][NUM_CTX][
NUM_PROBAS
] = {
350
VP8CoeffsUpdateProba[NUM_TYPES][NUM_BANDS][NUM_CTX][
NUM_PROBAS
] = {
490
for (p = 0; p <
NUM_PROBAS
; ++p) {
vp8i_enc.h
127
typedef uint8_t ProbaArray[NUM_CTX][
NUM_PROBAS
];
128
typedef proba_t StatsArray[NUM_CTX][
NUM_PROBAS
];
413
extern const uint8_t VP8CoeffsProba0[NUM_TYPES][NUM_BANDS][NUM_CTX][
NUM_PROBAS
];
415
VP8CoeffsUpdateProba[NUM_TYPES][NUM_BANDS][NUM_CTX][
NUM_PROBAS
];
cost_enc.c
42
static int VariableLevelCost(int level, const uint8_t probas[
NUM_PROBAS
]) {
token_enc.c
88
(
NUM_PROBAS
* ((ctx) + NUM_CTX * ((b) + NUM_BANDS * (t))))
frame_enc.c
150
for (p = 0; p <
NUM_PROBAS
; ++p) {
/external/libvpx/libvpx/vp8/decoder/
detokenize.c
49
#define
NUM_PROBAS
11
53
typedef const uint8_t (*ProbaArray)[NUM_CTX][
NUM_PROBAS
];
Completed in 8100 milliseconds