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 - 11
of
11
) 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/common/
vp9_entropy.h
36
#define
DCT_EOB_TOKEN
11 /* EOB Extra Bits 0+0 */
vp9_entropy.c
123
-
DCT_EOB_TOKEN
, 2, /* 0 = EOB */
/external/libvpx/libvpx/vp9/encoder/
vp9_encodemb.c
157
tokens[eob][0].token =
DCT_EOB_TOKEN
;
224
t0 = tokens[next][0].token ==
DCT_EOB_TOKEN
?
225
DCT_EOB_TOKEN
: ZERO_TOKEN;
226
t1 = tokens[next][1].token ==
DCT_EOB_TOKEN
?
227
DCT_EOB_TOKEN
: ZERO_TOKEN;
233
if (t0 !=
DCT_EOB_TOKEN
) {
238
if (t1 !=
DCT_EOB_TOKEN
) {
270
if (t0 !=
DCT_EOB_TOKEN
) {
275
if (t1 !=
DCT_EOB_TOKEN
) {
vp9_tokenize.c
143
token =
DCT_EOB_TOKEN
;
vp9_rdopt.c
133
assert(c[t][i][j][k][0][l][
DCT_EOB_TOKEN
] ==
134
c[t][i][j][k][1][l][
DCT_EOB_TOKEN
]);
514
cost = token_costs[0][0][pt][
DCT_EOB_TOKEN
];
546
cost += (*token_costs)[0][pt][
DCT_EOB_TOKEN
];
[
all
...]
vp9_onyx_if.c
[
all
...]
Completed in 33 milliseconds