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

  /external/webp/src/enc/
picture_psnr_enc.c 188 if (!WebPPictureView(src, 0, 0, w, h, &p0)) goto Error;
189 if (!WebPPictureView(ref, 0, 0, w, h, &p1)) goto Error;
picture_rescale_enc.c 93 int WebPPictureView(const WebPPicture* src,
281 int WebPPictureView(const WebPPicture* src,
  /external/webp/include/webp/
encode.h 438 WEBP_EXTERN int WebPPictureView(const WebPPicture* src,
  /external/webp/src/webp/
encode.h 438 WEBP_EXTERN int WebPPictureView(const WebPPicture* src,
  /external/webp/src/mux/
anim_encode.c 563 return WebPPictureView(curr_canvas, rect->x_offset_, rect->y_offset_,
    [all...]

Completed in 764 milliseconds