Searched refs:vpx_img_fmt_t (Results 1 – 11 of 11) sorted by relevance
/external/libvpx/libvpx/vpx/ |
D | vpx_image.h | 50 } vpx_img_fmt_t; /**< alias for enum vpx_img_fmt */ typedef 72 vpx_img_fmt_t fmt; /**< Image Format */ 143 vpx_image_t *vpx_img_alloc(vpx_image_t *img, vpx_img_fmt_t fmt, 166 vpx_image_t *vpx_img_wrap(vpx_image_t *img, vpx_img_fmt_t fmt, unsigned int d_w,
|
/external/libvpx/libvpx/vpx/src/ |
D | vpx_image.c | 18 static vpx_image_t *img_alloc_helper(vpx_image_t *img, vpx_img_fmt_t fmt, in img_alloc_helper() 135 vpx_image_t *vpx_img_alloc(vpx_image_t *img, vpx_img_fmt_t fmt, in vpx_img_alloc() 141 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/test/ |
D | video_source.h | 179 void SetImageFormat(vpx_img_fmt_t format) { in SetImageFormat() 203 vpx_img_fmt_t format_;
|
D | y4m_test.cc | 92 void HeaderChecks(unsigned int bit_depth, vpx_img_fmt_t fmt) { in HeaderChecks()
|
D | resize_test.cc | 650 vpx_img_fmt_t CspForFrameNumber(int frame) { in CspForFrameNumber()
|
/external/libvpx/libvpx/ |
D | y4menc.h | 26 vpx_img_fmt_t fmt, unsigned int bit_depth);
|
D | y4menc.c | 16 vpx_img_fmt_t fmt, unsigned int bit_depth) { in y4m_write_file_header()
|
D | tools_common.h | 97 vpx_img_fmt_t fmt;
|
D | vpxdec.c | 511 vpx_img_fmt_t required_fmt) { in img_shifted_realloc_required() 956 const vpx_img_fmt_t shifted_fmt = in main_loop()
|
D | vpxenc.c | 1402 static const char *image_format_to_string(vpx_img_fmt_t f) { in image_format_to_string()
|
/external/libvpx/libvpx/vp9/ |
D | vp9_iface_common.h | 62 img->fmt = (vpx_img_fmt_t)(img->fmt | VPX_IMG_FMT_HIGHBITDEPTH); in yuvconfig2image()
|