Home
last modified time | relevance | path

Searched refs:vpx_img_fmt_t (Results 1 – 11 of 11) sorted by relevance

/external/libvpx/libvpx/vpx/
Dvpx_image.h67 } vpx_img_fmt_t; /**< alias for enum vpx_img_fmt */ typedef
89 vpx_img_fmt_t fmt; /**< Image Format */
160 vpx_image_t *vpx_img_alloc(vpx_image_t *img, vpx_img_fmt_t fmt,
183 vpx_image_t *vpx_img_wrap(vpx_image_t *img, vpx_img_fmt_t fmt, unsigned int d_w,
/external/libvpx/libvpx/vpx/src/
Dvpx_image.c18 static vpx_image_t *img_alloc_helper(vpx_image_t *img, vpx_img_fmt_t fmt, in img_alloc_helper()
154 vpx_image_t *vpx_img_alloc(vpx_image_t *img, vpx_img_fmt_t fmt, in vpx_img_alloc()
160 vpx_image_t *vpx_img_wrap(vpx_image_t *img, vpx_img_fmt_t fmt, unsigned int d_w, in vpx_img_wrap()
/external/libvpx/libvpx/
Dy4menc.h26 vpx_img_fmt_t fmt, unsigned int bit_depth);
Dy4menc.c16 vpx_img_fmt_t fmt, unsigned int bit_depth) { in y4m_write_file_header()
Dtools_common.h96 vpx_img_fmt_t fmt;
Dvpxdec.c481 vpx_img_fmt_t required_fmt) { in img_shifted_realloc_required()
904 const vpx_img_fmt_t shifted_fmt = in main_loop()
Dvpxenc.c1365 static const char *image_format_to_string(vpx_img_fmt_t f) { in image_format_to_string()
/external/libvpx/libvpx/test/
Dvideo_source.h179 void SetImageFormat(vpx_img_fmt_t format) { in SetImageFormat()
203 vpx_img_fmt_t format_;
Dy4m_test.cc92 void HeaderChecks(unsigned int bit_depth, vpx_img_fmt_t fmt) { in HeaderChecks()
Dresize_test.cc610 vpx_img_fmt_t CspForFrameNumber(int frame) { in CspForFrameNumber()
/external/libvpx/libvpx/vp9/
Dvp9_iface_common.h62 img->fmt = (vpx_img_fmt_t)(img->fmt | VPX_IMG_FMT_HIGHBITDEPTH); in yuvconfig2image()