Searched refs:vpx_img_fmt_t (Results 1 – 18 of 18) 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/webrtc/modules/video_coding/codecs/vp8/test/ |
D | mock_libvpx_interface.h | 25 (vpx_image_t*, vpx_img_fmt_t, unsigned int, unsigned int, unsigned int), 30 vpx_img_fmt_t,
|
D | vp8_impl_unittest.cc | 528 .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/ |
D | libvpx_interface.h | 34 vpx_img_fmt_t fmt, 39 vpx_img_fmt_t fmt,
|
D | libvpx_interface.cc | 25 vpx_img_fmt_t fmt, in img_alloc() 33 vpx_img_fmt_t fmt, in img_wrap()
|
/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/ |
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() 957 const vpx_img_fmt_t shifted_fmt = in main_loop()
|
D | vpxenc.c | 1096 static const char *image_format_to_string(vpx_img_fmt_t f) { in image_format_to_string()
|
/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 | 698 vpx_img_fmt_t CspForFrameNumber(int frame) { in CspForFrameNumber()
|
/external/libvpx/libvpx/vp9/ |
D | simple_encode.cc | 51 vpx_img_fmt_t img_fmt; 57 vpx_img_fmt_t img_fmt) { in init_encoder()
|
D | vp9_iface_common.c | 59 img->fmt = (vpx_img_fmt_t)(img->fmt | VPX_IMG_FMT_HIGHBITDEPTH); in yuvconfig2image()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_encoder.h | 863 void vp9_update_compressor_with_img_fmt(VP9_COMP *cpi, vpx_img_fmt_t img_fmt);
|
D | vp9_encoder.c | 2201 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()
|