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

  /external/libvpx/libvpx/vp8/encoder/
mr_dissim.c 94 int dissim = INT_MAX; local
198 dissim = MAX(mmvx, mmvy);
206 store_mode_info->dissim = dissim;
pickinter.c 409 void get_lower_res_motion_info(VP8_COMP *cpi, MACROBLOCKD *xd, int *dissim,
436 *dissim = store_mode_info[parent_mb_index].dissim;
438 /* For highest-resolution encoder, adjust dissim value. Lower its quality
441 *dissim>>=1;
609 int dissim = INT_MAX; local
619 get_lower_res_motion_info(cpi, xd, &dissim, &parent_ref_frame,
653 if (parent_ref_valid && parent_ref_frame && dissim < 8)
739 else if(vp8_mode_order[mode_index] == NEWMV && dissim==0
896 if(dissim <=32) step_param += 3
    [all...]
  /external/libvpx/libvpx/vp8/common/
blockd.h 177 int dissim; /* dissimilarity level of the macroblock */ member in struct:__anon10947

Completed in 58 milliseconds