HomeSort by relevance Sort by last modified time
    Searched defs:srcbuf (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_denoiser.c 354 const uint8_t *srcbuf = src.y_buffer; local
360 vpx_memcpy(destbuf, srcbuf, dest.y_width);
362 srcbuf += src.y_stride;
  /external/chromium_org/third_party/libjpeg_turbo/
tjbench.c 89 int decomptest(unsigned char *srcbuf, unsigned char **jpegbuf,
198 if(srcbuf && sf.num==1 && sf.denom==1)
211 int y=(int)((double)srcbuf[rindex]*0.299
212 + (double)srcbuf[gindex]*0.587
213 + (double)srcbuf[bindex]*0.114 + 0.5);
226 =abs(dstbuf[pitch*row+col]-srcbuf[pitch*row+col]);
242 void dotestyuv(unsigned char *srcbuf, int w, int h, int subsamp,
268 if(tjEncodeYUV2(handle, srcbuf, w, 0, h, pf, dstbuf, subsamp, flags)==-1)
274 if(tjEncodeYUV2(handle, srcbuf, w, 0, h, pf, dstbuf, subsamp, flags)==-1)
318 void dotest(unsigned char *srcbuf, int w, int h, int subsamp, int jpegqual
467 unsigned char **jpegbuf=NULL, *srcbuf=NULL; local
724 unsigned char *srcbuf=NULL; int w, h, i, j; local
    [all...]

Completed in 571 milliseconds