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

  /external/libvpx/vp8/encoder/arm/
mcomp_arm.c 1081 int best_site = 0; local
1196 int best_site = 0; local
    [all...]
  /external/libvpx/vp8/encoder/
mcomp.c 886 int best_site = 0; local
945 best_site = i;
953 if (best_site != last_site)
955 best_mv->row += ss[best_site].mv.row;
956 best_mv->col += ss[best_site].mv.col;
957 best_address += ss[best_site].offset;
958 last_site = best_site;
1001 int best_site = 0; local
1081 best_site = i;
    [all...]

Completed in 40 milliseconds