HomeSort by relevance Sort by last modified time
    Searched full:convolve_4rows_horizontally (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/skia/ext/
convolver.cc 359 Convolve4RowsHorizontally_pointer convolve_4rows_horizontally; member in struct:skia::ConvolveProcs
369 procs->convolve_4rows_horizontally = &Convolve4RowsHorizontally_SSE2;
390 simd.convolve_4rows_horizontally = NULL;
420 (simd.convolve_4rows_horizontally ? 4 : 0);
455 if (simd.convolve_4rows_horizontally &&
464 simd.convolve_4rows_horizontally(src, filter_x, out_row);

Completed in 105 milliseconds