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

  /external/libvpx/libvpx/vp8/encoder/
rdopt.c 1023 int thissme; local
1085 thissme = cpi->diamond_search_sad(
1089 if (thissme < bestsme) {
1090 bestsme = thissme;
1105 thissme = cpi->full_search_sad(x, c, e, &mvp_full, sadpb, 16,
1108 if (thissme < bestsme) {
1109 bestsme = thissme;
2016 int thissme; local
    [all...]
pickinter.c 993 int thissme; local
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_mcomp.c 1929 int thissme, n, num00 = 0; local
    [all...]

Completed in 64 milliseconds