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

  /external/libaom/libaom/av1/encoder/
mcomp.c 370 static INLINE int divide_and_round(int n, int d) { function
388 *ic = divide_and_round((cost_list[1] - cost_list[3]) * (1 << (bits - 1)),
390 *ir = divide_and_round((cost_list[4] - cost_list[2]) * (1 << (bits - 1)),
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_mcomp.c 343 static INLINE int64_t divide_and_round(const int64_t n, const int64_t d) { function
366 *ic = (int)divide_and_round(x0 * b, y0);
367 *ir = (int)divide_and_round(x1 * b, y1);
    [all...]

Completed in 602 milliseconds