OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DCT_EOB_TOKEN
(Results
1 - 12
of
12
) sorted by null
/external/libvpx/libvpx/vp8/encoder/
tokenize.c
131
t->Token =
DCT_EOB_TOKEN
;
135
++x->coef_counts [1] [0] [pt] [
DCT_EOB_TOKEN
];
176
t->Token =
DCT_EOB_TOKEN
;
181
++x->coef_counts [1] [band] [pt] [
DCT_EOB_TOKEN
];
229
t->Token =
DCT_EOB_TOKEN
;
233
++x->coef_counts [type] [c] [pt] [
DCT_EOB_TOKEN
];
274
t->Token =
DCT_EOB_TOKEN
;
278
++x->coef_counts [type] [band] [pt] [
DCT_EOB_TOKEN
];
300
t->Token =
DCT_EOB_TOKEN
;
304
++x->coef_counts [2] [0] [pt] [
DCT_EOB_TOKEN
];
[
all
...]
encodemb.c
286
tokens[eob][0].token =
DCT_EOB_TOKEN
;
358
t0 = tokens[next][0].token ==
DCT_EOB_TOKEN
?
359
DCT_EOB_TOKEN
: ZERO_TOKEN;
360
t1 = tokens[next][1].token ==
DCT_EOB_TOKEN
?
361
DCT_EOB_TOKEN
: ZERO_TOKEN;
370
if(t0!=
DCT_EOB_TOKEN
)
376
if(t1!=
DCT_EOB_TOKEN
)
418
if (t0 !=
DCT_EOB_TOKEN
)
423
if (t1 !=
DCT_EOB_TOKEN
)
rdopt.c
545
cost += mb->token_costs [type] [vp8_coef_bands[c]] [pt] [
DCT_EOB_TOKEN
];
[
all
...]
/external/libvpx/libvpx/vp8/common/
entropy.c
88
-
DCT_EOB_TOKEN
, 2, /* 0 = EOB */
entropy.h
31
#define
DCT_EOB_TOKEN
11 /* EOB Extra Bits 0+0 */
/external/libvpx/libvpx/vp9/encoder/
vp9_encodemb.c
209
tokens[eob][0].token =
DCT_EOB_TOKEN
;
277
t0 = tokens[next][0].token ==
DCT_EOB_TOKEN
?
278
DCT_EOB_TOKEN
: ZERO_TOKEN;
279
t1 = tokens[next][1].token ==
DCT_EOB_TOKEN
?
280
DCT_EOB_TOKEN
: ZERO_TOKEN;
286
if (t0 !=
DCT_EOB_TOKEN
) {
291
if (t1 !=
DCT_EOB_TOKEN
) {
324
if (t0 !=
DCT_EOB_TOKEN
) {
329
if (t1 !=
DCT_EOB_TOKEN
) {
vp9_tokenize.c
160
token =
DCT_EOB_TOKEN
;
vp9_rdopt.c
127
assert(c[t][i][j][k][0][l][
DCT_EOB_TOKEN
] ==
128
c[t][i][j][k][1][l][
DCT_EOB_TOKEN
]);
508
cost = token_costs[0][0][pt][
DCT_EOB_TOKEN
];
540
cost += (*token_costs)[0][pt][
DCT_EOB_TOKEN
];
[
all
...]
vp9_onyx_if.c
[
all
...]
/external/libvpx/libvpx/vp9/common/
vp9_entropy.h
32
#define
DCT_EOB_TOKEN
11 /* EOB Extra Bits 0+0 */
vp9_entropy.c
205
-
DCT_EOB_TOKEN
, 2, /* 0 = EOB */
/external/libvpx/libvpx/vp9/decoder/
vp9_detokenize.c
70
(token ==
DCT_EOB_TOKEN
? DCT_EOB_MODEL_TOKEN : TWO_TOKEN) : \
Completed in 36 milliseconds