HomeSort by: relevance | last modified time | path
    Searched refs:coefficients (Results 1 - 3 of 3) sorted by relevancy

  /xsrc/external/mit/pixman/dist/test/
stress-test.c 265 pixman_fixed_t *coefficients = NULL; local
398 coefficients = malloc (n_coefficients * sizeof (pixman_fixed_t));
400 if (coefficients)
405 coefficients[i + 2] = prng_rand();
407 coefficients[0] = width << 16;
408 coefficients[1] = height << 16;
424 pixman_image_set_filter (image, filter, coefficients, n_coefficients);
426 free (coefficients);
  /xsrc/external/mit/xf86-video-geode/dist/src/cim/
cim_parm.h 781 unsigned long coefficients[512]; member in struct:tagDFSaveRestore
cim_df.c 734 * This routine sets the horizontal and vertical filter coefficients for video
735 * scaling. These coefficients are used for upscaling and downscaling video.
763 /* PROGRAM COEFFICIENTS */
1496 /* READ FILTER COEFFICIENTS */
1499 df_state->coefficients[i] = READ_VID32(DF_COEFFICIENT_BASE + (i << 2));
1595 /* RESTORE FILTER COEFFICIENTS */
1598 WRITE_VID32(DF_COEFFICIENT_BASE + (i << 2), df_state->coefficients[i]);
2274 * This routine reads the coefficients for the video scaler/filter.

Completed in 7 milliseconds