Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx/
Dvpx_image.h50 } 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/webrtc/modules/video_coding/codecs/vp8/test/
Dmock_libvpx_interface.h25 (vpx_image_t*, vpx_img_fmt_t, unsigned int, unsigned int, unsigned int),
30 vpx_img_fmt_t,
Dvp8_impl_unittest.cc528 .WillOnce(Invoke([](vpx_image_t* img, vpx_img_fmt_t fmt, unsigned int d_w, in TEST_F()
/external/webrtc/modules/video_coding/codecs/vp8/
Dlibvpx_interface.h34 vpx_img_fmt_t fmt,
39 vpx_img_fmt_t fmt,
Dlibvpx_interface.cc25 vpx_img_fmt_t fmt, in img_alloc()
33 vpx_img_fmt_t fmt, in img_wrap()
/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()
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/
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.h97 vpx_img_fmt_t fmt;
Dvpxdec.c511 vpx_img_fmt_t required_fmt) { in img_shifted_realloc_required()
957 const vpx_img_fmt_t shifted_fmt = in main_loop()
Dvpxenc.c1096 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.cc698 vpx_img_fmt_t CspForFrameNumber(int frame) { in CspForFrameNumber()
/external/libvpx/libvpx/vp9/
Dsimple_encode.cc51 vpx_img_fmt_t img_fmt;
57 vpx_img_fmt_t img_fmt) { in init_encoder()
Dvp9_iface_common.c59 img->fmt = (vpx_img_fmt_t)(img->fmt | VPX_IMG_FMT_HIGHBITDEPTH); in yuvconfig2image()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encoder.h863 void vp9_update_compressor_with_img_fmt(VP9_COMP *cpi, vpx_img_fmt_t img_fmt);
Dvp9_encoder.c2201 static INLINE void vpx_img_chroma_subsampling(vpx_img_fmt_t fmt, in vpx_img_chroma_subsampling()
2224 static INLINE int vpx_img_use_highbitdepth(vpx_img_fmt_t fmt) { in vpx_img_use_highbitdepth()
2246 void vp9_update_compressor_with_img_fmt(VP9_COMP *cpi, vpx_img_fmt_t img_fmt) { in vp9_update_compressor_with_img_fmt()