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

  /external/libaom/libaom/aom_ports/
mem.h 64 #define DIVIDE_AND_ROUND(x, y) (((x) + ((y) >> 1)) / (y))
  /external/libaom/libaom/av1/encoder/
k_means_template.h 76 DIVIDE_AND_ROUND(centroids[i * AV1_K_MEANS_DIM + j], count[i]);
encoder.c     [all...]

Completed in 95 milliseconds