HomeSort by relevance Sort by last modified time
    Searched refs:MV_CLASS_TYPE (Results 1 - 2 of 2) sorted by null

  /external/libvpx/libvpx/vp9/common/
vp9_entropymv.h 60 } MV_CLASS_TYPE;
110 MV_CLASS_TYPE vp9_get_mv_class(int z, int *offset);
111 int vp9_get_mv_mag(MV_CLASS_TYPE c, int offset);
vp9_entropymv.c 128 MV_CLASS_TYPE vp9_get_mv_class(int z, int *offset) {
129 MV_CLASS_TYPE c = MV_CLASS_0;
145 int vp9_get_mv_mag(MV_CLASS_TYPE c, int offset) {

Completed in 381 milliseconds