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

  /external/jpeg/
jcsample.c 53 /* Pointer to routine to downsample a single component */
110 * In this version we simply downsample each component independently.
118 my_downsample_ptr downsample = (my_downsample_ptr) cinfo->downsample; local
127 (*downsample->methods[ci]) (cinfo, compptr, in_ptr, out_ptr);
133 * Downsample pixel values of a single component.
181 * Downsample pixel values of a single component.
200 * Downsample pixel values of a single component.
243 * Downsample pixel values of a single component.
286 * Downsample pixel values of a single component
466 my_downsample_ptr downsample; local
    [all...]
jcprepct.c 57 * until we have enough to do a downsample step.
66 int next_buf_stop; /* downsample when we reach this index */
163 (*cinfo->downsample->downsample) (cinfo,
243 /* If we've gotten enough data, downsample a row group. */
245 (*cinfo->downsample->downsample) (cinfo,
334 if (cinfo->downsample->need_context_rows) {
jpegint.h 93 JMETHOD(void, downsample, (j_compress_ptr cinfo,
jcmaster.c 414 (*cinfo->downsample->start_pass) (cinfo);
jpeglib.h 405 struct jpeg_downsampler * downsample; member in struct:jpeg_compress_struct
    [all...]
  /external/qemu/distrib/jpeg-6b/
jcsample.c 53 /* Pointer to routine to downsample a single component */
110 * In this version we simply downsample each component independently.
118 my_downsample_ptr downsample = (my_downsample_ptr) cinfo->downsample; local
127 (*downsample->methods[ci]) (cinfo, compptr, in_ptr, out_ptr);
133 * Downsample pixel values of a single component.
181 * Downsample pixel values of a single component.
200 * Downsample pixel values of a single component.
243 * Downsample pixel values of a single component.
286 * Downsample pixel values of a single component
466 my_downsample_ptr downsample; local
    [all...]
jcprepct.c 57 * until we have enough to do a downsample step.
66 int next_buf_stop; /* downsample when we reach this index */
163 (*cinfo->downsample->downsample) (cinfo,
243 /* If we've gotten enough data, downsample a row group. */
245 (*cinfo->downsample->downsample) (cinfo,
334 if (cinfo->downsample->need_context_rows) {
jpegint.h 93 JMETHOD(void, downsample, (j_compress_ptr cinfo,
jcmaster.c 414 (*cinfo->downsample->start_pass) (cinfo);
jpeglib.h 405 struct jpeg_downsampler * downsample; member in struct:jpeg_compress_struct
    [all...]
  /frameworks/av/include/media/stagefright/
YUVCanvas.h 65 void downsample(
  /device/moto/wingray/taudio/
resample.c 72 int downsample(const int16_t *in, int16_t *out, int len, int *consumed, function
221 nr_out = downsample(buf, buf, nr / 2, &consumed, divs, divs_len, channels == 2);
  /frameworks/av/media/libstagefright/yuv/
YUVCanvas.cpp 84 void YUVCanvas::downsample( function in class:android::YUVCanvas
  /external/aac/libSBRenc/src/
sbr_encoder.cpp 124 #define SFL(fl) (fl*DOWN_SMPL_FAC) /* SBR frame length (hardcoded to downsample factor of 2) */
1742 int downsample = 0; local
    [all...]

Completed in 728 milliseconds