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

  /external/libvpx/vp8/common/
preproc.h 31 unsigned int *fixed_divide; member in struct:__anon5258
  /external/libvpx/vp8/encoder/
preproc.c 150 accumulator *= ppi->fixed_divide[count];
189 ppi->fixed_divide = 0;
245 ppi->fixed_divide = (unsigned int *) ROUNDUP32(ppi->fixed_divide_alloc);
248 ppi->fixed_divide[i] = 0x10000 / i;
onyx_int.h 620 int fixed_divide[255]; member in struct:__anon5299
onyx_if.c 3385 int *fixed_divide = cpi->fixed_divide; local
    [all...]
  /external/libvpx/vp8/encoder/x86/
preproc_mmx.c 150 int blurvalue = sums[i] * ppi->fixed_divide[counts[i]];
284 int blurvalue = sums[i] * ppi->fixed_divide[counts[i]];

Completed in 496 milliseconds