OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MV_VALS
(Results
1 - 6
of
6
) sorted by null
/external/libvpx/libvpx/vp9/encoder/
vp9_block.h
120
int nmvcosts[2][
MV_VALS
];
122
int nmvcosts_hp[2][
MV_VALS
];
127
int nmvsadcosts[2][
MV_VALS
];
129
int nmvsadcosts_hp[2][
MV_VALS
];
vp9_onyx_int.h
52
int nmvcosts[2][
MV_VALS
];
53
int nmvcosts_hp[2][
MV_VALS
];
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
vp9_entropymv.h
71
#define
MV_VALS
((MV_MAX << 1) + 1)
/external/libvpx/libvpx/vp9/common/
vp9_entropymv.h
71
#define
MV_VALS
((MV_MAX << 1) + 1)
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_encoder.h
52
int nmvcosts[2][
MV_VALS
];
53
int nmvcosts_hp[2][
MV_VALS
];
vp9_encoder.c
242
MV_VALS
* sizeof(*cpi->nmvcosts[0]));
244
MV_VALS
* sizeof(*cpi->nmvcosts[1]));
246
MV_VALS
* sizeof(*cpi->nmvcosts_hp[0]));
248
MV_VALS
* sizeof(*cpi->nmvcosts_hp[1]));
270
MV_VALS
* sizeof(*cc->nmvcosts[0]));
272
MV_VALS
* sizeof(*cc->nmvcosts[1]));
274
MV_VALS
* sizeof(*cc->nmvcosts_hp[0]));
276
MV_VALS
* sizeof(*cc->nmvcosts_hp[1]));
795
vpx_calloc(
MV_VALS
, sizeof(*cpi->nmvcosts[0])));
797
vpx_calloc(
MV_VALS
, sizeof(*cpi->nmvcosts[1])))
[
all
...]
Completed in 264 milliseconds