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

  /external/pixman/demos/
convolution-test.c 17 pixman_fixed_t convolution[] = local
40 convolution, 11);
  /cts/suite/audio_quality/test_description/processing/
calc_delay.py 26 def convolution(data0, data1reversed, n): function
27 """calculate convolution part of data0 with data1 from pos n"""
33 return convolution(*args)
  /external/chromium_org/ui/file_manager/gallery/js/image_editor/
filter.js 201 * Perform an image convolution with a symmetrical 5x5 matrix:
432 * Return a convolution filter function bound to specific weights.
434 * @param {Array.<number>} weights Weights for the convolution matrix
436 * @return {function(ImageData,ImageData,number,number)} Convolution filter.

Completed in 165 milliseconds