OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MB_MODE_COUNT
(Results
1 - 17
of
17
) sorted by null
/external/libvpx/libvpx/vp8/encoder/
block.h
98
int (*mbmode_cost)[
MB_MODE_COUNT
];
99
int (*intra_uv_mode_cost)[
MB_MODE_COUNT
];
onyx_int.h
692
int mbmode_cost[2][
MB_MODE_COUNT
];
693
int intra_uv_mode_cost[2][
MB_MODE_COUNT
];
pickinter.c
577
int_mv mode_mv_sb[2][
MB_MODE_COUNT
];
[
all
...]
rdopt.c
[
all
...]
/external/libvpx/libvpx/vp9/common/
vp9_loopfilter.h
57
uint8_t mode_lf_lut[
MB_MODE_COUNT
];
vp9_blockd.h
74
MB_MODE_COUNT
234
extern const TX_TYPE mode2txfm_map[
MB_MODE_COUNT
];
vp9_mvref_common.c
32
static const int mode_2_counter[
MB_MODE_COUNT
] = {
vp9_reconintra.c
21
const TX_TYPE mode2txfm_map[
MB_MODE_COUNT
] = {
vp9_postproc.c
34
static const unsigned char MB_PREDICTION_MODE_colors[
MB_MODE_COUNT
][3] = {
/external/libvpx/libvpx/vp8/common/
reconintra.c
136
case
MB_MODE_COUNT
:
277
case
MB_MODE_COUNT
:
blockd.h
84
MB_MODE_COUNT
findnearmv.c
153
int_mv mode_mv_sb[2][
MB_MODE_COUNT
],
findnearmv.h
85
int_mv mode_mv_sb[2][
MB_MODE_COUNT
],
postproc.c
33
static const unsigned char MB_PREDICTION_MODE_colors[
MB_MODE_COUNT
][3] =
[
all
...]
/external/libvpx/libvpx/vp9/encoder/
vp9_block.h
133
int mbmode_cost[
MB_MODE_COUNT
];
135
int intra_uv_mode_cost[2][
MB_MODE_COUNT
];
vp9_rdopt.c
274
for (m = NEARESTMV; m <
MB_MODE_COUNT
; m++)
[
all
...]
vp9_encodeframe.c
382
assert(mi->mbmi.mode <
MB_MODE_COUNT
);
[
all
...]
Completed in 47 milliseconds