Home
last modified time | relevance | path

Searched refs:MV_VALS (Results 1 – 3 of 3) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_block.h120 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];
Dvp9_onyx_int.h52 int nmvcosts[2][MV_VALS];
53 int nmvcosts_hp[2][MV_VALS];
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_entropymv.h71 #define MV_VALS ((MV_MAX << 1) + 1) macro